2 Commits

Author SHA1 Message Date
f0ed9d0ca1 chore: update release info to 1.1.1 2025-08-02 13:30:14 +08:00
13227cfac9 i18n: Translations update from Hosted Weblate (#157)
* Translated using Weblate (Korean)

Currently translated at 100.0% (166 of 166 strings)

Translation: pineapple-pictures/Application
Translate-URL: https://hosted.weblate.org/projects/pineapple-pictures/application/ko/

* Translated using Weblate (Dutch)

Currently translated at 100.0% (166 of 166 strings)

Translation: pineapple-pictures/Application
Translate-URL: https://hosted.weblate.org/projects/pineapple-pictures/application/nl/

---------

Co-authored-by: VenusGirl <VenusGirl@outlook.com>
Co-authored-by: Heimen Stoffels <vistausss@fastmail.com>
2025-08-01 23:44:43 +08:00
5 changed files with 53 additions and 17 deletions

View File

@ -4,7 +4,7 @@
cmake_minimum_required(VERSION 3.16)
project(pineapple-pictures VERSION 1.1.0) # don't forget to update NEWS file and AppStream metadata.
project(pineapple-pictures VERSION 1.1.1) # don't forget to update NEWS file and AppStream metadata.
include(GNUInstallDirs)
include(FeatureSummary)

17
NEWS
View File

@ -1,3 +1,20 @@
Version 1.1.1
~~~~~~~~~~~~~
Released: 2025-08-02
Features:
* Click dock icon should show window when it's hidden on macOS
Bugfixes:
* Ensure "Fit by Width" position the view to the beginning of the image
Miscellaneous:
* Update translations
* Update Exiv2 version for Windows binary build
Contributors:
Heimen Stoffels, VenusGirl, தமிழ்நேரம்
Version 1.1.0
~~~~~~~~~~~~~
Released: 2025-07-06

View File

@ -242,7 +242,7 @@
<message>
<location filename="../mainwindow.cpp" line="781"/>
<source>Failed to move file to trash</source>
<translation type="unfinished"></translation>
<translation> </translation>
</message>
<message>
<location filename="../mainwindow.cpp" line="782"/>
@ -296,12 +296,12 @@
<message>
<location filename="../actionmanager.cpp" line="108"/>
<source>Pause/Resume Animation</source>
<translation type="unfinished"></translation>
<translation> /</translation>
</message>
<message>
<location filename="../actionmanager.cpp" line="109"/>
<source>Animation Go to Next Frame</source>
<translation type="unfinished"></translation>
<translation> </translation>
</message>
<message>
<location filename="../actionmanager.cpp" line="111"/>
@ -729,27 +729,27 @@
<message>
<location filename="../settingsdialog.cpp" line="39"/>
<source>Options</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<location filename="../settingsdialog.cpp" line="51"/>
<source>Shortcuts</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<location filename="../settingsdialog.cpp" line="61"/>
<source>Editing shortcuts for action &quot;%1&quot;:</source>
<translation type="unfinished"></translation>
<translation> &quot;%1&quot; :</translation>
</message>
<message>
<location filename="../settingsdialog.cpp" line="70"/>
<source>Failed to set shortcuts</source>
<translation type="unfinished"></translation>
<translation> </translation>
</message>
<message>
<location filename="../settingsdialog.cpp" line="71"/>
<source>Please check if shortcuts are duplicated with existing shortcuts.</source>
<translation type="unfinished"></translation>
<translation> .</translation>
</message>
<message>
<location filename="../settingsdialog.cpp" line="78"/>
@ -769,7 +769,7 @@
<message>
<location filename="../settingsdialog.cpp" line="81"/>
<source>Toggle fullscreen</source>
<translation type="unfinished"></translation>
<translation> </translation>
</message>
<message>
<location filename="../settingsdialog.cpp" line="85"/>
@ -794,7 +794,7 @@
<message>
<location filename="../settingsdialog.cpp" line="92"/>
<source>Windowed</source>
<translation type="unfinished"></translation>
<translation> </translation>
</message>
<message>
<location filename="../settingsdialog.cpp" line="96"/>
@ -828,7 +828,7 @@
<message>
<location filename="../settingsdialog.cpp" line="123"/>
<source>Use built-in close window animation</source>
<translation type="unfinished"></translation>
<translation> </translation>
</message>
<message>
<location filename="../settingsdialog.cpp" line="124"/>
@ -838,7 +838,7 @@
<message>
<location filename="../settingsdialog.cpp" line="125"/>
<source>Loop the loaded gallery</source>
<translation type="unfinished"></translation>
<translation> </translation>
</message>
<message>
<location filename="../settingsdialog.cpp" line="126"/>
@ -866,7 +866,7 @@
<message>
<location filename="../shortcutedit.cpp" line="109"/>
<source>No shortcuts</source>
<translation type="unfinished"></translation>
<translation> </translation>
</message>
</context>
<context>
@ -874,7 +874,7 @@
<message>
<location filename="../shortcutedit.cpp" line="75"/>
<source>Shortcut #%1</source>
<translation type="unfinished"></translation>
<translation> #%1</translation>
</message>
</context>
<context>

View File

@ -832,7 +832,7 @@
<message>
<location filename="../settingsdialog.cpp" line="123"/>
<source>Use built-in close window animation</source>
<translation type="unfinished"></translation>
<translation>Meegeleverde animatie voor venster sluiten gebruiken</translation>
</message>
<message>
<location filename="../settingsdialog.cpp" line="124"/>
@ -842,7 +842,7 @@
<message>
<location filename="../settingsdialog.cpp" line="125"/>
<source>Loop the loaded gallery</source>
<translation type="unfinished"></translation>
<translation>Gekozen galerij herhalen</translation>
</message>
<message>
<location filename="../settingsdialog.cpp" line="126"/>

View File

@ -80,6 +80,25 @@
</screenshot>
</screenshots>
<releases>
<release type="stable" version="1.1.1" date="2025-08-02T00:00:00Z">
<description>
<p>This release adds the following feature:</p>
<ul>
<li>Click dock icon should show window when it's hidden on macOS</li>
</ul>
<p>This release fixes the following bug:</p>
<ul>
<li>Ensure "Fit by Width" position the view to the beginning of the image</li>
</ul>
<p>This release includes the following changes:</p>
<ul>
<li>Update translations</li>
<li>Update Exiv2 version for Windows binary build</li>
</ul>
<p>With contributions from:</p>
<p>Heimen Stoffels, VenusGirl, தமிழ்நேரம்</p>
</description>
</release>
<release type="stable" version="1.1.0" date="2025-07-06T00:00:00Z">
<description>
<p>This release adds the following features:</p>