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
9e86ba27
Commit
9e86ba27
authored
Feb 01, 2017
by
Igor
Browse files
Release 0.8.2
parent
3bf3dc6f
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
9e86ba27
0.8.2
=====
- Implement sorting by file type (Bug #12749)
- Detect image type by its mime type instead of file extension
(ligmagic is used) (Bugs #11680, 12499)
- Allow images to be flipped vertically and horizontally (Bug #13313)
- Fix memory leaks
* Translation updates:
Catalan (ca), Czech (cs), Danish (da), Deutsch (de), English (Australia)
(en_AU), Spanish (es), French (fr), Hebrew (he), Croatian (hr), Italian (it),
Japanese (ja), Kazakh (kk), Korean (ko), Lithuanian (lt), Malay (ms),
Norwegian Bokmål (nb), Polish (pl), Portuguese (pt), Portuguese (Brazilian)
(pt_BR), Russian (ru), Slovak (sk), Swedish (sv), Ukrainian (uk), Chinese
(China) (zh_CN), Chinese (Taiwan) (zh_TW).
0.8.1
=====
- Prepare for gtk3 migration: Do not include individual headers;
...
...
configure.ac.in
View file @
9e86ba27
...
...
@@ -11,9 +11,9 @@ dnl *** Version information ***
dnl ***************************
m4_define([ristretto_version_major], [0])
m4_define([ristretto_version_minor], [8])
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 *******************************************
...
...
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