diff --git a/CHANGELOG b/CHANGELOG index a2b018b..1cab35e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +1.4.1 / 2021-01-15 +Legacy-GUI: + Fix manpage description and usage with the correct executable name + Fix resizing to very small and back. ( / TheGreatWhiteShark ) + 1.4 / 2020-07-15 Add documentation and manpages. diff --git a/README.md b/README.md index d682c61..8d9007f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # New Session Manager -[Quick-link to the API](https://linuxaudio.github.io/new-session-manager/api/index.html) - ## Introduction New Session Manager (NSM) is a tool to assist music production by grouping standalone programs into sessions. @@ -17,7 +15,7 @@ and continue where you left off. All files belonging to the session will be saved in the same directory. If you are a user (and not a programmer or packager) everything you need is to install NSM -through your distributions package manager and Agordejo as a GUI (see below). +through your distributions package manager and, highly recommended, Agordejo as a GUI (see below). To learn NSM you don't need to know the background information from our documentation, which is aimed at developers that want to implement NSM support in their programs. Learn the GUI, @@ -35,7 +33,7 @@ not the server and protocol. * The goal is to become the de-facto standard music session manager for Linux distributions ## User Interface -It is recommended to use Agordejo ( https://www.laborejo.org/agordejo/ ) as graphical +It is highly recommended to use Agordejo ( https://www.laborejo.org/agordejo/ ) as graphical user interface. In fact, if you install Agordejo in you distribution it will install NSM as dependency and you don't need to do anything yourself with this software package. @@ -50,8 +48,8 @@ Documentation and tutorials for software-developers will be added at a later dat ## Documentation and Manual -Our documentation contains the [API specification](https://linuxaudio.github.io/new-session-manager/api/index.html) -for the NSM protocol, which is the central document if you want to add NSM support to your own application. +Our documentation contains the API specification for the NSM protocol, which is the central document +if you want to add NSM support to your own application. You can find html documentation installed to your systems SHARE dir or docs/out/index.html in this repository. diff --git a/docs/api/index.html b/docs/api/index.html index 6b8b888..eef355c 100644 --- a/docs/api/index.html +++ b/docs/api/index.html @@ -4,7 +4,7 @@ - + New Session Manager - API