Skip to content

Commit

Permalink
Finalize changelog and update release notes for v2.0.1r3
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorfree committed Sep 18, 2022
1 parent 6a0f0da commit bb47a5a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ All notable changes to this project will be documented in this file.
* Add view service logs menu to mpplus
* Add `mpd-monitor` and `mpd-configure` commands and man pages
* Integrate `RoonCommandLine`, `MirrorCommand`, and `Asciiville` menus
* Add `-l music_dir` option to `mppinit`
* To initialize a custom music library location in one step:
* `mppinit -l /path/to/library`
* Bug fixes

## MusicPlayerPlus-2.0.1r2 (2022-08-20)
Expand Down
2 changes: 1 addition & 1 deletion mkrelease
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ done
shift $(( OPTIND - 1 ))

[ "$CLEAN" ] && ./clean
[ "$PACKAGE" ] && scripts/mkdeb.sh
[ "$PACKAGE" ] && ./mkpkg

ANNO="MusicPlayerPlus Version ${VERSION} Release ${RELEASE}"
gittag v${VERSION}r${RELEASE} ${ANNO}
Expand Down
2 changes: 1 addition & 1 deletion pkg/aur/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ pkgbase = musicplayerplus
depends = bc
depends = boost-libs
depends = coreutils
depends = flac
depends = jq
depends = libcurl-compat
depends = libmpdclient
Expand All @@ -29,7 +30,6 @@ pkgbase = musicplayerplus
depends = inotify-tools
depends = figlet
depends = tmux
depends = flac
depends = fzf
depends = mpc
depends = python
Expand Down
3 changes: 3 additions & 0 deletions pkg/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ This major new release of MusicPlayerPlus adds support for many new features and
* Preserve existing user configurations where appropriate
* Add `mpd-monitor` and `mpd-configure` commands and man pages
* Integrate `RoonCommandLine`, `MirrorCommand`, and `Asciiville` menus
* Add `-l music_dir` option to `mppinit`
* To initialize a custom music library location in one step:
* `mppinit -l /path/to/library`
* Many more improvements and features (See [Changelog](#changelog) below)


Expand Down

0 comments on commit bb47a5a

Please sign in to comment.