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

Commit

Permalink
RELEASE 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed May 3, 2014
1 parent a1279cf commit c427793
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 15 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.2
version = 0.3
DESTDIR =
PREFIX = /usr/local
datadir = $(DESTDIR)$(PREFIX)/share/$(name)
Expand Down
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Poor Maps 0.3
=============

* Add framework to support pluggable routers
* Add MapQuest Open router (car, bicycle, pedestrian)
* Add OSRM router (car)
* Fix tile display when zooming to view multiple found places
* Add 'nmax' argument to geocode functions

Poor Maps 0.2
=============

Expand Down
12 changes: 0 additions & 12 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,24 +1,12 @@
Poor Maps 0.3
=============

[X] Add framework to support pluggable routers
[X] Add MapQuest Open router (car, bicycle, pedestrian)
[X] Add OSRM router (car)
[X] Fix tile display when zooming to view multiple found places
[X] Add 'nmax' argument to geocode functions

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

* Allow removing places from history (long tap, context menu)
* Keep objects (POIs, routes) across sessions?
* Add narration of routing manoeuvers
* Allow tapping on markers
* Add a better cover?
* Add about page?
* Allow landscape for the map page when gestures work right
* Add auto-rotate on bearing when the Map component supports it
* Add listing nearby places (restaurants, hotels, etc.)
* Allow layered tilesources (traffic, hillshade, etc.)
* Add user interface translations (both qsTr and gettext?)
* Examine and try to optimize battery use
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.2"
__version__ = "0.3"

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 @@ -2,7 +2,7 @@
%define __os_install_post %{___build_post}

Name: harbour-poor-maps
Version: 0.2
Version: 0.3
Release: 1
Summary: An application to display maps and stuff
License: GPLv3+
Expand Down

0 comments on commit c427793

Please sign in to comment.