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
0feff6ce
Commit
0feff6ce
authored
Aug 09, 2019
by
Igor
Browse files
Release 0.10.0
parent
77fff1fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
0feff6ce
0.10.0
=====
- Fix file permissions for ristretto.png
- Port to GTK3
- Resolve or suppress deprecation warnings
- Add icons to "Close", "Cancel", "Apply", "OK" buttons
- Resolve "GtkDialog mapped without a transient parent" for set wallpaper
dialog
- Fix the ristretto icon loading size (128, not 256)
- Fix sensitivity of flip menu
- Add more separators to the menus
- Make Preferences dialog prettier
- Make the privacy dialog prettier
- Support for setting background image for both gtk2 and gtk3 versions of
xfdesktop (bug #14571)
- configure: print build configuration
* Translation updates:
Belarusian (be), Danish (da), German (de), Spanish (es), Basque (eu),
Finnish (fi), Hungarian (hu), Armenian (Armenia) (hy_AM), Italian (it),
Kazakh (kk), Lithuanian (lt), Norwegian Bokmål (nb), Polish (pl),
Portuguese (pt), Portuguese (Brazil) (pt_BR), Russian (ru), Turkish (tr),
Chinese (China) (zh_CN), Chinese (Taiwan) (zh_TW)
0.8.5
=====
- Fix a few memory leaks
...
...
configure.ac.in
View file @
0feff6ce
...
...
@@ -10,10 +10,10 @@ dnl ***************************
dnl *** Version information ***
dnl ***************************
m4_define([ristretto_version_major], [0])
m4_define([ristretto_version_minor], [
9
])
m4_define([ristretto_version_minor], [
10
])
m4_define([ristretto_version_micro], [0])
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 *******************************************
...
...
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