Skip to content

Commit f3af9d6

Browse files
authored
Merge pull request #687 from afischerdev/docs
Preparing for version 1.7.4
2 parents 6330325 + 6162660 commit f3af9d6

File tree

4 files changed

+29
-5
lines changed

4 files changed

+29
-5
lines changed

brouter-core/src/main/java/btools/router/OsmTrack.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
import btools.util.FrozenLongMap;
2424

2525
public final class OsmTrack {
26-
final public static String version = "1.7.3";
27-
final public static String versionDate = "19082023";
26+
final public static String version = "1.7.4";
27+
final public static String versionDate = "09042024";
2828

2929
// csv-header-line
3030
private static final String MESSAGES_HEADER = "Longitude\tLatitude\tElevation\tDistance\tCostPerKm\tElevCost\tTurnCost\tNodeCost\tInitialCost\tWayTags\tNodeTags\tTime\tEnergy";

brouter-routing-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
namespace 'btools.routingapp'
1212
applicationId "btools.routingapp"
1313

14-
versionCode 50
14+
versionCode 51
1515
versionName project.version
1616

1717
resValue('string', 'app_version', defaultConfig.versionName)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ allprojects {
2222
// app: build.gradle (versionCode only)
2323
// OsmTrack (version and versionDate)
2424
// docs revisions.md (version and versionDate)
25-
project.version "1.7.3"
25+
project.version "1.7.4"
2626
group 'org.btools'
2727

2828
repositories {

docs/revisions.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,31 @@
22

33
(ZIP-Archives including APK, readme + profiles)
44

5-
### [brouter-1.7.3.zip](../brouter_bin/brouter-1.7.3.zip) (current revision, 19.08.2023)
5+
6+
### [brouter-1.7.4.zip](../brouter_bin/brouter-1.7.4.zip) (current revision, 09.04.2024)
7+
8+
Library
9+
10+
- new "DIVIDE" command for profile calculation
11+
- new "maxslope" and "maxslopecost" parameters
12+
- new parameter collector
13+
- new output logic
14+
- rework on voice hints and roundabouts
15+
- enabled elevation raster files with 1 asec
16+
17+
18+
Android
19+
20+
- BRouter translations
21+
- fallback on certificate problems
22+
23+
24+
- Minor bug fixes
25+
26+
[Solved issues](https://github.com/abrensch/brouter/issues?q=is%3Aissue+milestone%3A%22Version+1.7.4%22+is%3Aclosed)
27+
28+
29+
### [brouter-1.7.3.zip](../brouter_bin/brouter-1.7.3.zip) (19.08.2023)
630

731
- Minor bug fixes
832

0 commit comments

Comments
 (0)