From 95c0d153d4f8aedde94ca3f20ca63de9a8567a2d Mon Sep 17 00:00:00 2001 From: Dmitry Kann Date: Wed, 4 Oct 2023 15:14:42 +0200 Subject: [PATCH] chore: release 0.22 --- README.md | 16 ++++++++++++++-- resources/metainfo/com.yktoo.ymuse.metainfo.xml | 13 +++++++++++++ 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d6b870..d8303ce 100644 --- a/README.md +++ b/README.md @@ -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. @@ -30,7 +31,7 @@ Watch Ymuse feature tour video: ### Requirements * Go 1.21+ -* GTK 3.22+ +* GTK 3.24+ ### Getting started @@ -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 @@ -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. diff --git a/resources/metainfo/com.yktoo.ymuse.metainfo.xml b/resources/metainfo/com.yktoo.ymuse.metainfo.xml index 6eed4ca..5575f59 100644 --- a/resources/metainfo/com.yktoo.ymuse.metainfo.xml +++ b/resources/metainfo/com.yktoo.ymuse.metainfo.xml @@ -55,6 +55,19 @@ + + +

Changelog:

+
    +
  • Updated app icon (#79)
  • +
  • Add drag-and-drop queue reordering (#34)
  • +
  • Support for single-track repeat (#76)
  • +
  • Allow adding/replacing of all tracks in Library by Files context menu (#69)
  • +
  • Remove warnings about non-existent/empty Ymuse config (#70)
  • +
  • German translation (#68)
  • +
+
+

Changelog: