summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS28
-rw-r--r--meson.build2
2 files changed, 29 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d36349e2..3fb5aa53 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+3.33.90 - Aug 5, 2019
+=========================
+
+Changes since 3.33.90
+ - Fix bug going back to already selected place from the search result list
+ - Start immediatly at the last viewed location when app was closed last
+ - Remember the map type (street or aerial) from when the app was closed last
+
+Added/updated/fixed translations
+ - Karbi
+ - Romanian
+ - Spanish
+ - Friulian
+ - Basque
+ - Brazilian Portuguese
+ - Croatian
+
+All contributors to this release
+Asier Sarasua Garmendia <asier.sarasua@gmail.com>
+Daniel Mustieles <daniel.mustieles@gmail.com>
+Daniel Șerbănescu <daniel@serbanescu.dk>
+Fabio Tomat <f.t.public@gmail.com>
+Goran Vidović <trebelnik2@gmail.com>
+James Westman <flyingpimonster@flyingpimonster.net>
+Jor Teron <jor.teron@gmail.com>
+Marcus Lundblad <ml@update.uu.se>
+Rafael Fontenelle <rafaelff@gnome.org>
+
3.33.4 - Jul 15, 2019
=========================
diff --git a/meson.build b/meson.build
index 23f81f82..edadf3e1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-maps', 'c',
- version: '3.33.4',
+ version: '3.33.90',
license: 'GPL2+'
)