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

Commit

Permalink
RELEASE 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Jun 12, 2018
1 parent 93c9c09 commit 21ee603
Show file tree
Hide file tree
Showing 6 changed files with 16 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-whogo-maps
VERSION = 0.92
VERSION = 1.0
RELEASE = $(NAME)-$(VERSION)
DESTDIR =
PREFIX = /usr
Expand Down
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2018-06-12: WhoGo Maps 1.0
==========================

* Add Cartago Car map styles
* Render the route polyline below map labels and symbols
* Raise maximum map scale to 2
* Adapt Foursquare provider to API changes
* Prioritise understandable languages in Foursquare tips (#24)
* Allow toggling voice navigation while navigation is active (#32)
* Fix display of non-metric distances in navigation (#29)
* Fix parsing negative coordinates in search query

2018-03-25: WhoGo Maps 0.92
===========================

Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgmerge -UN po/fi.po po/whogo-maps.pot
emacs po/fi.po
tx push -s
tx push -tf --no-interactive -l fi
tx pull -a --minimum-perc=90
tx pull -a --minimum-perc=95
sed -i "s/charset=CHARSET/charset=UTF-8/" po/*.po
tools/check-translations
tools/check-translations | grep %
Expand Down
11 changes: 0 additions & 11 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,11 +0,0 @@
WhoGo Maps 0.93
===============

* [x] Add Cartago Car map styles
* [x] Render the route polyline below map labels and symbols
* [x] Raise maximum map scale to 2
* [x] Adapt Foursquare provider to API changes
* [x] Prioritise understandable languages in Foursquare tips (#24)
* [x] Allow toggling voice navigation while navigation is active (#32)
* [x] Fix display of non-metric distances in navigation (#29)
* [x] Fix parsing negative coordinates in search query
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.92"
__version__ = "1.0"

try:
import pyotherside
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-whogo-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-whogo-maps
Version: 0.92
Version: 1.0
Release: 1
Summary: Maps and navigation
License: GPLv3+
Expand Down

0 comments on commit 21ee603

Please sign in to comment.