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

Commit

Permalink
RELEASE 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Nov 1, 2016
1 parent bc83e1c commit e109ed1
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 25 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.25
VERSION = 0.26

DESTDIR =
PREFIX = /usr
Expand Down
23 changes: 23 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
2016-11-01: Poor Maps 0.26
==========================

* Add [OSM Scout Server][0.26a] offline tiles, geocoder, nearby
search and router – only listed in Poor Maps if you have OSM Scout
Server installed and will only work if the server is running and
you have made OpenStreetMap data available for the server (rinigus)
* Increase download thread count to match CPU core count for
localhost (offline) tile servers
* Increase download timeout for localhost (offline) connections
* When navigating, make centering and auto-centering on position
center the position on the part of the map visible below the
navigation narrative, and further, if auto-rotate is on, center
lower so that more map is shown ahead than behind (#14)
* When navigating, auto-rotate to match the route polyline instead
of bearing calculated from GPS data, which should make the map
rotate faster after a turn (#13)
* Fix smoothing of maneuver node icons along the route polyline
* Fix removing an item from search history to not show the removed
item in the UI after refiltering

[0.26a]: https://openrepos.net/content/rinigus/osm-scout-server

2016-09-04: Poor Maps 0.25
==========================

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

* [x] Add [OSM Scout Server][0.26a] offline tiles, geocoder, nearby
search and router – only listed in Poor Maps if you have OSM Scout
Server installed and will only work if the server is running and
you have made OpenStreetMap data available for the server (rinigus)
* [x] Increase download thread count to match CPU core count for
localhost (offline) tile servers
* [x] Increase download timeout for localhost (offline) connections
* [x] When navigating, make centering and auto-centering on position
center the position on the part of the map visible below the
navigation narrative, and further, if auto-rotate is on, center
lower so that more map is shown ahead than behind (#14)
* [x] When navigating, auto-rotate to match the route polyline instead
of bearing calculated from GPS data, which should make the map
rotate faster after a turn (#13)
* [x] Fix smoothing of maneuver node icons along the route polyline
* [x] Fix removing an item from search history to not show the removed
item in the UI after refiltering

[0.26a]: https://openrepos.net/content/rinigus/osm-scout-server
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.25"
__version__ = "0.26"

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

0 comments on commit e109ed1

Please sign in to comment.