From 45a344f7f4970c6eefc98e4972c5b06dc5bd75e6 Mon Sep 17 00:00:00 2001 From: JJ Style Date: Wed, 28 Aug 2024 23:19:13 +0100 Subject: [PATCH] chore: release 0.1.20 -> 0.1.21 --- CHANGELOG.md | 16 +++++++++++++++- README.md | 4 ++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63e5305..cc8529b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,23 @@ # Changelog -## [v0.1.20](https://github.com/jj-style/gobal-player/compare/v0.1.19...HEAD) (2024-04-13) +## [v0.1.21](https://github.com/jj-style/gobal-player/compare/v0.1.20...HEAD) (2024-08-28) + +### Features + +* **server:** Itunes tags (#24) +([39f68d3](https://github.com/jj-style/gobal-player/commit/39f68d3fa69e5dde2f1049f77b44654949afa513)), +closes [#24](https://github.com/jj-style/gobal-player/issues/24) ### Fixes +* podcast duration in rss (#26) +([7b65c32](https://github.com/jj-style/gobal-player/commit/7b65c3295349f93cdd2843e543628f23ec562319)), +closes [#26](https://github.com/jj-style/gobal-player/issues/26) + +### [v0.1.20](https://github.com/jj-style/gobal-player/compare/v0.1.19...v0.1.20) (2024-04-13) + +#### Fixes + * **workflow:** GH actions write permissions ([fbfe7c2](https://github.com/jj-style/gobal-player/commit/fbfe7c2ff436e04d2e46e7fd23113e8492507444)) diff --git a/README.md b/README.md index 75608fc..5f7725c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Published in the [AUR: gobal-player-tui](https://aur.archlinux.org/packages/goba #### From source ```bash -go install github.com/jj-style/gobal-player/cmd/gobal-player-tui@v0.1.20 +go install github.com/jj-style/gobal-player/cmd/gobal-player-tui@v0.1.21 gobal-player-tui ``` @@ -35,7 +35,7 @@ RESTful server with friendly APIs to global player, and more features coming soo ### Docker -Run with docker: `docker run --rm -it -p 8080:8080 ghcr.io/jj-style/gobal-player/gobal-player-server:v0.1.20` +Run with docker: `docker run --rm -it -p 8080:8080 ghcr.io/jj-style/gobal-player/gobal-player-server:v0.1.21` ## Developing