File tree Expand file tree Collapse file tree 4 files changed +29
-5
lines changed
brouter-core/src/main/java/btools/router Expand file tree Collapse file tree 4 files changed +29
-5
lines changed Original file line number Diff line number Diff line change 2323import btools .util .FrozenLongMap ;
2424
2525public 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\t Latitude\t Elevation\t Distance\t CostPerKm\t ElevCost\t TurnCost\t NodeCost\t InitialCost\t WayTags\t NodeTags\t Time\t Energy" ;
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments