Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
RELEASE 0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Aug 26, 2017
1 parent 1f100c6 commit e21577d
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: us-ascii-unix -*-

NAME = harbour-poor-maps
VERSION = 0.31
VERSION = 0.32
LANGS = $(basename $(notdir $(wildcard po/*.po)))
POT_FILE = po/poor-maps.pot

Expand Down
16 changes: 16 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
2017-08-26: Poor Maps 0.32
==========================

* Add support for rerouting (#26, rinigus)
* Redesign navigation status and narrative pages
* Add OSM Scout car day and night maps (rinigus)
* Allow searching by latitude/longitude coordinates, e.g.
"60.169 24.941" or "60.169,24.941" (period as decimal, any
non-alphanumeric separator between latitude and longitude)
* Fix auto-centering in landscape in navigation mode to not have
the position icon overlap with the menu button (#46)
* Do relative requests to download tiles, fixes HSL map
* Fix string escaping in Python calls from QML (#50, rinigus)
* Add Russian translation
* Update translations

2017-07-09: Poor Maps 0.31
==========================

Expand Down
15 changes: 0 additions & 15 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,15 +0,0 @@
Poor Maps 0.32
==============

* [x] Add support for rerouting (#26, rinigus)
* [x] Redesign navigation status and narrative pages
* [x] Add OSM Scout car day and night maps (rinigus)
* [x] Allow searching by latitude/longitude coordinates, e.g.
"60.169 24.941" or "60.169,24.941" (period as decimal, any
non-alphanumeric separator between latitude and longitude)
* [x] Fix auto-centering in landscape in navigation mode to not have
the position icon overlap with the menu button (#46)
* [x] Do relative requests to download tiles, fixes HSL map
* [x] Fix string escaping in Python calls from QML (#50, rinigus)
* [x] Add Russian translation
* [x] Update translations
2 changes: 1 addition & 1 deletion poor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

"""An application to display maps and stuff."""

__version__ = "0.31"
__version__ = "0.32"

try:
import pyotherside
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-poor-maps.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%define __provides_exclude_from ^%{_datadir}/.*$

Name: harbour-poor-maps
Version: 0.31
Version: 0.32
Release: 1
Summary: Maps and navigation
License: GPLv3+
Expand Down

0 comments on commit e21577d

Please sign in to comment.