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

Commit

Permalink
RELEASE 0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Oct 21, 2015
1 parent 14a658d commit c97328e
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.20.3
VERSION = 0.21

DESTDIR =
PREFIX = /usr
Expand Down
19 changes: 19 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
Poor Maps 0.21
==============

* Add Mapzen Search geocoder (a.k.a. Pelias)
* Add Mapzen Turn-by-Turn router (a.k.a Valhalla)
* Adapt MapQuest Nominatim geocoder to work with recent
[changes][0.21a] in their terms and API
* 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][])
* 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
* Add new application icon sizes for tablet and whatever else

[0.21a]: http://devblog.mapquest.com/2015/08/17/mapquest-free-open-license-updates-and-changes/
[#2]: https://github.com/otsaloma/poor-maps/issues/2

Poor Maps 0.20.3
================

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

* [X] Add Mapzen Search geocoder (a.k.a. Pelias)
* [X] Add Mapzen Turn-by-Turn router (a.k.a Valhalla)
* [X] Adapt MapQuest Nominatim geocoder to work with recent
[changes][0.21a] in their terms and API
* [X] Use project-osrm.org again for OSRM routing as Mapzen shut down
their OSRM instance (we lose pedestrian and bicycle routing)
* [X] Add ÖPNVKarte basemap (OpenStreetMap public transportation)
* [X] Use the HiDPI version of Mapbox Streets basemap by default ([#2][])
* [X] Show POI bubble for geocoding results by default
* [X] Don't smooth tiles if map auto-rotate is on, but angle zero
* [X] Write config files atomically to avoid data loss in case of crash
* [X] Add new application icon sizes for tablet and whatever else

[0.21a]: http://devblog.mapquest.com/2015/08/17/mapquest-free-open-license-updates-and-changes/
[#2]: https://github.com/otsaloma/poor-maps/issues/2

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.20.3"
__version__ = "0.21"

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

0 comments on commit c97328e

Please sign in to comment.