Skip to content

Commit

Permalink
Releasing Viking 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorris committed Mar 20, 2021
1 parent 5153efe commit b9cce2a
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 7 deletions.
32 changes: 32 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
Viking 1.8 (2021-03-20)
New features since 1.8
* GPX 1.1 Support for most common Extensions (inc. Heart Rate, Power, Temperature & Cadence)
* GTK3
** Pinch Zoom support on Touchpads/Touchscreens (not GTK2 build)
* Select Tool is now the default with more intuitive behaviour to enable moving the map
* [OpenTopoMap](https://opentopomap.org) is the new Map Default
* Online Search in Left Hand Pane
* Track Statistics in Left Hand Pane
* [OSRM](http://project-osrm.org) Routing Support
* Log diagnostic Window
* DEM Colour options
* DEM Server enhanced support (NASA Earthdata login and alternative DEM server configuration)
* Ruler uses Great Circle drawing and distance.
* Single key Shortcuts support
* Improved Track Area Coverage (faster drawing, option to limit years of coverage)
* Monthly Statistics Analysis
* Native KML Parser enabling support for more KML features
* More KML export options
* Ability to convert Tracks/Routes to Waypoints and vice versa.
* Ability to 'Rotate' Routes/Tracks, i.e. to shift the start/end point of circular routes.
* Ability to Reset Preferences and Layer Defaults
* Ability to Reset Layers back to the Layer Default.
* Enable Filtering on some List Displays (hence a basic internal search).
* Support more GPX 1.0 Waypoint fields - the less commonally encountered ones.
* Flatpak Version - also available on [Flathub](https://flathub.org/apps/details/org.viking.Viking)

Fixes since 1.8
* SF Bugs#157: Waypoint Properties dialog shows wrong waypoint symbol
* SF Bugs#149: HTTPS Does not work on Windows install
* SF Bugs#84: Losses Extended Waypoint Information on Save/Export

Viking 1.8 (2020-02-02)
New features since 1.7
* New GeoClue Layer to Track Position from the GeoClue service
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.8, , viking, http://viking.sf.net/)
AC_INIT(viking, 1.9, , viking, http://viking.sf.net/)

AC_CANONICAL_HOST
AC_CANONICAL_TARGET
Expand Down
6 changes: 3 additions & 3 deletions help/C/index.docbook
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.8">
<!ENTITY manrevision "1.8">
<!ENTITY date "February 2020">
<!ENTITY appversion "1.9">
<!ENTITY manrevision "1.9">
<!ENTITY date "March 2021">
<!ENTITY extfiles "<filename>maps.xml</filename>, <filename>goto_tools.xml</filename>, <filename>datasources.xml</filename>, <filename>external_tools.xml</filename>, <filename>routing.xml</filename>">
]>
<!-- =============Document Header ============================= -->
Expand Down
2 changes: 2 additions & 0 deletions org.viking.Viking.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<li>Follow Realtime GPS Position</li>
<li>Visualization and Statistics</li>
<li>Digitial Elevation Model (DEM) Support</li>
<li>OSRM Routing Support</li>
<!-- Currently not in Flatpak Version -->
<!-- <li>Generate Maps (using Mapnik)</li> -->
</ul>
Expand All @@ -43,6 +44,7 @@
<update_contact>rw_norris_AT_hotmail.com</update_contact>
<translation type="gettext">viking</translation>
<releases>
<release version="1.9.0" date="2021-03-20"/>
<release version="1.8.0" date="2020-02-03"/>
</releases>
<content_rating type="oars-1.1"/>
Expand Down
4 changes: 2 additions & 2 deletions org.viking.Viking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ modules:
# Hence creation of v1.8 flatpak version with a few fixes to get build working.
- type: git
url: git://git.code.sf.net/p/viking/code
branch: "viking-1.8-flatpak"
# branch: "viking-1.9"
# branch: "viking-1.8-flatpak"
branch: "viking-1.9"
# Local path for testing
# - type: archive
# path: viking-1.8.zip
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.8.0.0"
!define VIKING_VERSION "1.9.0.0"

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

0 comments on commit b9cce2a

Please sign in to comment.