diff options
author | Jonas Danielsson <jonas@threetimestwo.org> | 2016-01-18 18:55:08 +0100 |
---|---|---|
committer | Jonas Danielsson <jonas@threetimestwo.org> | 2016-01-18 18:55:08 +0100 |
commit | 35fa29dbc3b43a0f81b926617d81d9347049c97c (patch) | |
tree | cca7399adeb7b5133b74868c24e5deca88a93412 | |
parent | 3028649150aed3787b909c0c026178c54b4d64b1 (diff) | |
download | gnome-maps-35fa29dbc3b43a0f81b926617d81d9347049c97c.tar.gz |
Release 3.19.4v3.19.4
-rw-r--r-- | NEWS | 59 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 60 insertions, 1 deletions
@@ -1,3 +1,62 @@ +3.19.4 - Januari 18, 2016 +========================== + +First release of the year, and what a release! +We have so many new contributors, it really warms your heart. +And a lot of new stuff added, see below for details! + +Changes since 3.19.3: +- Addded a keybinding help overlay (F1 to activate) +- Fix zoom behaviour to be more aggresive +- Fix bug with cancel login in OpenStreetMap account dialog +- Add keyboard shortcut for going to current location (<Primary>L) +- Fix layout of OpenStreetMap edit +- Fix bug that made it impossible to sign-in to OpenStreetMap if you + first inputed the wrong credentials +- Fix drag-and-drop to be more acceptive and responsive +- Make sure we can export our markers to PNG +- Give user the choice of exporting markers or not +- Add GUI for loading and managing shape layers such as GeoJSON or + in the future(?) KML +- Add roundabout support to route +- Use a regular GtkButton for marking favorites + +Added/updated/fixed translations: + - Spanish + - Kazakh + - Slovak + - Spanish + - Lithuanian + - Finnish + - Esperanto + - Czech + - German + - Brazilian Portuguese + - Norwegian bokmål + +All contributors to this release +Alaf Azam <alafazam@gmail.com> +Alex Anthony <alex.anthony28991@gmail.com> +Amisha Singla <amishas157@gmail.com> +Aurimas Černius <aurisc4@gmail.com> +Baurzhan Muftakhidinov <baurthefirst@gmail.com> +Damián Nohales <damiannohales@gmail.com> +Daniel Mustieles <daniel.mustieles@gmail.com> +Dušan Kazik <prescott66@gmail.com> +Enrico Nicoletto <liverig@gmail.com> +Hashem Nasarat <hashem@riseup.net> +Jiri Grönroos <jiri.gronroos@iki.fi> +Jonas Danielsson <jonas@threetimestwo.org> +Karanbir Chahal <karanbleep@gmail.com> +Kjartan Maraas <kmaraas@gnome.org> +Kristjan SCHMIDT <kristjan.schmidt@googlemail.com> +Marcus Lundblad <ml@update.uu.se> +Marek Černocký <marek@manet.cz> +Mario Blättermann <mario.blaettermann@gmail.com> +Mattias Bengtsson <mattias.jc.bengtsson@gmail.com> +Prashant Tyagi <prashanttyagi221295@gmail.com> + + 3.19.3 - December 13, 2015 ========================== diff --git a/configure.ac b/configure.ac index 21c3198f..b7998d29 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # This file is processed by autoconf to create a configure script AC_INIT([gnome-maps], - [3.19.3], + [3.19.4], [https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-maps], [gnome-maps]) |