summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Miranda <andreldm@xfce.org>2018-08-22 00:27:08 -0300
committerAndre Miranda <andreldm@xfce.org>2018-08-22 00:29:32 -0300
commite38ae2d45445ab6b6648f39c733becc0b538e4a7 (patch)
treec2c7a509f6e73ddd0f532967d16ff23141a79a17
parent1e9c81751eba06e152a390ef25dba66cf58424ad (diff)
downloadxfce4-appfinder-4.13.1.tar.gz
Updates for the releasexfce4-appfinder-4.13.1
-rw-r--r--NEWS17
-rw-r--r--configure.ac.in4
2 files changed, 19 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f65a75e..dd6cd38 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+4.13.1
+======
+- Improved keyboard navigation in List View
+- When expanded, launch apps with single enter press (Bug #14469)
+- Improved app sorting
+- Add single window option
+- Fix segfault when toggling bookmarks (Bug #14134)
+- Fix preferences button height
+- Translation updates: Amharic, Arabic, Asturian, Basque, Belarusian, Bulgarian,
+ Catalan, Chinese (China), Chinese (Hong Kong SAR China), Chinese (Taiwan),
+ Croatian, Czech, Danish, Dutch, English (Australia), English (United Kingdom),
+ Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian,
+ Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay,
+ Norwegian Bokmål, Norwegian Nynorsk, Occitan, Polish, Portuguese,
+ Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish,
+ Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur, Vietnamese
+
4.13.0
======
- Port to GTK+3.
diff --git a/configure.ac.in b/configure.ac.in
index 4068254..03cbb0b 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -7,10 +7,10 @@ dnl *** Version information ***
dnl ***************************
m4_define([xfce4_appfinder_version_major], [4])
m4_define([xfce4_appfinder_version_minor], [13])
-m4_define([xfce4_appfinder_version_micro], [0])
+m4_define([xfce4_appfinder_version_micro], [1])
m4_define([xfce4_appfinder_version_nano], []) dnl leave this empty to have no nano version
m4_define([xfce4_appfinder_version_build], [@REVISION@])
-m4_define([xfce4_appfinder_version_tag], [git])
+m4_define([xfce4_appfinder_version_tag], [])
m4_define([xfce4_appfinder_version], [xfce4_appfinder_version_major().xfce4_appfinder_version_minor().xfce4_appfinder_version_micro()ifelse(xfce4_appfinder_version_nano(), [], [], [.xfce4_appfinder_version_nano()])ifelse(xfce4_appfinder_version_tag(), [git], [xfce4_appfinder_version_tag()-xfce4_appfinder_version_build()], [xfce4_appfinder_version_tag()])])
dnl *******************************************