mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2024-10-31 23:25:18 +00:00
bump version 0.5.0, update changelog
This commit is contained in:
parent
5e62fe7624
commit
c5541b0b16
|
@ -12,7 +12,7 @@
|
||||||
# * date Author's Name <author's email> version-release
|
# * date Author's Name <author's email> version-release
|
||||||
# - Summary of changes
|
# - 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
|
- New features
|
||||||
- Allow remote controlling other Jellyfin clients. See the pulley item on the main screen named
|
- Allow remote controlling other Jellyfin clients. See the pulley item on the main screen named
|
||||||
"Remote Control"
|
"Remote Control"
|
||||||
|
@ -22,10 +22,15 @@
|
||||||
- New layout for playlist pages
|
- New layout for playlist pages
|
||||||
- Navigation to artists of a song added when long-pressing a song or pressing the name
|
- Navigation to artists of a song added when long-pressing a song or pressing the name
|
||||||
on the now playing screen.
|
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
|
- Bug fixes
|
||||||
- The album overview page should now behave correctly with a non-square image
|
- 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
|
- 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
|
* Wed Jul 20 2022 Chris Josten <chris@netsoj.nl> 0.4.2-1
|
||||||
- Bugfixes:
|
- Bugfixes:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Name: harbour-sailfin
|
Name: harbour-sailfin
|
||||||
Summary: Sailfin
|
Summary: Sailfin
|
||||||
Version: 0.4.2
|
Version: 0.5.0
|
||||||
Release: 1
|
Release: 1
|
||||||
# The contents of the Group field should be one of the groups listed here:
|
# The contents of the Group field should be one of the groups listed here:
|
||||||
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
|
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
|
||||||
|
|
|
@ -119,6 +119,16 @@
|
||||||
<source>Sailfin</source>
|
<source>Sailfin</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</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>
|
||||||
<context>
|
<context>
|
||||||
<name>ControllableDevicesPage</name>
|
<name>ControllableDevicesPage</name>
|
||||||
|
@ -378,6 +388,16 @@
|
||||||
Page title for the list of all artists within the music library</extracomment>
|
Page title for the list of all artists within the music library</extracomment>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</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>
|
||||||
<context>
|
<context>
|
||||||
<name>PlayQueue</name>
|
<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>
|
<extracomment>This is a name used by Jellyfin and seems to be untranslated in other languages</extracomment>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</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>
|
||||||
<context>
|
<context>
|
||||||
<name>SongDelegate</name>
|
<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>
|
This is still an alpha version :)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</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>
|
||||||
<context>
|
<context>
|
||||||
<name>UserGridDelegate</name>
|
<name>UserGridDelegate</name>
|
||||||
|
|
|
@ -123,6 +123,16 @@
|
||||||
<source>Sailfin</source>
|
<source>Sailfin</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</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>
|
||||||
<context>
|
<context>
|
||||||
<name>ControllableDevicesPage</name>
|
<name>ControllableDevicesPage</name>
|
||||||
|
@ -362,6 +372,16 @@
|
||||||
Page title for the list of all artists within the music library</extracomment>
|
Page title for the list of all artists within the music library</extracomment>
|
||||||
<translation>Исполнители</translation>
|
<translation>Исполнители</translation>
|
||||||
</message>
|
</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>
|
||||||
<context>
|
<context>
|
||||||
<name>PlayQueue</name>
|
<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>
|
<extracomment>This is a name used by Jellyfin and seems to be untranslated in other languages</extracomment>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</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>
|
||||||
<context>
|
<context>
|
||||||
<name>SongDelegate</name>
|
<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>
|
This is still an alpha version :)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</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>
|
||||||
<context>
|
<context>
|
||||||
<name>UserGridDelegate</name>
|
<name>UserGridDelegate</name>
|
||||||
|
|
|
@ -119,6 +119,16 @@
|
||||||
<source>Sailfin</source>
|
<source>Sailfin</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</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>
|
||||||
<context>
|
<context>
|
||||||
<name>ControllableDevicesPage</name>
|
<name>ControllableDevicesPage</name>
|
||||||
|
@ -356,6 +366,16 @@
|
||||||
Page title for the list of all artists within the music library</extracomment>
|
Page title for the list of all artists within the music library</extracomment>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</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>
|
||||||
<context>
|
<context>
|
||||||
<name>PlayQueue</name>
|
<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>
|
<extracomment>This is a name used by Jellyfin and seems to be untranslated in other languages</extracomment>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</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>
|
||||||
<context>
|
<context>
|
||||||
<name>SongDelegate</name>
|
<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>
|
This is still an alpha version :)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</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>
|
||||||
<context>
|
<context>
|
||||||
<name>UserGridDelegate</name>
|
<name>UserGridDelegate</name>
|
||||||
|
|
Loading…
Reference in a new issue