summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Expand)Author
2021-06-23release v0.22.9v0.22.9Max Kellermann
2021-06-23TagAny: invoke ScanGenericTags() on remote filesMax Kellermann
2021-05-31Android: use startForegroundService() in Android 8+Max Kellermann
2021-05-31decoder/ffmpeg: fix build failure with FFmpeg 3.4Max Kellermann
2021-05-26NEWS: mention new FFmpeg/ID3v2 tagsMax Kellermann
2021-05-26decoder/ffmpeg: support the "sort_album" tagMax Kellermann
2021-05-25db/update/Walk: load all .mpdignore files of all parent directoriesMax Kellermann
2021-05-25sticker/Database: pass NarrowPath to sqlite3_open()Max Kellermann
2021-05-24increment version number to 0.22.9Max Kellermann
2021-05-22release v0.22.8v0.22.8Max Kellermann
2021-05-22input/last: add nullptr check to Open(), fixes assertion failureMax Kellermann
2021-05-22increment version number to 0.22.8Max Kellermann
2021-05-19release v0.22.7v0.22.7Max Kellermann
2021-05-18command/file: cache the last "albumart" fileMax Kellermann
2021-05-17{input,storage}/curl: set CURLOPT_HTTPAUTH=CURLAUTH_BASICMax Kellermann
2021-04-26output/jack: enable on WindowsMax Kellermann
2021-04-26output/control: add missing nullptr checksMax Kellermann
2021-04-15Revert "tag/Pool: use strncmp() without strlen() to compare strings"Max Kellermann
2021-03-13gme: add support for rsn filesJohn Regan
2021-03-10Added cross-origin header to http headers of the http output.bitkeeper
2021-03-05output/wasapi: Add dop support for WASAPIShen-Ta Hsieh
2021-03-05output/wasapi: use default device only if none was configuredMax Kellermann
2021-03-04src/output: add algorithm for finding usable AudioFormatShen-Ta Hsieh
2021-03-04time/ISO8601: don't use glibc extension in strptime.Érico Rolim
2021-03-04storage/plugins/CurlStorage: don't use glibc extension inÉrico Rolim
2021-02-22decoder/ffmpeg: fix build problem with FFmpeg 3.4Max Kellermann
2021-02-17increment version number to 0.22.7Max Kellermann
2021-02-16release v0.22.6v0.22.6Max Kellermann
2021-02-16db/simple: fix ExportedSong move constructor for non-owning sourcesMax Kellermann
2021-02-16increment version number to 0.22.6Max Kellermann
2021-02-15release v0.22.5v0.22.5Max Kellermann
2021-02-15command/queue: better error message for open-ended range with "move"Max Kellermann
2021-02-15protocol/ArgParser: check for invalid rangesMax Kellermann
2021-02-15android/AndroidManifest.xml: enable requestLegacyExternalStorageMax Kellermann
2021-02-15db/simple: fix dangling LightSong::tag reference in moved ExportedSongMax Kellermann
2021-02-15output/pulse: don't drain if stream is suspended or corkedMax Kellermann
2021-02-07python/build/libs.py: enable CURL/schannel support on WindowsMax Kellermann
2021-02-07archive/iso9660: another fix for unaligned readsMax Kellermann
2021-02-07Fix: Separate Conductor from Performervkostas
2021-01-21net/SocketError: add syscall specific check functionsMax Kellermann
2021-01-21increment version number to 0.22.5Max Kellermann
2021-01-21release v0.22.4v0.22.4Max Kellermann
2021-01-21protocol: add command "binarylimit"Max Kellermann
2021-01-21python/build/libs.py: build CURL with OpenSSL supportMax Kellermann
2021-01-21db/simple/Song: Export() merges tags with "target"Max Kellermann
2021-01-21SongPrint: use LightSong::GetDuration()Max Kellermann
2021-01-20command/file: use %zu to format a size_tMax Kellermann
2021-01-05Merge branch 'bugfix/1039/fix-webdav' of git://github.com/PVince81/MPD into v...Max Kellermann
2020-11-16filter/ffmpeg: detect the output sample formatMax Kellermann
2020-11-15Fixes #994 - moveoutput: new AudioOutputControl created from copyMoving an ou...Stapper