From 9f1ab1365ef61683a8c24bd926f844ea00305b1e Mon Sep 17 00:00:00 2001 From: theweavr Date: Mon, 31 Jul 2017 10:44:39 +0500 Subject: [PATCH] update release notes for v2.5.0-beta --- RELEASENOTES.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 7ba35f2..4e92238 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,5 +1,28 @@ # Release Notes for Bread Player. +## Version 2.5-beta +### What's Fixed: +- Fixed issue where next song to the currently playing song also got added to Recently Eaten. +- Fixed app crash is result of a bug with library import. +- Fixed crash when adding songs to a playlist. +- Fixed app crash when trying to use SMTC on PC. +- Fixed UI bug where Font Capitilization options weren't being displayed. +- Fixed UI glitch in which search results weren't adjusted when screen width was reduced. +- Fixed last.fm scrobbling issue. +- Fixed issue where recently added items weren't displayed. +- Fixed Song Duration display for songs longer than 1 hour. +- Fixed issue where Next Song & Prev Song button didn't work in any playlist. +- Fixed issue where songs couldn't be imported after player reset. +- Fixed issue where playing through all tracks in "Recently Eaten" will then break out of the list. + +### What's New: +- Player foreground will now be adjusted according to the current accent color. +- We also added a new database engine in this release. +- Added "Donate Via Patreon" button. +### What's Improved: +- Improved shuffle. +- Improved UI for both PC & Mobile. + ## Version 2.4-beta ### What's Fixed: - Fixed player startup crashes.