new version 1.7.1
This commit is contained in:
parent
086503e529
commit
6084db93d3
3 changed files with 12 additions and 5 deletions
|
@ -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";
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue