Skip to content

Commit

Permalink
chore: release 0.1.20 -> 0.1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jj-style committed Aug 28, 2024
1 parent 7b65c32 commit 45a344f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].20
go install github.com/jj-style/gobal-player/cmd/[email protected].21
gobal-player-tui
```

Expand All @@ -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

Expand Down

0 comments on commit 45a344f

Please sign in to comment.