File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44
55November 15, 2022 :
6- RoonCommandLine version 2.0.6 release 1 is a minor feature update
6+ RoonCommandLine version 2.0.6 release 2 is a minor feature update
77
88 This release adds support for:
99 * Add list_playlist_tracks to list a playlist's tracks
10+ * Run roonapi commands in postinstall as user if provided
11+ * Don't use tput in postinstall (can trip up Kitty)
1012
1113October 07, 2022 :
1214 RoonCommandLine version 2.0.5 release 5 is a minor packaging update
Original file line number Diff line number Diff line change 11VERSION=2.0.6
2- RELEASE=1
2+ RELEASE=2
Original file line number Diff line number Diff line change 11# RoonCommandLine Release Notes
22
3- RoonCommandLine version 2.0.6 release 1 is a minor feature update. This release adds support for listing a playlist's tracks.
3+ RoonCommandLine version 2.0.6 release 2 is a minor feature update. This release adds support for listing a playlist's tracks.
44
55## Installation
66
@@ -12,12 +12,12 @@ The installation automatically detects and stores the Roon Core IP and port. The
1212
1313Install the package on Debian based systems by executing the command
1414``` bash
15- sudo apt install ./RoonCommandLine_2.0.6-1 .deb
15+ sudo apt install ./RoonCommandLine_2.0.6-2 .deb
1616```
1717
1818Install the package on RPM based systems by executing the command
1919``` bash
20- sudo yum localinstall ./RoonCommandLine-2.0.6-1 .rpm
20+ sudo yum localinstall ./RoonCommandLine-2.0.6-2 .rpm
2121```
2222
2323Removal of the package on Debian based systems can be accomplished by issuing the command:
You can’t perform that action at this time.
0 commit comments