Skip to content

Commit

Permalink
Release 2022.04.16
Browse files Browse the repository at this point in the history
  • Loading branch information
thedmd committed Apr 16, 2022
1 parent 455a7db commit e6f525c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Release 2022.04.20:
- ui_act: Improve station management query
- Disable station mode selection for QuickMix
- docs: fix simple typo, exhaused -> exhausted
- Allow choosing time format
- Add optional debugging code
- Allow changing station mode
- Get back to 1s update interval
- Don't overwrite XDG_CONFIG_HOME
- Cleanup warnings
- ui: Make up to three retries while executing network call
- http: Improve error messages around retries
- http: Handle 5xx server error codes
- http: Cleanup warnings
- piano: Add PIANO_RET_NETWORK_ERROR error code

Release 2020.04.20:
- Add support for multimedia keys in hotkeys
- backport: piano: Request all stations
Expand Down
2 changes: 1 addition & 1 deletion src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* package name */
#define PACKAGE "pianobar"

#define VERSION "2020.04.20-dev"
#define VERSION "2022.04.16"

#define TITLE "Pianobar"

Expand Down

0 comments on commit e6f525c

Please sign in to comment.