From e154df24e50861f63a90b1cf88098ae094f1784e Mon Sep 17 00:00:00 2001 From: Osmo Salomaa Date: Sun, 8 Feb 2015 19:03:43 +0200 Subject: [PATCH] RELEASE 0.18 --- Makefile | 2 +- NEWS.md | 17 +++++++++++++++++ TODO.md | 17 ----------------- poor/__init__.py | 2 +- rpm/harbour-poor-maps.spec | 2 +- 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Makefile b/Makefile index 17aba2a..becb6d7 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # -*- coding: us-ascii-unix -*- name = harbour-poor-maps -version = 0.17 +version = 0.18 DESTDIR = PREFIX = /usr/local datadir = $(DESTDIR)$(PREFIX)/share/$(name) diff --git a/NEWS.md b/NEWS.md index 0f8e8bd..a76bd35 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,20 @@ +Poor Maps 0.18 +============== + + * Add support for transparent overlay tiles + * Add ASTER GDEM & SRTM Hillshade overlay + * Add OpenSeaMap nautical overlay + * Add Mapbox Outdoors basemaps (both normal size and retina) + * Add Sputnik basemap + * Add Thunderforest Transport basemap + * Change default auto-removal of cached tiles from "never" + to 30 days (only affects new users, if you have used Poor Maps + prior to 0.18, your existing setting will stay as-is) + * Show tile count in addition to total size on tile cache page + * Don't retry a tile download after three failed attempts + * Fix a tile display efficiency bug introduced in 0.13 + * Destroy dynamically created QML objects when no longer used + Poor Maps 0.17 ============== diff --git a/TODO.md b/TODO.md index 7a22f2c..9c0c673 100644 --- a/TODO.md +++ b/TODO.md @@ -1,20 +1,3 @@ -Poor Maps 0.18 -============== - - * [X] Add support for transparent overlay tiles - * [X] Add ASTER GDEM & SRTM Hillshade overlay - * [X] Add OpenSeaMap nautical overlay - * [X] Add Mapbox Outdoors basemaps (both normal size and retina) - * [X] Add Sputnik basemap - * [X] Add Thunderforest Transport basemap - * [X] Change default auto-removal of cached tiles from "never" - to 30 days (only affects new users, if you have used Poor Maps - prior to 0.18, your existing setting will stay as-is) - * [X] Show tile count in addition to total size on tile cache page - * [X] Don't retry a tile download after three failed attempts - * [X] Fix a tile display efficiency bug introduced in 0.13 - * [X] Destroy dynamically created QML objects when no longer used - Poor Maps 1.0 ============= diff --git a/poor/__init__.py b/poor/__init__.py index c573758..2a693bb 100644 --- a/poor/__init__.py +++ b/poor/__init__.py @@ -17,7 +17,7 @@ """An application to display maps and stuff.""" -__version__ = "0.17" +__version__ = "0.18" try: import pyotherside diff --git a/rpm/harbour-poor-maps.spec b/rpm/harbour-poor-maps.spec index f3f2686..56b4903 100644 --- a/rpm/harbour-poor-maps.spec +++ b/rpm/harbour-poor-maps.spec @@ -2,7 +2,7 @@ %define __os_install_post %{___build_post} Name: harbour-poor-maps -Version: 0.17 +Version: 0.18 Release: 1 Summary: An application to display maps and stuff License: GPLv3+