Skip to content

Releases: mfbulut/MusicPlayer

v0.2.8

Choose a tag to compare

@mfbulut mfbulut released this 24 Jun 21:39

Changes v0.2.7 -> v0.2.8

  • Ogg and Opus support metadata and covers
  • Now playlist show album artist
  • Minor improvements

v0.2.7

Choose a tag to compare

@mfbulut mfbulut released this 16 Jun 10:23

Changes v0.2.6 -> v0.2.7

  • Removed C decoder and replaced with odin
  • Highdpi support
  • Removed broken cache system
  • Removed drag and drop
  • Removed custom title bars
  • Reduced binary size
  • Fixed many bugs

v0.2.6

Choose a tag to compare

@mfbulut mfbulut released this 19 Nov 09:00

Changes v0.2.5 -> v0.2.6

  • Sort by track number if album is the same among all tracks
  • New queue sidebar (removed queue menu)
  • Fix cache system
  • Playlist thumbnails
  • Remove bad themes and make actually good themes

v0.2.5

Choose a tag to compare

@mfbulut mfbulut released this 14 Sep 12:15

Changes v0.2.4 -> v0.2.5

  • Use cache to make load times faster
  • Remove stb_image dependency
  • Migrate from core:os to core:os/os2
  • QOL Changes
  • Updated to compile with nightly version of odin

v0.2.4

Choose a tag to compare

@mfbulut mfbulut released this 18 Jul 17:18

Changes v0.2.3 -> v0.2.4

  • Bug fixes & Consistency changes

v0.2.3

Choose a tag to compare

@mfbulut mfbulut released this 05 Jul 13:41

New thumbnail system is experimental and could cause crashes sometimes

Changes v0.2.2 -> v0.2.3

  • New thumbnail loader for playlists
  • Metadata loading for search and playlist view
  • Lyrics downloader support more title formats
  • Better compact menu
  • Better font rendering
  • Smaller binary size 2.5mb -> 2.1mb (1mb -> 780KB zipped)

v0.2.2

Choose a tag to compare

@mfbulut mfbulut released this 03 Jul 13:45

Big thanks to @connnnal for their improvements to the search textbox

Changes v0.2.1 -> v0.2.2

  • Fully working search bar with copy & paste and text cursor movement
  • New compact mode use Ctrl+C to enable it
  • Fix gradients
  • UI changes
  • Bug fixes

v0.2.1

Choose a tag to compare

@mfbulut mfbulut released this 30 Jun 09:36

Changes v0.2.0 -> v0.2.1

  • New themes
  • Lyric finding without metadata
  • Drag & drop cover images
  • Show music icon when lyric is empty
  • QOL changes
  • Bug fixes

v0.2.0

Choose a tag to compare

@mfbulut mfbulut released this 19 Jun 14:51

This project has come a long way since v0.1.0. It’s actually usable now and I genuinely enjoy using it myself!

There’s still a lot to do, but things are shaping up nicely. I’ll keep adding new features, fixing stuff, and making it better as I go.

Changes v0.1.9 -> v0.2.0

  • New themes
  • Reduced binary size to 2.3 from 7 mb

v0.1.9

Choose a tag to compare

@mfbulut mfbulut released this 18 Jun 13:35

Now it can dowload lyrics via "Get Lyrics" button in now playing panel

Adding this feature required adding a http library and now binary size has increased from 2.5 mb to 7 mb

I'm not particularly happy about this in the future I will explore other options like using system wide curl.exe (included in windows 10 or later) to make http requests