Skip to content

Commit

Permalink
Releasing Viking 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorris committed Jan 21, 2019
1 parent ee29883 commit 2a4bade
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 5 deletions.
52 changes: 52 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,55 @@
Viking 1.7 (2019-01-21)
New features since 1.6.2
* KMZ Map File Support
* Apply Button for Layer Properties
* Support More GPX Fields
* Updated Default Map: Mapbox Outdoors
* GeoClue Support for Automatic Location
* Faster GPX File Loading
* Waypoint / EXIF GPS Image Direction Support
* Support More Garmin Waypoint Symbols
* Support Garmin Device GPX Point Limits
* Windows GPSD Client
* Support 'External' GPX File Layers in .vik Files
* Usage of HTTPS addresses
* Support OAuth for OSM
* Support High Resolution Displays
* Track+Route Split+Join Tools
* Calculation of Eddington Number
* Calendar Display
* Can Select a Result from the Online Search Results
* Reproducible Builds
* 64bit Windows Build only
* Travis Build + CI
* Consistent Licensing of GPL2+
* Many Internal Improvements + Fixes

Fixes since 1.6.2
* SF Bugs#154: Ensure GPX output values are XSD:Decimal
* SF Bugs#151: Compatibility with GPSD API v7
* SF Bugs#152: Fix repeatedly showing the license dialog
* SF Bugs#148: Fix reversing manually created tracks & routes
* SF Bugs#146: Fix showing elevation gain/loss in track properties.
* SF Bugs#144: Fix Export to World File
* SF Bugs#138: Fix handling of <link> tags in GPX files.
* SF Bugs#135: Fix OSM Maps shown by default at Maximum Zoom.
* SF Bugs#133: Remove the auto added map when opening the first .vik file from the GUI.
* SF Bugs#134: Replaced discontinued MapQuest tile service with rate limited Mapbox Outdoors service.
* SF Bugs#132: Fix to correctly open GPX files in Windows via double click.
* SF Bugs#130: Fix GeoRef layer alpha value change to 255 is ignored until restart
* SF Bugs#22: Fix changing coordinates when saving and exporting
* SF Bugs#128: Fix Crash when loading broken .vik file

Viking 1.6.2 (2015-12-21)
Bug Fix Release
* Don't remove project name if one decides not to delete all layers.
* Fix routes not saved in GPX when tracks are made invisible.
* SF Bugs#103: Fix TrackWaypoint layer items may not be displayed when pasted
* Enable Catalan and Turkish translations.
* Restore opening of JPG files.
* SF Bugs#127: Fix initial display of Waypoint sort order.
* Fix map layer widget sensitivity dependent on map type.

Viking 1.6.1 (2015-11-24)
Bug Fix Release + updated translations
* Several fixes and many code improvements from Coverity scans
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.64)
AC_INIT(viking, 1.6.1, , viking, http://viking.sf.net/)
AC_INIT(viking, 1.7, , viking, http://viking.sf.net/)

AC_CANONICAL_HOST
AC_CANONICAL_TARGET
Expand Down
6 changes: 3 additions & 3 deletions help/C/viking.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY appname "Viking">
<!ENTITY app "<application>Viking</application>">
<!ENTITY appversion "1.6.1">
<!ENTITY manrevision "1.6.1">
<!ENTITY date "November 2015">
<!ENTITY appversion "1.7">
<!ENTITY manrevision "1.7">
<!ENTITY date "January 2019">
<!ENTITY extfiles "<filename>maps.xml</filename>, <filename>goto_tools.xml</filename>, <filename>datasources.xml</filename>, <filename>external_tools.xml</filename>, <filename>routing.xml</filename>">
]>
<!--
Expand Down
2 changes: 1 addition & 1 deletion windows/installer/viking-installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Var name
;--------------------------------
;Configuration
;Needs to be 4 numbers: W.X.Y.Z
!define VIKING_VERSION "1.6.1.0"
!define VIKING_VERSION "1.7.0.0"

;The name var is set in .onInit
Name $name
Expand Down

0 comments on commit 2a4bade

Please sign in to comment.