Bump version 1.3
This commit is contained in:
parent
132ed675e7
commit
1dcfce393b
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## 1.3
|
||||
|
||||
* New property for songs: has_subtitles
|
||||
* Upgrade dependencies
|
||||
* Add songs without ass file as pending
|
||||
* Song folders must have a metadata.json file
|
||||
|
||||
## 1.2
|
||||
|
||||
* Get karaoke ass generator from negromate.web
|
||||
|
@ -9,6 +16,7 @@
|
|||
* Use configuration file for commands defaults
|
||||
|
||||
## 1.1
|
||||
|
||||
* Start with generic negromate command with entry points for other modules
|
||||
* Move image generating code to utils
|
||||
* Migrate setup to pep517
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import logging
|
||||
|
||||
VERSION = "1.2"
|
||||
VERSION = "1.3"
|
||||
|
||||
|
||||
logger = logging.getLogger("negromate.songs")
|
||||
|
|
Loading…
Reference in New Issue