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

Commit

Permalink
RELEASE 0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Sep 26, 2017
1 parent a68ec0a commit e8ca2bd
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 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.32
VERSION = 0.33
LANGS = $(basename $(notdir $(wildcard po/*.po)))
POT_FILE = po/poor-maps.pot

Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2017-10-26: Poor Maps 0.33
==========================

* Add support for @3x tiles (#53)
* Add Cartago Streets basemaps @1x, @2x, @3x, @4x (#33)
* Set default basemap based on screen pixel ratio (#52)
* Allow navigation page button labels (begin, reroute, clear) to
break across lines for better translatability
* Drop rerouting threshold to 100 meters
* Update translations

2017-08-26: Poor Maps 0.32
==========================

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

* [x] Add support for @3x tiles (#53)
* [x] Add Cartago Streets basemaps @1x, @2x, @3x, @4x (#33)
* [x] Set default basemap based on screen pixel ratio (#52)
* [x] Allow navigation page button labels (begin, reroute, clear) to
break across lines for better translatability
* [x] Drop rerouting threshold to 100 meters
* [x] Update translations
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.32"
__version__ = "0.33"

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

0 comments on commit e8ca2bd

Please sign in to comment.