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

Commit

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

* Make position icon into an arrow that shows bearing
* Show all stops along a route with HSL Journey Planner
* Fix routing narrative to consider the closest segment instead of
the closest route node
* Improve detection of when a routing maneuver point has been passed
and try to show and hide the narrative better, handling car and
public transportation differently
* Fix geocoding to zoom to recent results, not all POIs on map
* Fix a tile loading bug introduced in 0.6.1

Poor Maps 0.6.1
===============

Expand Down
15 changes: 1 addition & 14 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,20 +1,7 @@
Poor Maps 0.7
=============

[X] Make position icon into an arrow that shows bearing
[X] Show all stops along a route with HSL Journey Planner
[X] Fix routing narrative to consider closest segment instead of
closest route node
[X] Improve detection of when a routing maneuver point has been passed
and try to show and hide the narrative better, handling car and
public transportation differently
[X] Fix geocoding to zoom to recent results, not all POIs on map
[X] Fix a tile loading bug introduced in 0.6.1

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

* Switch distance functions to use meters instead of kilometers
* Switch distance functions to use meters instead of kilometers?
* Add proper icons for different turn types
- Compare: http://stackoverflow.com/questions/17941812
* Add a scalebar?
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.6.1"
__version__ = "0.7"

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.6.1
Version: 0.7
Release: 1
Summary: An application to display maps and stuff
License: GPLv3+
Expand Down

0 comments on commit 156618d

Please sign in to comment.