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
e4f22cb3
Commit
e4f22cb3
authored
Jun 28, 2018
by
Igor
Browse files
Release 0.8.3
parent
4c6497cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
e4f22cb3
0.8.3
=====
- Fix GLib-GObject-CRITICAL in directory monitoring code
- Fix loading image from an URL
- Freeing memory used for storing bg colors was done wrong (bug #13335)
- Fix opening image files that are symlinks (bug #13576)
- Fix BMP files failing to load with libmagic (bug #13489)
- Port to GDBus
* Translation updates:
Arabic (ar), Asturian (ast), Bulgarian (bg), Catalan (ca), Czech (cs), Danish
(da), German (de), Greek (el), English (Australia) (en_AU), English (United
Kingdom) (en_GB), Spanish (es), Basque (eu), Finnish (fi), French (fr),
Galician (gl), Hebrew (he), Croatian (hr), Hungarian (hu), Indonesian (id),
Icelandic (is), Italian (it), Japanese (ja), Kazakh (kk), Korean (ko),
Lithuanian (lt), Malay (ms), Norwegian Bokmål (nb), Dutch (nl), Occitan (oc),
Polish (pl), Portuguese (pt), Portuguese (Brazil) (pt_BR), Romanian (ro),
Russian (ru), Slovak (sk), Slovenian (sl), Albanian (sq), Serbian (sr),
Swedish (sv), Thai (th), Turkish (tr), Uighur (ug), Ukrainian (uk), Chinese
(China) (zh_CN), Chinese (Taiwan) (zh_TW)
0.8.2
=====
- Implement sorting by file type (Bug #12749)
...
...
configure.ac.in
View file @
e4f22cb3
...
...
@@ -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], [
2
])
m4_define([ristretto_version_micro], [
3
])
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