Skip to content

Releases: sosauce/Chocola

Version 4.0.0 - Chocola!

29 Mar 01:29

Choose a tag to compare

⚠️ THIS UPDATE DOESN'T INCLUDE ANYTHING NEW, IT JUST CHANGES THE APP'S NAME!!

Hey everyone, today I'm excited to announce that CuteMusic becomes Chocola!!!
To mark this new start, the version bumps up to 4.0.0
To learn more about that decision, you can read my blog here: https://medium.com/p/1a1f37640370

⚠️ The package name will remain com.sosauce.cutemusic so you should be able to update normally, without having to re-install the app. I've also open a pull request on F-droid to reflect the change, I don't know when it will be taken into effect ⚠️

https://github.com/sosauce/CuteMusic will redirect to https://github.com/sosauce/Chocola automatically, so nothing should be lost

🙃 Do not open an issue to scream that you hate that change/name, it is my decision and it was thought of for some time now, I'm still staying in a cute aesthetic, but with a better branding!! (Can you guess what my new names are based on without reading the article ?)

❤️ Thanks to everyone who will accept this change

Version 3.1.7

27 Mar 20:59

Choose a tag to compare

Nya!

  • You don't need to restart the app for scanning settings to take effect now
  • You can now hide individual tracks
  • (#211) Re-added handle to reorder tracks in queue
  • (#217) Speed & pitch can now go up to 3x + removed suggestions, tap the rate to manually type in any number you'd like instead
  • (#199) you can drag the now playing screen to exit it! + rewrote searchbar + now playing animations
  • Other changes I forgot because I deleted the changelog 😐

What's Changed

Full Changelog: v3.1.6...v3.1.7

Version 3.1.6

10 Feb 23:02

Choose a tag to compare

  • Fixed metadata not updating in some case
  • Rewrote lyrics parser, should be more stable
  • Fixed some bugs (#202)

What's Changed

Full Changelog: v3.1.5...v3.1.6

Version 3.1.5

11 Jan 23:33

Choose a tag to compare

Happy new year everyone !!! QoL update to start things fresh and stable 😌

  • (#177) Added multi-select! Long-press an item to enter multi-select mode!
  • (#193) You can now select multiple tracks in the S.A.F.!
  • (#190) Fixed a crash that could rarely happen when opening the system equalizer!
  • (#185) Last played track and playlist are properly restored! (⚠️ Warning: some playback preferences will reset to default values after updating)!
  • (#180) Added a button to whitelist/blacklist all folders at once!
  • (#172) Removed lag from the emoji picker, though it doesn't look great due to limitations!
  • (#184) ASC/DESC order is now remembered
  • Improved performance of sorting and searching by being more efficient and doing less overall work!
  • Other general performance improvements!

Thanks for using CuteMusic ❤️!!! Stay tuned this year, CuteMusic will get a little brother 👀

What's Changed

New Contributors

Full Changelog: v3.1.4...v3.1.5

Version 3.1.4

18 Dec 23:07

Choose a tag to compare

  • (#174) Fixed crash when deleting playlist
  • (#168) Fixed some fastlane stuff as well as built a clean apk for Fdroid and reproducible

What's Changed

  • Update spanish short description for fastlane and add fastlane checker workflow by @nubesurrealista in #170

Full Changelog: v3.1.3...v3.1.4

Version 3.1.3

17 Dec 23:13
7e1b438

Choose a tag to compare

  • (#167)Fixed issues with carousel and the new Expressive carousel!
  • (#165)Fixed specific edge-case scanning bugs!
  • (#163)Added gestures to the mini-player for faster access to the full player!
  • (#169)Fixed Edit button not being available in editor!
  • Added a one-time tip above the music icon to help new users discover it!
  • Added quick-select chips for default playback rates!
  • Added a progress background to the CuteSearchbar!
  • Continued the rollout of Material 3 Expressive design across smaller app components!

And that wraps up 2025, thanks you to everyone who supported me this year, and see you in 2026!!!

Full Changelog: 3.1.2...v3.1.3

Nightly Build 2025-12-15

15 Dec 08:49

Choose a tag to compare

Pre-release
nightly-2025-12-15

Merge branch 'main' of https://github.com/sosauce/CuteMusic

Vesion 3.1.2

09 Dec 09:29

Choose a tag to compare

Fixed not fetching tracks when whitelisted folders > 1

Full Changelog: 3.1.1...3.1.2

Vesion 3.1.1

08 Dec 18:58

Choose a tag to compare

  • #58: Whitelisting folders has been added!
  • #156: Fixed an issue where changing the sort order would restart the current playlist!
  • Added a setup screen that will pop up on a fresh install!
  • Reverted to the system equalizer with a more robust approach, so it should actually work now!
  • Included more artwork shapes, but you'll need to reset if you used a custom one!
  • Removed the option to hide the back arrow because it no longer overlaps content!
  • Fixed various crashes and issues related to QuickPlay!
  • The last played track and position should now restore properly!
  • Made some little improvements under the hood!

Thanks for using CuteMusic ❤️!!!

Nightly Build 2025-12-08

08 Dec 02:56

Choose a tag to compare

Pre-release
Refactor playback actions and track state usage

Replaces multiple PlayerActions (StartPlayback, StartAlbumPlayback, StartArtistPlayback, StartFolderPlayback, StartPlaylistPlayback) with a unified Play action that takes track list and index. Refactors MusicState to use a CuteTrack object instead of individual fields. Updates UI components and screens to use the new Play action and CuteTrack properties. Removes MediaStoreHelper and related code. Updates QuickPlayViewModel to load track metadata directly and handle repeat mode changes.