Skip to content

Releases: mfbulut/GriPlayer

v0.3.2

Choose a tag to compare

@mfbulut mfbulut released this 21 Aug 20:35
  • Use only 1 draw call per frame
  • Linux support by @noFAYZ
  • Reload files (and metadata) keybind (F5)
  • Fix prev action when using queue
  • Fix some text artifacts

Note: provided binary is compiled with this patch for much faster file iteration on windows

v0.3.1

Choose a tag to compare

@mfbulut mfbulut released this 08 Aug 18:33
  • Lyrics now wrap instead of fading away
  • Custom folders by "C:\Users\USERNAME\AppData\Local\GriPlayer\playlists.txt"

v0.3.0

Choose a tag to compare

@mfbulut mfbulut released this 08 Aug 10:41
  • Optimize text rendering
  • Switch from Inter to Source Sans 3

v0.2.9

Choose a tag to compare

@mfbulut mfbulut released this 07 Aug 21:43
  • Use Scanline Sweeper for text rendering
    • Smaller file size
    • Increased glyph coverage from ~300 to almost 3,000
  • Fixed audio reset bug
  • Fixed lyrics scroll bug
  • More accurate resampler position

v0.2.8

Choose a tag to compare

@mfbulut mfbulut released this 06 Aug 14:44
  • Resample all music to 48 kHz (resolves freezes when switching device sample rates)
  • Use a custom binary format instead of CBOR (faster loading/saving)
  • Move to a custom FLAC decoder and remove dr_flac
  • Add a GLFW windowing backend (disabled by default)
  • Add song deduplication to the library
  • Track moved songs without losing information like playtime, likes, etc.
  • Reduced binary size (0.83mb -> 0.66mb)

Warning

Removed support for MP3 and WAV files.
You should not be using either of these formats in 2026 anyway.
For lossy audio, Opus is superior; for lossless audio, FLAC is superior.
If you still want to use them you can stay at previous version

v0.2.7

Choose a tag to compare

@mfbulut mfbulut released this 03 Aug 18:13
  • Move audio to another thread
  • Reduce binary size from 1mb to 0.83mb
  • Reset equalizer state after seeking
  • Remove Vulkan ShaderObjectExt to support older devices
  • Fix audio corruption if audio channels are greater than 2

v0.2.6

Choose a tag to compare

@mfbulut mfbulut released this 01 Aug 20:00
  • Added 10-band equalizer
  • Added mini player
  • Added cursor smear
  • Added progress bar scroll
  • Added volume reset on right click
  • Fixed local timezones
  • More consistent ui
  • Fixed scrollbars losing real offset

v0.2.5

Choose a tag to compare

@mfbulut mfbulut released this 30 Jul 16:19
  • Show album icon on albums
  • Sorting now shows what it sorts (playtime, date, etc) on songs list
  • Better scrolling and scrollbar
  • Removed unnecessary animations
  • QOL changes in sliders, lyrics, search box
  • Fixed many bugs

v0.2.4

Choose a tag to compare

@mfbulut mfbulut released this 27 Jul 09:47
  • SDF Icons
  • Add mipmaps to textures

v0.2.3

Choose a tag to compare

@mfbulut mfbulut released this 25 Jul 13:48
  • Move from DirectX 11 to Vulkan
  • Performance improvements (1.2ms -> 0.05ms)
  • Fix scrollbar padding
  • Improved visualizer
  • Improved ui