diff --git a/ChangeLog b/ChangeLog index e85a0cc26d..9cde1623ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +version 1.10.0 + Fixed: Memory leak affecting DSD (Toad King) + Fixed: deadbeef.desktop format violations (Viorel Munteanu) + Fixed: Spectrum analyzer drawing bugs + Fixed: Scope drawing bugs + Fixed: Finding album art image in ogg files + Fixed: Deadlock (hang) when clearing a playlist + Fixed: A number of issues with album art + Fixed: A number of issues with OSD notifications + Fixed: Toggle-pause behavior to do nothing when playback is stopped + Fixed: CDText issues (Warepire) + Fixed: Implementation of $longer title formatting function + Fixed: Handling of escape sequences in $cut title formatting function + Fixed: Current track playback indication in playlist browser + Fixed: Crash and memory leak when saving M3U playlists + Fixed: Crash after drag-dropping from search window + Added: Media library: find music in specified folders, and display in a tree + Added: Undo/redo playlist editing operations + Added: Commands for navigating to next/previous/random album with respect to shuffle mode (Robin Seth Ekman) + Added: TORY frame support for ID3v2.3 + Added: FFMPEG 7 support (Christopher Snowhill) + Added: Separate config file for storing secrets (lastfm password) + Added: Support for relative paths when loading DBPL playlists (Robin Ekman) + Added: EAC3 support to ffmpeg plugin + Added: Updated adplug library to latest upstream version (Thomas Jepp) + Added: An option to disable log window auto showing after errors + version 1.9.6 Fixed: Drawing spectrum analyzer in discrete frequencies mode Fixed: Handling the option to enter archives when scanning folders (fudanchii) diff --git a/PORTABLE_VERSION b/PORTABLE_VERSION index d64531f130..e00a6c7183 100644 --- a/PORTABLE_VERSION +++ b/PORTABLE_VERSION @@ -1 +1 @@ -devel +1.10.0-beta1 diff --git a/configure.ac b/configure.ac index 7549db940e..3543306b16 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([deadbeef], [devel]) +AC_INIT([deadbeef], [1.10.0-beta1]) AC_CONFIG_HEADER(config.h)