Posted
almost 4 years
ago
git tag: "1.8.8"
downloads
Welcome the 8th bugfix release for 1.8 series!
changelog since 1.8.7
Fixed: A crash and file path issues in PSF plugin (greedysky)
Fixed: A crash when reading certain AAC files
Fixed: Reading and writing metadata in
... [More]
certain MP4 files, which didn't work before
Fixed: Finding a cuesheet when the path contains symlink
Fixed: %isplaying% and %ispaused% title formatting behavior
Fixed: Playback of raw AAC files with ID3v2 tags
Fixed: Infinite loop when trying to $replace an empty string using title formatting
Added: Handling of Disc subtitle frames in ID3v2 and APE tags (Toad King)
Added: New improved plugin preferences UI (Nicolai Syvertsen)
Added: Non-modal preferences window (Nicolai Syvertsen)
Added: $rgb() title formatting function (Nicolai Syvertsen)
Added: Group title colorization support via title formatting (Nicolai Syvertsen)
Added: Plugin report and filtering in Plugin list (Nicolai Syvertsen)
Added: Focusable playlist tabs with keyboard navigation support (Nicolai Syvertsen)
Added: Sorting plugin list alphabetically (Nicolai Syvertsen)
Added: Reading of WAV RIFF tags (Xinya Zhang)
Added: Improved album path handling, especially for Windows (Keith-Cancel)
Added: Drag-and-drop on the main window (Nicolai Syvertsen)
Added: Using scroll wheel with seek bar (Nicolai Syvertsen)
Added: "Play Next" context menu action (Natalie Stewart)
Added: Handling samplerates higher than 192KHz to pulseaudio
Added: Delete from disk dialog will highlight the Delete button as destructive action
[Less]
|
Posted
about 4 years
ago
git tag: "1.8.7"
downloads
Welcome the 7th bugfix release for 1.8 series!
changelog since 1.8.6
Fixed: Pulseaudio crash after a non-critical recoverable error
Fixed: Hotkeys were sometimes not connecting to the correct UI plugins
Fixed: Hotkey
... [More]
action "Sort by title" was missing
Fixed: Unsupported ID3v2 frames are converted to supported frames instead of discarding
Fixed: MP4 crash when encountering unknown metadata fields
Fixed: Writing MP4 tags would corrupt the metadata, if the moov box is moving to the end of file
Fixed: Off-by-one error when loading unsynchronized ID3v2.3 and 2.2 tags (sktt@github)
Fixed: Parsing ALAC M4A files without relying on legacy 24-byte magic cookie
Fixed: Saving the player resume state whenever a song finishes playing
Fixed: ALSA deadlock / distortion bug caused by changing audio format at a wrong moment
Fixed: WMA+CUE crash
[Less]
|
Posted
over 4 years
ago
git tag: "1.8.6"
downloads
Welcome the 6th bugfix release for 1.8 series!
changelog since 1.8.5
Fixed loading encoder presets in non-portable builds
Fix truncation of long group titles in the playlist
|
Posted
over 4 years
ago
git tag: "1.8.5"
downloads
Welcome the fifth bugfix release for 1.8 series!
changelog since 1.8.4
Added the new ISO/IEC Base Media File Format library MP4P for working with MP4 files, which removes MP4FF dependency
Added support for additional
... [More]
per-track metadata in cuesheets
Added updating titlebar when displaying playback position (Nicolai Syvertsen)
Added a more convenient way to edit container widgets in design mode (Nicolai Syvertsen)
Fixed ALAC bug whiuch caused division by zero exception
Fixed cuesheet parser bug caused by unknown/unsupported field names
Fixed a series of bugs in the Adplug plugin
Fixed a bug when parsing MP3 Xing/Info header, reading incorrect packet count
Fixed a number of bugs in artwork plugin, especially affecting the Windows version (Jakub Wasylków, Keith Cancel)
Fixed a SHIFT-JIS detection bug which caused memory corruption
Fixed a bug when configuring keyboard shortcut involving Shift key
Fixed a bug with playlist becoming to small in certain UI layouts
Fixed a crash when deadbeef window becomes too small when using certain UI layouts
Fixed drawing playlist column separators in certain newer GTK themes
Fixed on-screen notification bug when too many notifications accumulated at the same time, spawning too many threads
Fixed a bug, causing the Band field to be missing from %artist% specifier when using title formatting
Fixed bugs leaking file handles in AAC and ALAC plugins (Thomas Jepp)
Fixed handling certain non-conformant S3M files
Fixed a bug where resizing the log window caused the auto-scroll to stop working (Nicolai Syvertsen)
Fixed album shuffle bug, causing the same album to repeat after the last track of the album has finished
Fixed shuffle bug causing short tracks to repeat
[Less]
|
Posted
almost 5 years
ago
git tag: "1.8.4"
downloads
Welcome the forth bugfix release for 1.8 series!
changelog since 1.8.3
Soundtouch plugin has been updated, and is now included in the releases
Added %last_modified% title formatting keyword (Cristian Ciocaltea)
Fixed
... [More]
stack overflow bug in converter
Fixed buffer overflow bug in mp3 parser
Fixed handling of leading forward shash character in zipped file names
Fixed handling user-specified file mask in artwork plugin
Fixed CBR MP3 scanning performance
Fixed stack overflow in title formatting tint range calculation
Fixed pulseaudio plugin configuration backwards compatibility issue
Fixed last.fm scrobbling of streaming shoutcast tracks
Fixed deadlock when loading cuesheets which recursively reference themselves
Fixed a false-positive when detecting free format MP3 files
Fixed skipping unsupported fields in cuesheets
Fixed a regression which caused MP3 tag editing to crash when text can't be represented as CP1252
Fixed playback of certain network streams
Fixed handling of ID3v2 COMM frame content description data
[Less]
|
Posted
almost 5 years
ago
git tag: "1.8.4"
downloads
Welcome the forth bugfix release for 1.8 series!
changelog since 1.8.3
Soundtouch plugin has been updated, and is now included in the releases
Added %last_modified% title formatting keyword (Cristian Ciocaltea)
Fixed
... [More]
stack overflow bug in converter
Fixed buffer overflow bug in mp3 parser
Fixed handling of leading forward shash character in zipper file names
Fixed handling user-specified file mask in artwork plugin
Fixed CBR MP3 scanning performance
Fixed stack overflow in title formatting tint range calculation
Fixed pulseaudio plugin configuration backwards compatibility issue
Fixed last.fm scrobbling of streaming shoutcast tracks
Fixed deadlock when loading cuesheets which recursively reference themselves
Fixed a false-positive when detecting free format MP3 files
Fixed skipping unsupported fields in cuesheets
Fixed a regression which caused MP3 tag editing to crash when text can't be represented as CP1252
Fixed playback of certain network streams
Fixed handling of ID3v2 COMM frame content description data
[Less]
|
Posted
about 5 years
ago
git tag: "1.8.3"
downloads
Welcome the third bugfix release for 1.8 series!
changelog since 1.8.2
Fixed a CD Text reading issue
Added title formatting functions: len2, longer, longest, padcut, padcut_right, progress, progress2, right, roman
... [More]
, rot13, shortest, strchr, stricmp, strrchr, strstr, substr, tab, trim (esainane@github)
Fixed a bunch of memory bugs in title formatting (esainane@github)
Added optional automatic playlist sorting (kpcee@github)
Added title formatting value %playback_time_ms% (nonoo@github)
Added an option to start deadbeef hidden / minimized to tray (kpcee@github)
Fixed %_path_raw% to always produce an URI (Evgeny Kravchenko)
Fixed rounding of %selection_playback_time% (kpcee@github)
Fixed a memory leak in AAC plugin
Fixed crash when removing playlist from UI layout (Nicolai Syvertsen)
Added logging of plugin load errors
Added an option to replaygain scan all unscanned files in playlist (kpcee@github)
Added detecting and ignoring freeformat MP3 files
Removed logging of playlist load debug messages
Fixed playback stuttering after deleting files
Fixed deleting files using playlist tab context menu
Fixed saving playlist after deleting files
Fixed saving playlist after replaygain scan
Fixed a bunch of crashes and memory leaks when opening playlist context menu (Christian Boxdörfer)
Fixed a performance issue when seeking in MP3 files
Fixed a bunch of issues with Repeat and Shuffle implementation
Fixed handling of in-stream HTTP headers for streaming audio
Fixed a bunch of bugs in HTTP stream interruption
Fixed semicolon-separated values handling in track properties dialog
Fixed choosing next track when the currently playing track was removed
Fixed seeking out of bounds using hotkeys
Fixed saving opus header gain when no replaygain info is present
Improved remove from disk dialog (kpcee@github)
Fixed ID3v2 TLAN (LANGUAGE) and TMED (MEDIA TYPE) mapping to be consistent with other formats
Fixed replaygain bug causing it to be ON by default
Fixed bug in elapsed time calculation in replaygain scanner UI
Fixed a stack overflow bug when writing ID3v1
Added ID3v2 POPM rating support, both reading and writing
Fixed an issue with splitters not reaching the view edges
Fixed single-quote escaping issue in ShellExec
Fixed Add Location dialog not adding URLs
Fixed ffmpeg file handle leak
Added remove playlist confirmation dialog in GTK UI (kpcee@github)
Fixed DTS channel count metadata
Fixed loading MP3 album art of APIC type=0 (Other)
Added album art fallback to png (jakesfr@github)
Fixed ALSA hanging after audio format change
Fixed handling "ICY 200 OK" status in vfs-curl (thesame)
Improved EQ UI layout in the DSP settings
Fixed streamer being stuck in buffering mode when trying to play deleted files
[Less]
|
Posted
about 5 years
ago
git tag: "1.8.3"
downloads
Welcome the third bugfix release for 1.8 series!
changelog since 1.8.2
Fixed a CD Text reading issue
Added title formatting functions: len2, longer, longest, padcut, padcut_right, progress, progress2, right, roman
... [More]
, rot13, shortest, strchr, stricmp, strrchr, strstr, substr, tab, trim (esainane@github)
Fixed a bunch of memory bugs in title formatting (esainane@github)
Added optional automatic playlist sorting (kpcee@github)
Added title formatting value %playback_time_ms% (nonoo@github)
Added an option to start deadbeef hidden / minimized to tray (kpcee@github)
Fixed %_path_raw% to always produce an URI (Evgeny Kravchenko)
Fixed rounding of %selection_playback_time% (kpcee@github)
Fixed a memory leak in AAC plugin
Fixed crash when removing playlist from UI layout (Nicolai Syvertsen)
Added logging of plugin load errors
Added an option to replaygain scan all unscanned files in playlist (kpcee@github)
Added detecting and ignoring freeformat MP3 files
Removed logging of playlist load debug messages
Fixed playback stuttering after deleting files
Fixed deleting files using playlist tab context menu
Fixed saving playlist after deleting files
Fixed saving playlist after replaygain scan
Fixed a bunch of crashes and memory leaks when opening playlist context menu (Christian Boxdörfer)
Fixed a performance issue when seeking in MP3 files
Fixed a bunch of issues with Repeat and Shuffle implementation
Fixed handling of in-stream HTTP headers for streaming audio
Fixed a bunch of bugs in HTTP stream interruption
Fixed semicolon-separated values handling in track properties dialog
Fixed choosing next track when the currently playing track was removed
Fixed seeking out of bounds using hotkeys
Fixed saving opus header gain when no replaygain info is present
Improved remove from disk dialog (kpcee@github)
Fixed ID3v2 TLAN (LANGUAGE) and TMED (MEDIA TYPE) mapping to be consistent with other formats
Fixed replaygain bug causing it to be ON by default
Fixed bug in elapsed time calculation in replaygain scanner UI
Fixed a stack overflow bug when writing ID3v1
Added ID3v2 POPM rating support, both reading and writing
Fixed an issue with splitters not reaching the view edges
Fixed single-quote escaping issue in ShellExec
Fixed Add Location dialog not adding URLs
Fixed ffmpeg file handle leak
Added remove playlist confirmation dialog in GTK UI (kpcee@github)
Fixed DTS channel count metadata
Fixed loading MP3 album art of APIC type=0 (Other)
Added album art fallback to png (jakesfr@github)
Fixed ALSA hanging after audio format change
Fixed handling "ICY 200 OK" status in vfs-curl (thesame)
Improved EQ UI layout in the DSP settings
Fixed streamer being stuck in buffering mode when trying to play deleted files
[Less]
|
Posted
almost 6 years
ago
git tag: "1.8.2"
downloads
Volume control from command line supports increment syntax (by eauno1re@github)
Fixed writing multi-value fields into FLAC tags
Map ALBUMARTIST field to ALBUM ARTIST field in FLAC
Fixed sound output plugin selection bug
... [More]
in GTK UI
Fixed crash when opening files of 0 size
Fixed UI freeze when nullout plugin is selected
Fixed a regression in restoring the last selected folder in GTK file chooser
[Less]
|
Posted
almost 6 years
ago
git tag: "1.8.2"
downloads
Welcome the second bugfix release for 1.8 series!
changelog since 1.8.1
Volume control from command line supports increment syntax (by eauno1re@github)
Fixed writing multi-value fields into FLAC tags
Map ALBUMARTIST
... [More]
field to ALBUM ARTIST field in FLAC
Fixed sound output plugin selection bug in GTK UI
Fixed crash when opening files of 0 size
Fixed UI freeze when nullout plugin is selected
Fixed a regression in restoring the last selected folder in GTK file chooser
[Less]
|