Bump version 1.3

This commit is contained in:
Ales (Shagi) Zabala Alava 2022-07-29 12:55:08 +02:00
parent 132ed675e7
commit 1dcfce393b
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Changelog # 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 ## 1.2
* Get karaoke ass generator from negromate.web * Get karaoke ass generator from negromate.web
@ -9,6 +16,7 @@
* Use configuration file for commands defaults * Use configuration file for commands defaults
## 1.1 ## 1.1
* Start with generic negromate command with entry points for other modules * Start with generic negromate command with entry points for other modules
* Move image generating code to utils * Move image generating code to utils
* Migrate setup to pep517 * Migrate setup to pep517

View File

@ -1,6 +1,6 @@
import logging import logging
VERSION = "1.2" VERSION = "1.3"
logger = logging.getLogger("negromate.songs") logger = logging.getLogger("negromate.songs")