summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS15
-rw-r--r--meson.build2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 054b868..09de7ba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+3.35.1
+======
+
+ * Files are now shown in the UI
+ * Many fixes for the location list, including duplication issues and a
+ problem with network locations blocking the UI
+ * Disk Usage Analyzer now shows up in the list of recommended applications for folders
+ * Mount points are now excluded only if on different filesystems
+ * Visual fixes (tooltips, sorting of recent items)
+ * Added the possibility to clear the recent list
+ * Improved Shortcut window
+ * Updated translations (ckb, eo, es, gl, he, id, ja, ms, nb, ro, sl, tr, uk,
+ zh_CN, zh_TW)
+ * Updated documentation translations (ca, cs, es, fr, gl, hu, id, pl, sv, uk)
+
3.34.0
======
diff --git a/meson.build b/meson.build
index 3a58180..c11b34a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'baobab', ['vala', 'c'],
- version: '3.34.0',
+ version: '3.35.1',
license: 'GPL2+',
meson_version: '>= 0.50.0',
)