Skip to content

Commit

Permalink
Merge pull request abrensch#687 from afischerdev/docs
Browse files Browse the repository at this point in the history
Preparing for  version 1.7.4
  • Loading branch information
afischerdev authored Apr 9, 2024
2 parents 6330325 + 6162660 commit f3af9d6
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 5 deletions.
4 changes: 2 additions & 2 deletions brouter-core/src/main/java/btools/router/OsmTrack.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
import btools.util.FrozenLongMap;

public final class OsmTrack {
final public static String version = "1.7.3";
final public static String versionDate = "19082023";
final public static String version = "1.7.4";
final public static String versionDate = "09042024";

// csv-header-line
private static final String MESSAGES_HEADER = "Longitude\tLatitude\tElevation\tDistance\tCostPerKm\tElevCost\tTurnCost\tNodeCost\tInitialCost\tWayTags\tNodeTags\tTime\tEnergy";
Expand Down
2 changes: 1 addition & 1 deletion brouter-routing-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
namespace 'btools.routingapp'
applicationId "btools.routingapp"

versionCode 50
versionCode 51
versionName project.version

resValue('string', 'app_version', defaultConfig.versionName)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ allprojects {
// app: build.gradle (versionCode only)
// OsmTrack (version and versionDate)
// docs revisions.md (version and versionDate)
project.version "1.7.3"
project.version "1.7.4"
group 'org.btools'

repositories {
Expand Down
26 changes: 25 additions & 1 deletion docs/revisions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,31 @@

(ZIP-Archives including APK, readme + profiles)

### [brouter-1.7.3.zip](../brouter_bin/brouter-1.7.3.zip) (current revision, 19.08.2023)

### [brouter-1.7.4.zip](../brouter_bin/brouter-1.7.4.zip) (current revision, 09.04.2024)

Library

- new "DIVIDE" command for profile calculation
- new "maxslope" and "maxslopecost" parameters
- new parameter collector
- new output logic
- rework on voice hints and roundabouts
- enabled elevation raster files with 1 asec


Android

- BRouter translations
- fallback on certificate problems


- Minor bug fixes

[Solved issues](https://github.com/abrensch/brouter/issues?q=is%3Aissue+milestone%3A%22Version+1.7.4%22+is%3Aclosed)


### [brouter-1.7.3.zip](../brouter_bin/brouter-1.7.3.zip) (19.08.2023)

- Minor bug fixes

Expand Down

0 comments on commit f3af9d6

Please sign in to comment.