diff --git a/NEWS.rst b/NEWS.rst index 9a8967f..af024fd 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -8,8 +8,8 @@ The format is based on `Keep a Changelog `_, and this project adheres to `Semantic Versioning `_. -[Unreleased] -============ +[1.8.0] - 2023-01-16 +==================== Added ----- diff --git a/README.rst b/README.rst index 8c24cdb..2307c13 100644 --- a/README.rst +++ b/README.rst @@ -97,7 +97,7 @@ Installation on such platform is handled through a DEB package that can be downloaded from the `Releases page `_:: - $ VERSION=1.7.0 + $ VERSION=1.8.0 $ wget https://github.com/orontee/argos/releases/download/v${VERSION}/argos_${VERSION}-1_all.deb $ sudo dpkg -i argos_${VERSION}-1_all.deb diff --git a/data/io.github.orontee.Argos.appdata.xml.in b/data/io.github.orontee.Argos.appdata.xml.in index b078014..999ee1e 100644 --- a/data/io.github.orontee.Argos.appdata.xml.in +++ b/data/io.github.orontee.Argos.appdata.xml.in @@ -28,6 +28,13 @@ + + +

+ Implement a library browser and improve performance. +

+
+

diff --git a/debian/changelog b/debian/changelog index 8994f4f..710be6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +argos (1.8.0-1) UNRELEASED; urgency=medium + + * 1.8.0 release. + + -- Matthias Meulien Mon, 16 Jan 2023 21:45:00 +0200 + argos (1.7.0-1) UNRELEASED; urgency=medium * 1.7.0 release. diff --git a/meson.build b/meson.build index 380a194..130b594 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('argos', - version: '1.7.0', + version: '1.8.0', meson_version: '>= 0.50.0', default_options: [ 'warning_level=2', ], diff --git a/po/de.po b/po/de.po index e7c6041..c342769 100644 --- a/po/de.po +++ b/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 21:33+0100\n" +"POT-Creation-Date: 2023-01-15 21:47+0100\n" "PO-Revision-Date: 2022-02-20 13:30+0100\n" "Last-Translator: André Dokis \n" "Language-Team: German \n" @@ -16,15 +16,15 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: argos/app.py:110 +#: argos/app.py:111 msgid "Enable debug logs" msgstr "Aktiviere Debug Logging" -#: argos/app.py:126 +#: argos/app.py:127 msgid "Disable tooltips" msgstr "Tooltips deaktivieren" -#: argos/app.py:134 +#: argos/app.py:135 msgid "Hide search button" msgstr "Suche ausblenden" @@ -40,7 +40,7 @@ msgstr "" "Die URL des Mopidy-Servers ist auf 127.0.0.1:6680 voreingestellt. Änderungen " "können in den Einstellungen vorgenpmmen werden." -#: argos/app.py:389 argos/ui/app_menu.ui:14 +#: argos/app.py:402 argos/ui/app_menu.ui:14 msgid "New playlist" msgstr "Neue Playlist" @@ -548,8 +548,8 @@ msgid "Tracklist view" msgstr "Titellistenansicht" #: data/io.github.orontee.Argos.appdata.xml.in:19 -msgid "Albums view" -msgstr "Albenansicht" +msgid "Library view" +msgstr "Bibliotheksansicht" #: data/io.github.orontee.Argos.appdata.xml.in:23 msgid "Playlists view" @@ -560,26 +560,30 @@ msgid "Album details view" msgstr "Ansicht der Albumdetails" #: data/io.github.orontee.Argos.appdata.xml.in:33 -msgid "Open its eyes to the outside world!" +msgid "Implement a library browser and improve performance." msgstr "" #: data/io.github.orontee.Argos.appdata.xml.in:40 +msgid "Open its eyes to the outside world!" +msgstr "" + +#: data/io.github.orontee.Argos.appdata.xml.in:47 msgid "Bug fixes and small enhancement." msgstr "Fehlerbehebungen und kleine Verbesserungen." -#: data/io.github.orontee.Argos.appdata.xml.in:47 +#: data/io.github.orontee.Argos.appdata.xml.in:54 msgid "Improving user experience. Once again." msgstr "Verbesserung der Benutzererfahrung. Noch einmal." -#: data/io.github.orontee.Argos.appdata.xml.in:54 +#: data/io.github.orontee.Argos.appdata.xml.in:61 msgid "Improving user experience." msgstr "Verbesserung der Benutzererfahrung." -#: data/io.github.orontee.Argos.appdata.xml.in:61 +#: data/io.github.orontee.Argos.appdata.xml.in:68 msgid "Autumnal delivery." msgstr "Herbstliche Lieferung" -#: data/io.github.orontee.Argos.appdata.xml.in:68 +#: data/io.github.orontee.Argos.appdata.xml.in:75 msgid "" "Improve performance while browsing albums and add support for Mopidy-" "Jellyfin." @@ -587,23 +591,23 @@ msgstr "" "Verbesserung der Leistung beim Durchsuchen von Alben und Unterstützung von " "Mopidy-Jellyfin." -#: data/io.github.orontee.Argos.appdata.xml.in:75 +#: data/io.github.orontee.Argos.appdata.xml.in:82 msgid "Bug fixes release." msgstr "Fehlerbehebungen" -#: data/io.github.orontee.Argos.appdata.xml.in:82 +#: data/io.github.orontee.Argos.appdata.xml.in:89 msgid "Attempt to comply to Flathub expectations." msgstr "Versuch die Erwartungen von Flathub zu erfüllen." -#: data/io.github.orontee.Argos.appdata.xml.in:89 +#: data/io.github.orontee.Argos.appdata.xml.in:96 msgid "Delivered during holidays, use at your own risks!" msgstr "Auslieferung während der Ferien, Nutzung auf eigene Gefahr!" -#: data/io.github.orontee.Argos.appdata.xml.in:96 +#: data/io.github.orontee.Argos.appdata.xml.in:103 msgid "Delivered during a toothache, use at your own risks!" msgstr "Auslieferung mit Zahnschmerzen, Nutzung auf eigene Gefahr!" -#: data/io.github.orontee.Argos.appdata.xml.in:102 +#: data/io.github.orontee.Argos.appdata.xml.in:109 msgid "Matthias Meulien" msgstr "" @@ -785,6 +789,9 @@ msgid "If a Gtk+ theme includes a dark variant, it will be used." msgstr "" "Wenn ein Gtk+-Theme eine dunkle Variante enthält, wird diese verwendet." +#~ msgid "Albums view" +#~ msgstr "Albenansicht" + #, fuzzy #~ msgid "Sort library" #~ msgstr "Sammlung" diff --git a/po/fr.po b/po/fr.po index ff6d9bb..803e1a1 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-11 21:33+0100\n" +"POT-Creation-Date: 2023-01-15 21:47+0100\n" "PO-Revision-Date: 2022-02-20 13:30+0100\n" "Last-Translator: Matthias Meulien \n" "Language-Team: French \n" @@ -16,15 +16,15 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: argos/app.py:110 +#: argos/app.py:111 msgid "Enable debug logs" msgstr "Activer le journal de débogage" -#: argos/app.py:126 +#: argos/app.py:127 msgid "Disable tooltips" msgstr "Désactiver les info-bulles" -#: argos/app.py:134 +#: argos/app.py:135 msgid "Hide search button" msgstr "Masquer le button de recherche" @@ -40,7 +40,7 @@ msgstr "" "Commencez par configurer l'URL du serveur de musique. La valeur par défaut " "fait l'hypothèse qu'il tourne sur cet hôte et écoute sur le port 6680." -#: argos/app.py:389 argos/ui/app_menu.ui:14 +#: argos/app.py:402 argos/ui/app_menu.ui:14 msgid "New playlist" msgstr "Nouvelle liste de lecture" @@ -546,41 +546,45 @@ msgstr "" #: data/io.github.orontee.Argos.appdata.xml.in:15 msgid "Tracklist view" -msgstr "Affichage de la file d'attente" +msgstr "File d'attente" #: data/io.github.orontee.Argos.appdata.xml.in:19 -msgid "Albums view" -msgstr "Vue albums" +msgid "Library view" +msgstr "Bibliothèque" #: data/io.github.orontee.Argos.appdata.xml.in:23 msgid "Playlists view" -msgstr "Vue listes de lecture" +msgstr "Listes de lecture" #: data/io.github.orontee.Argos.appdata.xml.in:27 msgid "Album details view" -msgstr "Vue détails d'un album" +msgstr "Détails d'un album" #: data/io.github.orontee.Argos.appdata.xml.in:33 -msgid "Open its eyes to the outside world!" -msgstr "" +msgid "Implement a library browser and improve performance." +msgstr "Implémente un navigateur de bibliothèque et améliore les performances." #: data/io.github.orontee.Argos.appdata.xml.in:40 +msgid "Open its eyes to the outside world!" +msgstr "Ouvre les yeux sur le monde extérieur !" + +#: data/io.github.orontee.Argos.appdata.xml.in:47 msgid "Bug fixes and small enhancement." msgstr "Livraison de correctifs de bugs et petites améliorations." -#: data/io.github.orontee.Argos.appdata.xml.in:47 +#: data/io.github.orontee.Argos.appdata.xml.in:54 msgid "Improving user experience. Once again." msgstr "Amélioration de l'expérience utilisateur. Une fois de plus." -#: data/io.github.orontee.Argos.appdata.xml.in:54 +#: data/io.github.orontee.Argos.appdata.xml.in:61 msgid "Improving user experience." msgstr "Amélioration de l'expérience utilisateur." -#: data/io.github.orontee.Argos.appdata.xml.in:61 +#: data/io.github.orontee.Argos.appdata.xml.in:68 msgid "Autumnal delivery." msgstr "Livraison automnale." -#: data/io.github.orontee.Argos.appdata.xml.in:68 +#: data/io.github.orontee.Argos.appdata.xml.in:75 msgid "" "Improve performance while browsing albums and add support for Mopidy-" "Jellyfin." @@ -588,23 +592,23 @@ msgstr "" "Améliore les performances de la récupération des albums et ajoute le support " "de Mopidy-Jellyfin." -#: data/io.github.orontee.Argos.appdata.xml.in:75 +#: data/io.github.orontee.Argos.appdata.xml.in:82 msgid "Bug fixes release." msgstr "Livraison de correctifs de bugs." -#: data/io.github.orontee.Argos.appdata.xml.in:82 +#: data/io.github.orontee.Argos.appdata.xml.in:89 msgid "Attempt to comply to Flathub expectations." msgstr "Tentative de remplir les attentes de Flathub." -#: data/io.github.orontee.Argos.appdata.xml.in:89 +#: data/io.github.orontee.Argos.appdata.xml.in:96 msgid "Delivered during holidays, use at your own risks!" msgstr "Livraison préparée pendant des congés, à utiliser avec prudence !" -#: data/io.github.orontee.Argos.appdata.xml.in:96 +#: data/io.github.orontee.Argos.appdata.xml.in:103 msgid "Delivered during a toothache, use at your own risks!" msgstr "Livraison préparée pendant une rage de dents, prudence !" -#: data/io.github.orontee.Argos.appdata.xml.in:102 +#: data/io.github.orontee.Argos.appdata.xml.in:109 msgid "Matthias Meulien" msgstr "" @@ -779,6 +783,9 @@ msgstr "Préférer un thème sombre" msgid "If a Gtk+ theme includes a dark variant, it will be used." msgstr "Utiliser la variante sombre si un thème Gtk+ en inclut une." +#~ msgid "Albums view" +#~ msgstr "Vue albums" + #~ msgid "Sort library" #~ msgstr "Trier la bibliothèque" diff --git a/pyproject.toml b/pyproject.toml index f7335bd..ab4a30d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "argos" -version = "1.7.0" +version = "1.8.0" description = "Gtk front-end to control a Mopidy server through a tiny touch screen" authors = ["Matthias Meulien "] license = "GPL-3.0-or-later"