summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@redhat.com>2018-10-03 12:11:20 +0200
committerCarlos Soriano <csoriano@redhat.com>2018-10-03 12:11:20 +0200
commita3ca977a144df27ffea81ad63dffb645003b3675 (patch)
treee2d86b8802c18ae008719f5ede9126a5409ea6f5
parente35d708eddb4dd67f53ec6fd83b9de3286564b6a (diff)
downloadnautilus-a3ca977a144df27ffea81ad63dffb645003b3675.tar.gz
release: Prepare for 3.30.13.30.1
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3ff232b02..46d661825 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Major changes in 3.30.1:
+* Improve high contrast styling (Antonio Fernandes)
+* Fix folders not expanding with arrow keys in list view (Antonio Fernandes)
+* Fix keyboard navigability when searching (Carlos Soriano)
+* Fix crash on search (Ernestas Kulik)
+* Fix dark variant (Antonio Fernandes)
+
Major changes in 3.30.0:
* Nothing new, enjoy 🍹
diff --git a/meson.build b/meson.build
index b7baa5555..0bdfce537 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('nautilus', 'c',
default_options: ['c_std=c11'],
- version: '3.30.0',
+ version: '3.30.1',
meson_version: '>= 0.47.0',
license: 'GPL3+'
)