Skip to content

Commit

Permalink
chore: release 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
yktoo committed Oct 4, 2023
1 parent 2ab00c2 commit 95c0d15
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Watch Ymuse feature tour video:
## Installing

* If your distribution supports [snap packages](https://snapcraft.io/ymuse): `sudo snap install ymuse`
* Ubuntu (as of 23.04) or Debian Testing: `sudo apt install ymuse`
* A flatpak is available in the [Flathub repository](https://flathub.org/apps/details/com.yktoo.ymuse).
* Otherwise, you can use a binary package from the [Releases](https://github.com/yktoo/ymuse/releases) section.

Expand All @@ -30,7 +31,7 @@ Watch Ymuse feature tour video:
### Requirements

* Go 1.21+
* GTK 3.22+
* GTK 3.24+

### Getting started

Expand Down Expand Up @@ -76,12 +77,23 @@ goreleaser release --rm-dist --skip-publish [--snapshot]
4. Optional: make a `.flatpak` bundle:
`flatpak build-bundle /path/to/repository ymuse.flatpak com.yktoo.ymuse`

### Snap

Install and run `snapcraft` (it will also ask to install Multipass, which you'll have to confirm):

```bash
snap install snapcraft
snapcraft clean # Optional, when rebuilding the snap
snapcraft
```

## License

See [COPYING](COPYING).

## Credits

* Icon artwork: [Jeppe Zapp](https://github.com/mrzapp)
* [gotk3](https://github.com/gotk3/gotk3)
* [gompd](https://github.com/fhs/gompd) by Fazlul Shahriar
* [go-logging](https://github.com/op/go-logging) by Örjan Fors
Expand All @@ -90,6 +102,6 @@ See [COPYING](COPYING).
## TODO

* Automated UI testing.
* Drag’n’drop in the play queue.
* Drag’n’drop of multiple tracks in the play queue.
* More settings.
* Multiple MPD connections support.
13 changes: 13 additions & 0 deletions resources/metainfo/com.yktoo.ymuse.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,19 @@
</keywords>

<releases>
<release date="2023-10-04" version="0.22">
<description>
<p>Changelog:</p>
<ul>
<li>Updated app icon (#79)</li>
<li>Add drag-and-drop queue reordering (#34)</li>
<li>Support for single-track repeat (#76)</li>
<li>Allow adding/replacing of all tracks in Library by Files context menu (#69)</li>
<li>Remove warnings about non-existent/empty Ymuse config (#70)</li>
<li>German translation (#68)</li>
</ul>
</description>
</release>
<release date="2022-08-19" version="0.21">
<description>
<p>Changelog:</p>
Expand Down

0 comments on commit 95c0d15

Please sign in to comment.