Skip to content

Commit

Permalink
Releasing Viking 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorris committed Feb 2, 2020
1 parent 08252b6 commit 6f7b180
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 5 deletions.
23 changes: 23 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
Viking 1.8 (2020-02-02)
New features since 1.7
* New GeoClue Layer to Track Position from the GeoClue service
** Not available on Windows
* Per Year Track Analysis
* Track Timing Speed Splits Analysis
* Subsecond Timing Precision for Tracks & Waypoints
* Track Area Coverage Feature
* Native Read Support of Zip & bzip2 Files
** This attempts to load supported files found within the compressed file
* Native Basic TCX Read Support
* Embedded (Elevation & Speed) Graphs in the Main Window
* Improved icons for Aggregate and Maps layers
* Scrolling Options for Better Usage with Touchpads
* Right Click Menu Options on the Calendar
* Various Keyboard Enhancements:
** Left & Right arrow keys selects the previous or next trackpoint respectively
** Keypad '+' & Keypad '-' inserts a trackpoint after or before of the current trackpoint
** Menu key opens the track context menu
* SF Features#117: Area Calculation Tool
* Large Basque language translation update
* Many other small fixes - see the ChangeLog for the full details.

Viking 1.7 (2019-01-21)
New features since 1.6.2
* KMZ Map File Support
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.7, , viking, http://viking.sf.net/)
AC_INIT(viking, 1.8, , 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.7">
<!ENTITY manrevision "1.7">
<!ENTITY date "January 2019">
<!ENTITY appversion "1.8">
<!ENTITY manrevision "1.8">
<!ENTITY date "February 2020">
<!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.7.0.0"
!define VIKING_VERSION "1.8.0.0"

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

0 comments on commit 6f7b180

Please sign in to comment.