Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gThumb
Commits
bac5dd5a
Commit
bac5dd5a
authored
Mar 21, 2022
by
Paolo Bacchilega
Browse files
Updated for version 3.12.1
parent
091d32cf
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
bac5dd5a
Version 3.12.1
~~~~~~~~~~~~~~
Released: 2022-03-21
Bugfixes:
* PNG loader ignores gAMA. (#194)
* Transparent webp images are rendered incorrectly. (#199)
* Crash when dropping files on an empty folder/catalog. (#220)
* Fixed location loading after mounting volume.
* JPEG image dimensions not displayed for files inside the trash. (#214)
* Infinite Loop when viewing more than 50 thumbnails. (Kendy Kutzner)
* X11 window title is not set. (Bruno Vasselle)
* Copy release notes on build from NEWS to metainfo file. (Federico Bruni)
* Fixed build if appstream >= 0.14.6 is not available.
* Fix incorrect usage of shared_module in extensions. (Jakub Jirutka)
* cli: mention that user can open files and/or directories. (#167)
Translations:
* Basealt (Olesya Gerasimenko)
* Catalan (Jordi Mas)
* Croatian (gogo)
* Dutch (Nathan Follens)
* Hebrew (Yosef Or Boczko)
* Japanese (sicklylife)
* Swedish (Anders Jonsson)
* Turkish (Emin Tufan Çetin)
* српски (Мирослав Николић)
Contributors:
Kendy Kutzner, Bruno Vasselle, Federico Bruni, Jakub Jirutka,
Olesya Gerasimenko, Jordi Mas, gogo, Nathan Follens, Yosef Or Boczko
sicklylife, Anders Jonsson, Emin Tufan Çetin, Мирослав Николић
Version 3.12.0
~~~~~~~~~~~~~~
Released: 2021-09-19
...
...
data/appdata/org.gnome.gThumb.appdata.xml.in
View file @
bac5dd5a
...
...
@@ -44,9 +44,11 @@
<screenshots>
<screenshot
type=
"default"
>
<image
type=
"source"
>
https://gitlab.gnome.org/GNOME/gthumb/raw/master/data/appdata/ss-browser.png
</image>
<caption>
Browser mode
</caption>
</screenshot>
<screenshot>
<image
type=
"source"
>
https://gitlab.gnome.org/GNOME/gthumb/raw/master/data/appdata/ss-viewer.png
</image>
<caption>
Viewer mode
</caption>
</screenshot>
</screenshots>
...
...
@@ -60,9 +62,6 @@
<project_group>
GNOME
</project_group>
<translation
type=
"gettext"
>
gthumb
</translation>
<provides>
<id>
org.gnome.gThumb.desktop
</id>
</provides>
<content_rating
type=
"oars-1.1"
>
<content_attribute
id=
"social-info"
>
mild
</content_attribute>
<content_attribute
id=
"social-audio"
>
moderate
</content_attribute>
...
...
meson.build
View file @
bac5dd5a
project
(
'gthumb'
,
[
'c'
,
'cpp'
],
license
:
'GPL2+'
,
version
:
'3.12.
0
'
,
version
:
'3.12.
1
'
,
meson_version
:
'>=0.43'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment