2023-07-21 21:32:24 +00:00
|
|
|
# Changelog
|
|
|
|
|
2023-10-08 23:29:40 +00:00
|
|
|
## MLC 1.3.0 (UNRELEASED)
|
|
|
|
- Config file to control the process
|
|
|
|
- Program modes concept to implement config print and help
|
|
|
|
|
2023-08-11 15:35:14 +00:00
|
|
|
## MLC 1.2.0 (August 11, 2023)
|
2023-07-25 23:39:56 +00:00
|
|
|
- Better way of handling tags using TagLib
|
|
|
|
|
2023-07-23 12:04:26 +00:00
|
|
|
## MLC 1.1.0 (July 23, 2023)
|
|
|
|
- New logging system
|
|
|
|
- Artist, Album artist, Album and Title are now utf16 encoded, should fix broten titles
|
|
|
|
- BPM tag is now rounded, as it supposed to be by spec
|
|
|
|
- Lyrics is not set now for USLT tag for unsychronized lyrics is not supported in LAME
|
|
|
|
- Date bug fix, it was MMDD instead of standard DDMM
|
|
|
|
|
2023-07-21 21:32:24 +00:00
|
|
|
## MLC 1.0.1 (July 21, 2023)
|
2023-07-23 12:04:26 +00:00
|
|
|
- Added multithreaded encoding
|
|
|
|
- Only the first artist vorbis tag is left in the id3 tags
|
2023-07-21 21:32:24 +00:00
|
|
|
|
|
|
|
## MLC 1.0.0 (July 19, 2023)
|
2023-07-23 12:04:26 +00:00
|
|
|
- Initial release, only core functionality
|