new version 1.7.1

This commit is contained in:
afischerdev 2023-07-10 18:18:10 +02:00
parent 086503e529
commit 6084db93d3
3 changed files with 12 additions and 5 deletions

View file

@ -36,8 +36,8 @@ import btools.util.FrozenLongMap;
import btools.util.StringUtils;
public final class OsmTrack {
final public static String version = "1.7.0";
final public static String versionDate = "29042023";
final public static String version = "1.7.1";
final public static String versionDate = "12072023";
// csv-header-line
private static final String MESSAGES_HEADER = "Longitude\tLatitude\tElevation\tDistance\tCostPerKm\tElevCost\tTurnCost\tNodeCost\tInitialCost\tWayTags\tNodeTags\tTime\tEnergy";

View file

@ -22,7 +22,7 @@ allprojects {
// app: build.gradle (versionCode only)
// OsmTrack (version and versionDate)
// docs revisions.md (version and versionDate)
project.version "1.7.1-beta-1"
project.version "1.7.1"
group 'org.btools'
repositories {

View file

@ -2,19 +2,26 @@
(ZIP-Archives including APK, readme + profiles)
### New since last version
### [brouter-1.7.1.zip](../brouter_bin/brouter-1.7.1.zip) (current revision, 12.07.2023)
Android
- Add parameter dialog for profile
- Add portrait mode for download view
- Add silent mode for calling apps
- Fixed download lookups.dat when download only single rd5 tile.
Library
- Update matching points rules on areas with longer distances between way points
- Optimize constant expressions in profile parsing
- Rework on roundabouts (left-hand driving)
- Add new function 'get elevation'
- Minor bug fixes
### [brouter-1.7.0.zip](../brouter_bin/brouter-1.7.0.zip) (current revision, 29.04.2023)
### [brouter-1.7.0.zip](../brouter_bin/brouter-1.7.0.zip) (29.04.2023)
Android