Skip to content

Commit 9672245

Browse files
committed
Bump release, update changelog and release notes
1 parent 92059a7 commit 9672245

File tree

3 files changed

+51
-39
lines changed

3 files changed

+51
-39
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
November 15, 2022 :
6+
RoonCommandLine version 2.0.6 release 1 is a minor feature update
7+
8+
This release adds support for:
9+
* Add list_playlist_tracks to list a playlist's tracks
10+
511
October 07, 2022 :
612
RoonCommandLine version 2.0.5 release 5 is a minor packaging update
713

VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION=2.0.5
2-
RELEASE=5
1+
VERSION=2.0.6
2+
RELEASE=1

pkg/release.md

Lines changed: 43 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,46 @@
1-
RoonCommandLine version 2.0.5 release 5 is a simple repackaging for Debian based systems. This release is functionally equivalent to version 2.0.5 release 4. Repackaging for Debian based systems was necessary to avoid an incompatibility with `dpkg` compression format support across Debian based distributions. Install only if you are deploying on a Debian based distribution that does not support `zstd` compression (e.g. Raspberry Pi OS). Otherwise, 2.0.5 release 4 is sufficient. Welcome to Linux!
1+
# RoonCommandLine Release Notes
2+
3+
RoonCommandLine version 2.0.6 release 1 is a minor feature update. This release adds support for listing a playlist's tracks.
4+
5+
## Installation
6+
7+
The installation automatically detects and stores the Roon Core IP and port. There is no need for any manual configuration.
8+
9+
**IMPORTANT NOTE** Older versions of RoonCommandLine will no longer function properly. In order to use RoonCommandLine you must install version 2.0.2 release 1 or later.
10+
11+
[Download the latest Debian or RPM package format release](https://gitlab.com/doctorfree/RoonCommandLine/-/releases)
12+
13+
Install the package on Debian based systems by executing the command
14+
```bash
15+
sudo apt install ./RoonCommandLine_2.0.6-1.deb
16+
```
17+
18+
Install the package on RPM based systems by executing the command
19+
```bash
20+
sudo yum localinstall ./RoonCommandLine-2.0.6-1.rpm
21+
```
22+
23+
Removal of the package on Debian based systems can be accomplished by issuing the command:
24+
25+
```bash
26+
sudo apt remove rooncommandline
27+
```
28+
29+
Removal of the package on RPM based systems can be accomplished by issuing the command:
30+
31+
```bash
32+
sudo yum remove RoonCommandLine
33+
```
34+
35+
To install on Mac OS X or a Linux system without support for Debian or Red Hat installation packages, clone the repository and execute the `Install` command:
36+
37+
```bash
38+
git clone https://gitlab.com/doctorfree/RoonCommandLine.git
39+
cd RoonCommandLine
40+
./Install
41+
```
42+
43+
## Release History
244

345
RoonCommandLine version 2.0.5 release 4 adds support for:
446

@@ -69,39 +111,3 @@ RoonCommandLine version 2.0.3 release 2 adds several new commands including supp
69111
Checks for Python 3 and Pip have been added to pre-installation scripts, MacOS installation has been significantly improved, installation of the roonapi Pip module is handled more gracefully.
70112

71113
RoonCommandLine version 2.0.x releases add support for detection of the Roon Core port as well as its IP address. The port number is stored in `roon_api.ini` and used in all subsequent calls to the Python Roon API. This was necessary as Roon Labs changed the port number in the most recent update. Extensions shouldn't be assuming a hard coded port number anyway so this change prompted a good improvement although it was irritating at first. A bug introduced by the change to return status of the Bash builtin type command was addressed. RoonCommandLine commands' location are added to PATH or full path used in SSH invocations. The installation script has been revised to work with the updated Python roonapi module version numbering. SSH invocations should work in a wider range of environments with this release.
72-
73-
The installation automatically detects and stores the Roon Core IP and port. There is no need for any manual configuration.
74-
75-
**IMPORTANT NOTE** Older versions of RoonCommandLine will no longer function properly. In order to use RoonCommandLine you must install version 2.0.2 release 1 or later.
76-
77-
[Download the latest Debian or RPM package format release](https://gitlab.com/doctorfree/RoonCommandLine/-/releases)
78-
79-
Install the package on Debian based systems by executing the command
80-
```bash
81-
sudo apt install ./RoonCommandLine_2.0.5-5.deb
82-
```
83-
84-
Install the package on RPM based systems by executing the command
85-
```bash
86-
sudo yum localinstall ./RoonCommandLine-2.0.5-5.rpm
87-
```
88-
89-
Removal of the package on Debian based systems can be accomplished by issuing the command:
90-
91-
```bash
92-
sudo apt remove rooncommandline
93-
```
94-
95-
Removal of the package on RPM based systems can be accomplished by issuing the command:
96-
97-
```bash
98-
sudo yum remove RoonCommandLine
99-
```
100-
101-
To install on Mac OS X or a Linux system without support for Debian or Red Hat installation packages, clone the repository and execute the `Install` command:
102-
103-
```bash
104-
git clone https://gitlab.com/doctorfree/RoonCommandLine.git
105-
cd RoonCommandLine
106-
./Install
107-
```

0 commit comments

Comments
 (0)