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

Commit

Permalink
RELEASE 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Mar 7, 2015
1 parent 851ea6e commit 3806aff
Show file tree
Hide file tree
Showing 5 changed files with 23 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.18.1
version = 0.19
DESTDIR =
PREFIX = /usr
datadir = $(DESTDIR)$(PREFIX)/share/$(name)
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.19
==============

* Add ability to share one's position or a location by sending
sms, email, etc. with properly formatted links with coordinates
(see the main menu and point of interest bubbles)
* Begin navigating (turn on auto-center, zoom to current position)
by tapping on the maneuver icon of the navigation statusbar
* Hide POI bubbles by tapping on the label part
* Animate position and bearing changes
* Add Mapbox Streets basemaps (both normal size and retina)
* Add Mapbox Emerald basemaps (both normal size and retina)
* Change default basemap for new users to Mapbox Streets
* Keep positioning on for three minutes if Poor Maps has been
minimized and cover is not active, but there's no GPS lock yet
* Check that downloaded tiles are actually images
* Fix tiles partially overlapping navigation cover
* Rename and rearrange some menu items

Poor Maps 0.18.1
================

Expand Down
20 changes: 1 addition & 19 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,9 @@
Poor Maps 0.19
==============

* [X] Add ability to share one's position or a location by sending
sms, email, etc. with properly formatted links with coordinates
(see the main menu and point of interest bubbles)
* [X] Begin navigating (turn on auto-center, zoom to current position)
by tapping on the maneuver icon of the route statusbar
* [X] Hide POI bubbles by tapping on the label part
* [X] Animate position and bearing changes
* [X] Add Mapbox Streets basemaps (both normal size and retina)
* [X] Add Mapbox Emerald basemaps (both normal size and retina)
* [X] Change default basemap for new users to Mapbox Streets
* [X] Keep positioning on for three minutes if Poor Maps has been
minimized and cover is not active, but there's no GPS lock yet
* [X] Check that downloaded tiles are actually images
* [X] Fix tiles partially overlapping navigation cover
* [X] Rename and rearrange menu items

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

* Add a QtSensors Compass arrow that shows which way one is facing
* Add ability to import a route from file
* Add ability to import POIs from file?
* Add voice guidance (espeak?)
* Allow landscape for the map page (need to wait for Qt 5.4.1)
- <http://bugreports.qt.io/browse/QTBUG-40799>
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.18.1"
__version__ = "0.19"

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

0 comments on commit 3806aff

Please sign in to comment.