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
Amelia S. Greene
ristretto
Commits
f40fa28e
Commit
f40fa28e
authored
Jan 14, 2022
by
Gaël Bonithon
Browse files
Updates for release
parent
3cad2c06
Changes
4
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
f40fa28e
0.12.2 (2022-01-14)
======
- New Features:
- Thumbnailer: Add support for shared thumbnail repositories (#82)
- Thumbnailer: Add thumbnail flavor support (#81)
- Performance Improvement:
- Optimization: Use TreeModel IFace to walk the image list
- Optimization: Add index and list link to RsttoImageListIter
- Optimization: Switch to GQueue in RsttoImageList
- Code Refactoring:
- Flatpak: Add lifecycle manager patch to Xfconf dependency
- Flatpak: Add Tumbler dependency as a private service (!35)
- Flatpak: Add pixbuf loaders
- Refactoring: Cleanup and simplifications around thumbnail size
- Redistribute thumbnail sizes uniformly
- Disable debug checks in release mode
- Cleanup: Miscellaneous
- Cleanup: Remove unused APIs in RsttoImageList
- Bug Fixes:
- Fix and complete file change monitoring
- Thumbnailer: Rework queue management
- Thumbnailer: Properly set the number of visible items
- Take the device scale into account to limit rendering quality
- Avoid multi-threading issue with X11 (#76)
- Translation Updates:
Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
Dutch, Eastern Armenian, English (Australia), English (United
Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew,
Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Occitan (post
1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian,
Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish,
Ukrainian, Uyghur
0.12.1 (2021-11-26)
======
- Dependency Changes:
...
...
configure.ac.in
View file @
f40fa28e
...
...
@@ -11,9 +11,9 @@ dnl *** Version information ***
dnl ***************************
m4_define([ristretto_version_major], [0])
m4_define([ristretto_version_minor], [12])
m4_define([ristretto_version_micro], [
1
])
m4_define([ristretto_version_micro], [
2
])
m4_define([ristretto_version_build], [r@REVISION@])
m4_define([ristretto_version_tag], [
git
]) # Leave empty for releases
m4_define([ristretto_version_tag], []) # Leave empty for releases
m4_define([ristretto_version], [ristretto_version_major().ristretto_version_minor().ristretto_version_micro()ifelse(ristretto_version_tag(), [], [], [ristretto_version_tag()-ristretto_version_build()])])
dnl *******************************************
...
...
@@ -21,7 +21,7 @@ dnl *** Debugging support for SVN snapshots ***
dnl *******************************************
m4_define([ristretto_debug_default], [ifelse(ristretto_version_tag(), [git], [full], [minimum])])
AC_COPYRIGHT([Copyright (c) 2006-202
1
AC_COPYRIGHT([Copyright (c) 2006-202
2
The Xfce development team. All rights reserved.
Written for Xfce by Stephan Arts <stephan@xfce.org>.])
...
...
org.xfce.ristretto.appdata.xml.in
View file @
f40fa28e
...
...
@@ -36,6 +36,7 @@
<launchable
type=
"desktop-id"
>
org.xfce.ristretto.desktop
</launchable>
<content_rating
type=
"oars-1.1"
/>
<releases>
<release
date=
"2022-01-14"
version=
"0.12.2"
/>
<release
date=
"2021-11-26"
version=
"0.12.1"
/>
<release
date=
"2021-10-11"
version=
"0.12.0"
/>
</releases>
...
...
src/main_window.c
View file @
f40fa28e
...
...
@@ -2930,7 +2930,7 @@ cb_rstto_main_window_about (GtkWidget *widget, RsttoMainWindow *window)
xfce_get_license_text
(
XFCE_LICENSE_TEXT_GPL
));
gtk_about_dialog_set_copyright
(
GTK_ABOUT_DIALOG
(
about_dialog
),
"Copyright
\302\251
2006-2012 Stephan Arts
\n
"
"Copyright
\302\251
2013-202
1
Xfce Developers"
);
"Copyright
\302\251
2013-202
2
Xfce Developers"
);
gtk_window_set_transient_for
(
GTK_WINDOW
(
about_dialog
),
GTK_WINDOW
(
window
));
gtk_dialog_run
(
GTK_DIALOG
(
about_dialog
));
...
...
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