maloja/dev/releases/3.1.yml

47 lines
1.9 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:
2022-05-05 18:38:11 +03:00
commit: "a0739306013cd9661f028fb5b2620cfa2d298aa4"
2022-05-05 17:38:08 +03:00
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"
2022-05-07 16:24:19 +03:00
3.1.3:
commit: "f3a04c79b1c37597cdf3cafcd95e3c923cd6a53f"
2022-05-07 16:24:19 +03:00
notes:
- "[Bugfix] Fixed infinite recursion with capitalized featuring delimiters"
- "[Bugfix] Fixed favicon display"
3.1.4:
2022-10-13 16:35:21 +03:00
commit: "ef06f2262205c903e7c3060e2d2d52397f8ffc9d"
notes:
- "[Feature] Expanded information saved from Listenbrainz API"
2022-10-07 18:38:12 +03:00
- "[Feature] Added import for Listenbrainz exports"
- "[Bugfix] Sanitized artists and tracks with html-like structure"
3.1.5:
2023-02-26 18:46:36 +03:00
commit: "4330b0294bc0a01cdb841e2e3db370108da901db"
notes:
- "[Feature] Made image upload part of regular API"
- "[Bugfix] Additional entity name sanitization"
2022-12-05 02:05:19 +03:00
- "[Bugfix] Fixed image display on Safari"
2023-02-26 18:32:03 +03:00
- "[Bugfix] Fixed entity editing on Firefox"
- "[Bugfix] Made compatibile with SQLAlchemy 2.0"
2023-02-27 00:10:13 +03:00
upcoming:
notes:
- "[Bugfix] Fixed configuration of time format"