2014/02/02
git tag: “0.6.1”
downloads
changelog since 0.6.0
- fixed crash in AAC plugin when mp4 file reports 0 samples (e.g. radio rips)
- fixed libsupc++ linking issues
- fixed support for gcc<4.5
- changed description of hotkeys plugin in configure
- fixed 100% CPU load issues with certain hotkeys
- fixed opening files from command line into default playlist
- don’t allow spawning multiple instances of converter
- fixed EQ drawing past the bottom margin
- fixed progress dialog while loading playlists
- fixed M3UINF parser
- reverted MP3 bugfixes which introduced incorrect duration calculation
- fixed ungrabbing deleted global hotkeys
- added config option to help debug buffering/streaming
- ffmpeg plugin can now handle dynamic data format changes
- fixed rare buffering problem which was causing stuttering for some users
- fixed running without X and/or without GUI plugin
- fixed mp3 duration rounding bug
- fixed incorrect scroll/cursor after deleting playlists
- added support for loading plugins from ~/.local/lib{32|64}/deadbeef, depending on running deadbeef build version
- fixed bug imposing 256 byte limit on file pathes in archives
- fixed column autoresize issues
- removed libstdc++ hacks from C++ plugins
- fixed “Remove from disk” menu item not being hidden by corresponding option
- fixed applying “Pin group titles” config on startup (patch from Christian Boxdörfer)
- improved charset detection in CUE files, not longer allowing invalid utf-8 to go through
- paused network streams don’t attempt to prebuffer until played
- unpausing network streams always restarts them
- prevent loading playlists from archives (treat them like folders)
- hide the “Hotkeys” tab from preferences if hotkeys plugin is not available
- don’t build shellexecui if not building shellexec
- fixed memleak when drag-dropping pls/m3u playlists from file managers
- prevent passing non-utf8 filenames to progress dialog
- fixed crash when opening invalid VTX files
- fixed crash when opening invalid WMA files
- don’t delete replaygain info from FLACs when writing tags
- fixed really old buffer overflow bug in dnd handler (kudos to Megabaks)
comments
2013/11/24
git tag: “0.6.0”
downloads
changelog since 0.5.6
- gui layout designer, with a set of widgets to choose from (View -> Design mode, then use right click)
- new API for creating GUI extension plugins
- visualization support, spectrum analyzer and scope widgets
- new hotkeys system, which adds local hotkeys, and many more actions to choose from
- playlist browser widget: a vertical alternative to playlist tabs
- album art viewer widget
- selection properties widget
- button widget: put custom buttons to main window, and assign any actions to them
- showing seek time in the bar during seeking
- added worldofspectrum downloader to artwork plugin (for AY tunes)
- native flac cuesheet support
- lots of fixes in MP3 and ID3v2 support
- improved AAC support
- fixed the context menu in metadata editor
- added GTK3.6 filechooser filter regression workaround
- fixed compatibility with FFMPEG up to 2.0.2
- added location field to the metadata tab in track properties
- fixed playlist columns sizers dead zone bug
- new WMA plugin
- a ton of stability/responsiveness fixes to mms plugin
- added customizable content-type mapper, to associate network streams with plugins
- improved remote playlist loading
- fixed buffer overflow in m3u plugin
- subtracks no longer get written to pls and m3u
- warn a user if he attempts to quit while a job is running (e.g. converter)
- fixed tabstrip scrolling timer bug
- added GTK3 touchpad smooth scrolling support (kudos to thesame)
- added option to always convert 16 bit input signal to 24 bit (Eugene Rudchenko)
- added experimental Mac OS X support (thanks to Carlos Alberto Nunes for the CoreAudio plugin)
- improved playlist tab rendering code to work better on HDPI displays
- fixed rounding error in streamer sleep time calculation - that solves some stuttering problems
- added OPUS and TAK support in the static build (via ffmpeg)
comments
2012/10/22
git tag: “0.5.6”
downloads
changelog since 0.5.5
- wavpack: fixed reload_metadata not clearing old data
- sndfile: fixed big/little endian byte swap buffer overrun
- gme: fixed loopcount bugs
- alsa: fixed race condition bug leading to freezes
- alac: added new ALAC plugin with proper gapless playback support and other goods
- aac: lots of bugfixes and improvements, as usual, including half/double duration bugfix, and custom metadata fields support, and audiobook chapters
- cue and m3u parsers can now skip utf8 BOM
- automatically fill new/edited column title from the selected column type
- removed the frame widget around playlist to make scroll bar more accessible in maximized windows
- restored old GDK drawing in GTK2 plugin, because cairo produces weird shit on older GTK2 versions – that means, tabs and playlist now look correct again with gtk2.20 and below
- gtk3 compiling is now enabled by default, if gtk3 sdk is installed
- –enable/disable-gtkui configure option is removed, now there are only –enable/disable-gtk2 and –enable/disable-gtk3
- added Menu key support
- always auto-name playlist by folder name when empty, even if the playlist title is non-default
- insert/delete key support in track properties (Ruslan Khusnullin)
- fixed Enter and Esc keys in track properties
- fixed playlist column auto-resizing in maximized window
- added user-agent configuration for last.fm, vfs_curl, etc
- added cp936 charset detection support. it breaks cp1251 detection, so it’s done as an option – look in the preferences (Joey Zheng)
- show blank instead of “?” when a metadata field is absent
- fixed local album cover files search order, it’s alphabetical now
- alsa: added a hack/work-around to prevent releasing sound device when a user switches between tracks
- m3u: improved handling of relative file pathes
- converter: fixed handling “/” in filenames; fixed tag-writing to files which have special characters
- fixed resuming last session in shuffle albums mode
- fixed several libmms freeze/hang/crash bugs
- vorbis: update waveformat dynamically, so now it’s possible to listen the radios which switch between mono and stereo dynamically
- mp3: fixed samplerate shown in the track properties
- added work-around for unsupported channel masks to wavpack and sndfile plugins
- fixed notification cover-art loading for tracks with empty album
comments
2012/06/04
git tag: “0.5.5”
downloads
changelog since 0.5.4
- fixed converter GUI plugin crash if the converter plugin not found
- fixed compiling on FreeBSD
- fixed race condition bug in streamer
- fixed flac embedded cover loading bug
- fixed multiline tag field editing
- fixed vorbis streaming audio bug
- fixed numlock handling in global hotkeys setup
- fixed KP_Return not working
- fixed filename being ignored in the search window
- fixed session saving on reboot/logout using XSMP via eggsmclient
- fixed few missing translation strings
- fixed many instability issues caused by improper use of pl_find_meta[_raw] calls
- fixed improper use of GtkStyle in playlist and tabs widgets
- fixed prev/next handling when playback is stopped
- fixed random playback bug caused by libsidplay2 calling srand(time(NULL))
- fixed crash in adplug when playing ADL files
- fixed crash in aac reload metadata
- fixed Grandia - Parallel Trippers.gbs crash in GME plugin
- fixed crash in GME plugin when a file doesn’t exist
- fixed integer overflow bug in float32->int32 conversion
- fixed m3u parser string copy bug
- fixed several dsp bugs in the converter
- fixed up/down buttons in the converter’s dsp preset editor
- fixed selected row bugs in dsp preset editors in gtkui preferences and converter
- fixed parent window of dsp plugin configure window
- fixed all known issues in gtk3 plugin – it should be fully working now
comments
2012/05/09
git tag: “0.5.4”
downloads
this is a very small release with few important bugs fixed
changelog since 0.5.3
- fixed starting the player using “deadbeef” command without path
- fixed missing ; in deadbeef.desktop
- fixed big-endian support in sndfile plugin
comments
Archive: 1 2 3 4 5 6 7 8 9 10 11 12