summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2017-08-09 22:42:11 +0200
committerCarlos Soriano <csoriano@gnome.org>2017-08-09 23:04:50 +0200
commitb11a048565e8319416d6f22a3ac2102d847caf0f (patch)
treec159266be4c2768152520e16f0b0cc74dcf10c4b
parent351dc4147d08fbd6072a47cba7e8a553dad28082 (diff)
downloadnautilus-b11a048565e8319416d6f22a3ac2102d847caf0f.tar.gz
release: Prepare for 3.25.90
-rw-r--r--NEWS25
-rw-r--r--meson.build2
2 files changed, 26 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c61d5ba94..d41b956ce 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+Major changes in 3.25.90:
+* Fix use of return key for conflict dialog (Evgeny Shulgin)
+* Fix use of return key when searching not activating the selected file (Alexandru Pandelea)
+* Add stable Flatpak builds (Carlos Soriano)
+* Fix wrapping file names after a dot (Jeremy Bicha)
+* Use header bar for all dialogs (Carlos Soriano)
+* Use portals for launching files in a sandbox with Flatpak (Ernestas Kulik)
+* Show error on empty name on batch rename dialog (Diana Grecu)
+* Change keyboard shortcuts for navigation of tabs similar to Firefox/Chrome etc. (Ernestas Kulik)
+* Add a restore tab funcionality, similar to web browsers (Alexandru Pandelea)
+* Fix rubberband with Wacom tablets (Jason Gerecke)
+* Add Full Text Search (fts) to Nautilus so we search inside files content too (Alexandru Pandelea)
+* Disable create link when clipboard is empty (Tiberiu Lepadatu)
+* Disable zoom button if percentage is 100% (Diana Grecu)
+* Bump Tracker dependency to version 2.0 (Carlos Garnacho)
+* Make Tracker a hard dependency (Bastian Nocera)
+* Assume Nautilus project is GPL3+ (Carlos Soriano)
+* Allow decompressing archives on remote locations (Bastian Nocera)
+* Add license to Nautilus extensions (Ernestas Kulik)
+* Only use location in description for GNOME Shell search (Florian Mullner)
+* Add tablet pad controllers for common actions (Carlos Garnacho)
+* Fix <ctrl>+z when renaming a file not undoing the text (Ernestas Kulik)
+* Use upstream and newer fallback icons (Ernestas Kulik)
+* Provide mime type support for compressed archives, so Nautilus can be used for handling compressed archives outside of Nautilus too (Carlos Soriano)
+
Major changes in 3.25.1:
* Ported to Meson build system (Ernestas Kulik)
* Fix replacing directory with symlink (echo-devim)
diff --git a/meson.build b/meson.build
index 08005cbfa..775660267 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project ('nautilus', 'c',
- version: '3.25.1',
+ version: '3.25.90',
meson_version: '>=0.40.0',
license: 'GPL3+')