maloja/dev/releases/3.1.yml

24 lines
1.0 KiB
YAML
Raw Normal View History

2022-04-23 17:48:37 +03:00
minor_release_name: "Soyeon"
3.1.0:
2022-04-26 15:52:19 +03:00
commit: "bfa553bed05d7dba33f611a44485d6cf460ba308"
2022-04-23 17:48:37 +03:00
notes:
- "[Architecture] Cleaned up legacy process control"
- "[Architecture] Added proper exception framework to native API"
- "[Feature] Implemented track title and artist name editing from web interface"
- "[Feature] Implemented track and artist merging from web interface"
- "[Feature] Implemented scrobble reparsing from web interface"
- "[Performance] Adjusted cache sizes"
- "[Logging] Added cache memory use information"
2022-04-26 15:43:51 +03:00
- "[Technical] Bumped Python Version and various dependencies"
2022-04-27 21:30:01 +03:00
3.1.1:
2022-05-05 17:38:08 +03:00
commit: "20aae955b2263be07c56bafe4794f622117116ef"
2022-04-27 21:30:01 +03:00
notes:
- "[Bugfix] Fixed inclusion of custom css files"
- "[Bugfix] Fixed list values in configuration"
2022-05-05 17:38:08 +03:00
3.1.2:
notes:
- "[Feature] Added remix artist parsing"
- "[Feature] Added API debug mode"
- "[Bugfix] Fixed leftover whitespaces when parsing titles"
- "[Bugfix] Fixed handling of fallthrough values in config file"