diff --git a/CMakeLists.txt b/CMakeLists.txt index 7eb90a4fe..a2663786c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,11 +40,11 @@ endif(((EXISTS ${DEBIAN_RELEASE_INFO}) AND (${YEAR} LESS ${EXPIRE_YEAR})) OR APP # Define project name and version tags ############################################################################################### # this is not only the QMS version it will be the package version, too. -project(QMapShack VERSION 1.13.1) +project(QMapShack VERSION 1.13.2) # FOR A RELEASE: # remove "development" for a release -set(VERSION_SUFFIX "develop") +set(VERSION_SUFFIX "") # !!! Do not forget to update versions in the sub-repos, too!!! diff --git a/changelog.txt b/changelog.txt index dc22ef31c..25756f38c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,14 @@ +V 1.13.2 +[Issue #446] Advanced Filtering System +[Issue #491] Skip saving of geo search +[Issue #493] "Clone Waypoint and Move Clone" does not Respect Chosen Units +[Issue #488] Printing Preview +[Issue #494] BRouter segments download error +[Issue #499] Screen overflow German localisation on a Notebook with 1.600 x 900 pixel +[Issue #500] Tab order in Filter Cycle dialog is confused +[Issue #498 ] BRouter setup issue (Windows) +Add: Computation of "Energy Use Cycling" (consumption) for cycling tours + V 1.13.1 [Issue #451] Make red border around a highlighted track an option [Issue #452] Project Details: Add elevation info to entries with track point information.