mucke/CHANGELOG.md

42 lines
1.5 KiB
Markdown
Raw Normal View History

2023-07-15 20:56:30 +02:00
## Unreleased
- Implemented loop mode to stop after every song (#102).
- Implemented share button for songs.
- Refined init workflow.
2023-07-09 17:36:16 +02:00
## 1.4
2023-07-01 22:56:16 +02:00
- Implemented an onboarding workflow.
2023-07-09 17:36:16 +02:00
- Implemented data export and import (#89).
- Moved database to separate isolate for non-blocking operation.
- Fixed bug with broken notification after calls (#68). Note: Existing users need to disable battery optimization for mucke.
- Added localization for playlists widget on home page (#90). Note: Existing users can rename the title in the home page settings.
- Fixed issue with unresponsive media buttons (#75).
- Added animations to currently playing page and queue page.
2023-07-02 17:54:05 +02:00
- Added initialization of two smartlists.
2023-07-09 17:36:16 +02:00
- Added translations.
2023-07-01 22:56:16 +02:00
2023-05-10 21:20:30 +02:00
## 1.3.1
- Fixed bug with translation priorities (#79)
2023-05-03 20:01:50 +02:00
## 1.3.0
- Fixed bug in "Append to manually queued songs"
2023-03-19 21:00:12 +01:00
- Fixed bug in queue when moving a song directly before the currently playing song
2023-04-17 22:27:58 +02:00
- Migration to Material 3 widgets including extensive UI changes
- New Icons for linked songs
2023-03-26 16:19:57 +02:00
- Added German translation (#51)
2023-05-02 17:48:10 +02:00
- Fixed track number parsing for three digits (#76)
2023-05-02 18:13:29 +02:00
- Fixed library loading for Android 13 (#77)
2023-03-11 21:30:24 +01:00
## 1.2.0
- Upgrade to Flutter 3.7 & dependency updates
2023-02-18 14:23:53 +01:00
- Fix album cover bug on currently playing page (#57)
2023-02-18 22:29:13 +01:00
- Calculate album colors during library update and store them for better performance
2023-03-11 17:18:07 +01:00
- Fix bug with smart lists in history entries
- Added logging to files
2023-03-11 18:14:32 +01:00
- Implement natural sorting for album songs (#59)
2023-03-11 21:18:36 +01:00
- Add option for counting songs as played (#38)