bump version 0.5.0, update changelog

This commit is contained in:
Chris Josten 2024-01-02 23:40:30 +01:00
parent 5e62fe7624
commit c5541b0b16
5 changed files with 140 additions and 3 deletions

View File

@ -12,7 +12,7 @@
# * date Author's Name <author's email> version-release
# - Summary of changes
#
* Future version Chris Josten <chris@netsoj.nl> 0.??.??-1
* Tue Jan 2 2024 Chris Josten <chris@netsoj.nl> 0.5.0-1
- New features
- Allow remote controlling other Jellyfin clients. See the pulley item on the main screen named
"Remote Control"
@ -22,10 +22,15 @@
- New layout for playlist pages
- Navigation to artists of a song added when long-pressing a song or pressing the name
on the now playing screen.
- Allow selecting the start page of the app.
- Films now display the backdrop instead of the poster on the now playing page, since this has
a better aspect ratio for the available space.
- Added a Russian translation (thanks to Mikhail Barashkov)
- Bug fixes
- The album overview page should now behave correctly with a non-square image
- Collections with films and series should now show the items in a 16:9 aspect ratio again
- Collections with films and series should now show the items in a 9:16 aspect ratio again
- Large lists with more than 100 items should no longer infinitly repeat the first 100 items
- Media controls on the lockscreen should work again
* Wed Jul 20 2022 Chris Josten <chris@netsoj.nl> 0.4.2-1
- Bugfixes:

View File

@ -1,6 +1,6 @@
Name: harbour-sailfin
Summary: Sailfin
Version: 0.4.2
Version: 0.5.0
Release: 1
# The contents of the Group field should be one of the groups listed here:
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS

View File

@ -119,6 +119,16 @@
<source>Sailfin</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Settings</source>
<extracomment>Pulley menu item: navigate to application settings page</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Remote control</source>
<extracomment>Pulley menu item: shows controllable device page</extracomment>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ControllableDevicesPage</name>
@ -378,6 +388,16 @@
Page title for the list of all artists within the music library</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Settings</source>
<extracomment>Pulley menu item: navigate to application settings page</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Remote control</source>
<extracomment>Pulley menu item: shows controllable device page</extracomment>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>PlayQueue</name>
@ -537,6 +557,20 @@ Placeholder text for textfield for entering the Quick Connect codeyy</extracomme
<extracomment>This is a name used by Jellyfin and seems to be untranslated in other languages</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Start page</source>
<extracomment>Combo box label for selecting where the application should start</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Which page should be shown when the application starts?</source>
<extracomment>Combo box description for selecting where the application should start</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>All libraries (default)</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SongDelegate</name>
@ -585,6 +619,16 @@ Placeholder text for textfield for entering the Quick Connect codeyy</extracomme
This is still an alpha version :)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Settings</source>
<extracomment>Pulley menu item: navigate to application settings page</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Remote control</source>
<extracomment>Pulley menu item: shows controllable device page</extracomment>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>UserGridDelegate</name>

View File

@ -123,6 +123,16 @@
<source>Sailfin</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Settings</source>
<extracomment>Pulley menu item: navigate to application settings page</extracomment>
<translation type="unfinished">Настройки</translation>
</message>
<message>
<source>Remote control</source>
<extracomment>Pulley menu item: shows controllable device page</extracomment>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ControllableDevicesPage</name>
@ -362,6 +372,16 @@
Page title for the list of all artists within the music library</extracomment>
<translation>Исполнители</translation>
</message>
<message>
<source>Settings</source>
<extracomment>Pulley menu item: navigate to application settings page</extracomment>
<translation type="unfinished">Настройки</translation>
</message>
<message>
<source>Remote control</source>
<extracomment>Pulley menu item: shows controllable device page</extracomment>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>PlayQueue</name>
@ -518,6 +538,20 @@ Placeholder text for textfield for entering the Quick Connect codeyy</extracomme
<extracomment>This is a name used by Jellyfin and seems to be untranslated in other languages</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Start page</source>
<extracomment>Combo box label for selecting where the application should start</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Which page should be shown when the application starts?</source>
<extracomment>Combo box description for selecting where the application should start</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>All libraries (default)</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SongDelegate</name>
@ -566,6 +600,16 @@ Placeholder text for textfield for entering the Quick Connect codeyy</extracomme
This is still an alpha version :)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Settings</source>
<extracomment>Pulley menu item: navigate to application settings page</extracomment>
<translation type="unfinished">Настройки</translation>
</message>
<message>
<source>Remote control</source>
<extracomment>Pulley menu item: shows controllable device page</extracomment>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>UserGridDelegate</name>

View File

@ -119,6 +119,16 @@
<source>Sailfin</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Settings</source>
<extracomment>Pulley menu item: navigate to application settings page</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Remote control</source>
<extracomment>Pulley menu item: shows controllable device page</extracomment>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ControllableDevicesPage</name>
@ -356,6 +366,16 @@
Page title for the list of all artists within the music library</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Settings</source>
<extracomment>Pulley menu item: navigate to application settings page</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Remote control</source>
<extracomment>Pulley menu item: shows controllable device page</extracomment>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>PlayQueue</name>
@ -504,6 +524,20 @@ Placeholder text for textfield for entering the Quick Connect codeyy</extracomme
<extracomment>This is a name used by Jellyfin and seems to be untranslated in other languages</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Start page</source>
<extracomment>Combo box label for selecting where the application should start</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Which page should be shown when the application starts?</source>
<extracomment>Combo box description for selecting where the application should start</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>All libraries (default)</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SongDelegate</name>
@ -552,6 +586,16 @@ Placeholder text for textfield for entering the Quick Connect codeyy</extracomme
This is still an alpha version :)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Settings</source>
<extracomment>Pulley menu item: navigate to application settings page</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Remote control</source>
<extracomment>Pulley menu item: shows controllable device page</extracomment>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>UserGridDelegate</name>