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

Commit

Permalink
RELEASE 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Jan 10, 2016
1 parent 6432565 commit 0e7fa20
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 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.21.1
VERSION = 0.22

DESTDIR =
PREFIX = /usr
Expand Down
20 changes: 19 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Poor Maps 0.22
==============

* Only show one Nominatim geocoder, which will use either MapQuest
or OpenStreetMap Nominatim behind the scenes ([#4])
* Move preferences and about to a pulldown menu
* Move basemaps and overlays under a single menu item
* Make navigation narrative block a bit bigger
* Add begin, pause and clear navigation buttons to the maneuver list page
* Have begin navigation turn on auto-rotate
* Bump font sizes of the scalebar and meters
* Handle lack of positioning data better ([#6])
* Update Sputnik tile source definition and add Sputnik @2x tiles
* Fix search history filtering

[#4]: https://github.com/otsaloma/poor-maps/issues/4
[#6]: https://github.com/otsaloma/poor-maps/issues/6

Poor Maps 0.21.1
================

Expand All @@ -15,7 +33,7 @@ Poor Maps 0.21
* Use project-osrm.org again for OSRM routing as Mapzen shut down
their OSRM instance (we lose pedestrian and bicycle routing)
* Add ÖPNVKarte basemap (OpenStreetMap public transportation)
* Use the HiDPI version of Mapbox Streets basemap by default ([#2][])
* Use the HiDPI version of Mapbox Streets basemap by default ([#2])
* Show POI bubble for geocoding results by default
* Don't smooth tiles if map auto-rotate is on, but angle zero
* Write config files atomically to avoid data loss in case of crash
Expand Down
18 changes: 0 additions & 18 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
Poor Maps 0.22
==============

* [x] Only show one Nominatim geocoder, which will use either MapQuest
or OpenStreetMap Nominatim behind the scenes ([#4][])
* [x] Move preferences and about to a pulldown menu
* [x] Move basemaps and overlays under a single menu item
* [x] Make navigation narrative block a bit bigger
* [x] Add begin, pause and clear navigation buttons to the maneuver list page
* [x] Have begin navigation turn on auto-rotate
* [x] Bump font sizes of the scalebar and meters
* [x] Handle lack of positioning data better ([#6][])
* [x] Update Sputnik tile source definition and add Sputnik @2x tiles
* [x] Fix search history filtering

[#4]: https://github.com/otsaloma/poor-maps/issues/4
[#6]: https://github.com/otsaloma/poor-maps/issues/6

Poor Maps 1.0
=============

Expand Down
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.21.1"
__version__ = "0.22"

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.21.1
Version: 0.22
Release: 1
Summary: Maps and navigation
License: GPLv3+
Expand Down

0 comments on commit 0e7fa20

Please sign in to comment.