Skip to content

Commit

Permalink
Merge pull request #362 from GIScience/release/v0.7.1
Browse files Browse the repository at this point in the history
Release/v0.7.1
  • Loading branch information
TheGreatRefrigerator committed Jun 11, 2021
2 parents 3b2571c + 45e58c5 commit d443642
Show file tree
Hide file tree
Showing 11 changed files with 125 additions and 76 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ branches:
only:
- master
- development
- /^release-v.*$/ # this should check release-v* branches
- /^release\/v.*$/
script:
- npm install -g grunt-cli
- npm install
Expand Down
111 changes: 61 additions & 50 deletions CHANGELOG.md
Expand Up @@ -35,7 +35,18 @@ RELEASING:
8. Add version to docker-compose.yml (grunt version always adds 1 on top the current version ...)
-->

## [v0.7.0] - 2021-02-03
## [unreleased]

### Added
- Hungarian translations update (PR [#355](https://github.com/GIScience/openrouteservice-app/pull/355))

### Changed
- clipboard.js from bower to npm

### Fixed
- broken build due to clipboard.js ([#359](https://github.com/GIScience/openrouteservice-app/issues/359))

## [0.7.0] - 2021-02-03

### Added
- link to new map client
Expand All @@ -46,7 +57,7 @@ RELEASING:
Thanks to [@stefanocudini](https://github.com/stefanocudini)!
See [PR $345](https://github.com/GIScience/openrouteservice-app/pull/345))

## [v0.6.0] - 2020-08-10
## [0.6.0] - 2020-08-10

### Added
- maximum_speed for `driving-*` profiles.
Expand All @@ -59,7 +70,7 @@ RELEASING:
### Removed
- `fastest` weighting option ([#315](https://github.com/GIScience/openrouteservice-app/issues/315))

## [v0.5.4] - 2020-07-23
## [0.5.4] - 2020-07-23

### Fixed
- gpx export exception ([#335](https://github.com/GIScience/openrouteservice-app/issues/335))
Expand All @@ -73,12 +84,12 @@ RELEASING:
### Security
- updated some dependencies

## [v0.5.3] - 2020-05-18
## [0.5.3] - 2020-05-18

### Added
- CycleOSM baselayer

## [v0.5.2] - 2020-05-12
## [0.5.2] - 2020-05-12

### Fixed
- avoid features & polygons not working for isochrones
Expand All @@ -87,18 +98,18 @@ RELEASING:
### Removed
- Mapsurfer baselayer

## [v0.5.1] - 2020-05-07
## [0.5.1] - 2020-05-07

### Added
- World Imagery (Esri) satellite base layer
- 0mm kerb option for wheelchair profile

## [v0.5.0] - 2020-03-26
## [0.5.0] - 2020-03-26

### Removed
- support for node 6 & 7. Please use version 8 or above

## [v0.4.3] - 2020-03-26
## [0.4.3] - 2020-03-26

### Added
- deviation tolerance during route import ([#325](https://github.com/GIScience/openrouteservice-app/issues/325))
Expand All @@ -117,7 +128,7 @@ RELEASING:
- maxZoom of all base maps to 18 ([#311](https://github.com/GIScience/openrouteservice-app/issues/311))
- route processing logic to increase performance ([#320](https://github.com/GIScience/openrouteservice-app/issues/320))

## [v0.4.2] - 2020-01-30
## [0.4.2] - 2020-01-30

### Added
- tcx export format (Garmin) incl. adjustable pace in km/h ([#313](https://github.com/GIScience/openrouteservice-app/pull/313))
Expand All @@ -131,7 +142,7 @@ RELEASING:
- deleting last waypoint input field for round trip routing ([#312](https://github.com/GIScience/openrouteservice-app/issues/312))
- a console error appearing for swapping empty waypoints

## [v0.4.1] - 2020-01-24
## [0.4.1] - 2020-01-24

### Added
- experimental round trip functionality
Expand All @@ -150,7 +161,7 @@ RELEASING:
### Changed
- endpoints for local development to `http://localhost:8082/ors(/v2)`

## [v0.4.0] - 2020-01-08
## [0.4.0] - 2020-01-08

### Added
- direct Waypoints: choose from "right-click" menu ([#305](https://github.com/GIScience/openrouteservice-app/issues/305))
Expand All @@ -160,7 +171,7 @@ RELEASING:
### Changed
- ORS api version for routing to V2

## [v0.3.12] - 2019-11-15
## [0.3.12] - 2019-11-15

### Added
- some german translations
Expand All @@ -174,7 +185,7 @@ RELEASING:
### Fixed
- some translations

## [v0.3.11] - 2019-09-27
## [0.3.11] - 2019-09-27

### Added
- warning flag for wheelchair profile
Expand All @@ -183,7 +194,7 @@ RELEASING:
- remaining security issues ([#294](https://github.com/GIScience/openrouteservice-app/issues/294))
- some translations

## [v0.3.10] - 2019-09-06
## [0.3.10] - 2019-09-06

### Added
- indonesian as interface language
Expand All @@ -192,7 +203,7 @@ RELEASING:
- most security issues ([#294](https://github.com/GIScience/openrouteservice-app/issues/294))
- some translations

## [v0.3.9] - 2019-03-02
## [0.3.9] - 2019-03-02

### Changed
- fuel options initialization
Expand All @@ -202,7 +213,7 @@ RELEASING:
### Fixed
- missing fuel endpoint in Gruntfile.default.js ([#279](https://github.com/GIScience/openrouteservice-app/issues/279))

## [v0.3.8] - 2019-02-28
## [0.3.8] - 2019-02-28

### Added
- OpenFuelService integration ([#248](https://github.com/GIScience/openrouteservice-app/issues/248))
Expand All @@ -211,14 +222,14 @@ RELEASING:
- cycling-tour profile ([#272](https://github.com/GIScience/openrouteservice-app/issues/272))
- some options see ORS issue [#396](https://github.com/GIScience/openrouteservice/issues/396) ([#274](https://github.com/GIScience/openrouteservice-app/issues/274))

## [v0.3.7] - 2018-12-17
## [0.3.7] - 2018-12-17

### Added
- Population attribution to info modal ([#266](https://github.com/GIScience/openrouteservice-app/issues/266))
- Road access restrictions to panel and map ([#267](https://github.com/GIScience/openrouteservice-app/issues/267))
- Minimum wheelchair width setting ([#268](https://github.com/GIScience/openrouteservice-app/issues/268))

## [v0.3.6] - 2018-11-13
## [0.3.6] - 2018-11-13

### Changed
- Forum link to ask.openrouteservice.org (([#262](https://github.com/GIScience/openrouteservice-app/issues/262)))
Expand All @@ -229,15 +240,15 @@ RELEASING:
- Unchecking hgv settings leaves setting=false remnant in request' ([#263](https://github.com/GIScience/openrouteservice-app/issues/263))
- Broken Isochrone toggle ([#260](https://github.com/GIScience/openrouteservice-app/issues/260))

## [v0.3.5] - 2018-09-11
## [0.3.5] - 2018-09-11

### Changed
- GPX export file generation

### Fixed
- GPX export strips out XML tag ([#256](https://github.com/GIScience/openrouteservice-app/issues/256))

## [v0.3.4] - 2018-08-24
## [0.3.4] - 2018-08-24

### Added
- OpenMapSurfer tiles served via API
Expand All @@ -246,7 +257,7 @@ RELEASING:
### Fixed
- Isochrones random colors

## [v0.3.3] - 2018-08-16
## [0.3.3] - 2018-08-16

### Added
- default endpoint setting for current domain
Expand All @@ -257,7 +268,7 @@ RELEASING:
- system error not fading ([#161](https://github.com/GIScience/openrouteservice-app/issues/161))
- showing false internet connection error ([#235](https://github.com/GIScience/openrouteservice-app/issues/235))

## [v0.3.2] - 2018-08-14
## [0.3.2] - 2018-08-14

### Fixed
- map settings not loading from cookies
Expand All @@ -266,7 +277,7 @@ RELEASING:
### Removed
- korona map layers due to instability

## [v0.3.1] - 2018-08-13
## [0.3.1] - 2018-08-13

### Added
- Support for additional Turn instructions keep left/keep right (provided by graphhopper 0.10)
Expand All @@ -277,7 +288,7 @@ RELEASING:
### Changed
- Heightgraph (aka. elevation profile) visibility on mobile devices (see 5194fac1f1f5e58667b7fac64e1a6964330b1968)

## [v0.3.0] - 2018-05-28
## [0.3.0] - 2018-05-28

### Added
- foldable sidebar ([#183](https://github.com/GIScience/openrouteservice-app/issues/183))
Expand Down Expand Up @@ -403,33 +414,33 @@ RELEASING:
### Fixed
- hiding wrong Isochrones ([#160](https://github.com/GIScience/openrouteservice-app/issues/160))

[unreleased]: https://github.com/GIScience/openrouteservice/compare/v0.7.0...HEAD
[unreleased]: https://github.com/GIScience/openrouteservice-app/compare/v0.7.0...HEAD
[0.7.0]: https://github.com/GIScience/openrouteservice-app/compare/v0.6.0...v0.7.0
[v0.6.0]: https://github.com/GIScience/openrouteservice-app/compare/v0.5.4...v0.6.0
[v0.5.4]: https://github.com/GIScience/openrouteservice-app/compare/v0.5.3...v0.5.4
[v0.5.3]: https://github.com/GIScience/openrouteservice-app/compare/v0.5.2...v0.5.3
[v0.5.2]: https://github.com/GIScience/openrouteservice-app/compare/v0.5.1...v0.5.2
[v0.5.1]: https://github.com/GIScience/openrouteservice-app/compare/v0.5.0...v0.5.1
[v0.5.0]: https://github.com/GIScience/openrouteservice-app/compare/v0.4.3...v0.5.0
[v0.4.3]: https://github.com/GIScience/openrouteservice-app/compare/v0.4.2...v0.4.3
[v0.4.2]: https://github.com/GIScience/openrouteservice-app/compare/v0.4.1...v0.4.2
[v0.4.1]: https://github.com/GIScience/openrouteservice-app/compare/v0.4.0...v0.4.1
[v0.4.0]: https://github.com/GIScience/openrouteservice-app/compare/v0.3.12...v0.4.0
[v0.3.12]: https://github.com/GIScience/openrouteservice-app/compare/v0.3.11...v0.3.12
[v0.3.11]: https://github.com/GIScience/openrouteservice-app/compare/v0.3.10...v0.3.11
[v0.3.10]: https://github.com/GIScience/openrouteservice-app/compare/v0.3.9...v0.3.10
[v0.3.9]: https://github.com/GIScience/openrouteservice-app/compare/v0.3.8...v0.3.9
[v0.3.8]: https://github.com/GIScience/openrouteservice-app/compare/v0.3.7...v0.3.8
[v0.3.7]: https://github.com/GIScience/openrouteservice-app/compare/v0.3.6...v0.3.7
[v0.3.6]: https://github.com/GIScience/openrouteservice-app/compare/v0.3.5...v0.3.6
[v0.3.5]: https://github.com/GIScience/openrouteservice-app/compare/v0.3.4...v0.3.5
[v0.3.4]: https://github.com/GIScience/openrouteservice-app/compare/v0.3.3...v0.3.4
[v0.3.3]: https://github.com/GIScience/openrouteservice-app/compare/v0.3.2...v0.3.3
[v0.3.2]: https://github.com/GIScience/openrouteservice-app/compare/v0.3.1...v0.3.2
[v0.3.1]: https://github.com/GIScience/openrouteservice-app/compare/v0.3.0...v0.3.1
[v0.3.0]: https://github.com/GIScience/openrouteservice-app/compare/v0.2.9...v0.3.0
[v0.2.9]: https://github.com/GIScience/openrouteservice-app/compare/v0.2.8...v0.2.9
[v0.2.8]: https://github.com/GIScience/openrouteservice-app/compare/0.2.7...v0.2.8
[0.6.0]: https://github.com/GIScience/openrouteservice-app/compare/v0.5.4...v0.6.0
[0.5.4]: https://github.com/GIScience/openrouteservice-app/compare/v0.5.3...v0.5.4
[0.5.3]: https://github.com/GIScience/openrouteservice-app/compare/v0.5.2...v0.5.3
[0.5.2]: https://github.com/GIScience/openrouteservice-app/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/GIScience/openrouteservice-app/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/GIScience/openrouteservice-app/compare/v0.4.3...v0.5.0
[0.4.3]: https://github.com/GIScience/openrouteservice-app/compare/v0.4.2...v0.4.3
[0.4.2]: https://github.com/GIScience/openrouteservice-app/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/GIScience/openrouteservice-app/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/GIScience/openrouteservice-app/compare/v0.3.12...v0.4.0
[0.3.12]: https://github.com/GIScience/openrouteservice-app/compare/v0.3.11...v0.3.12
[0.3.11]: https://github.com/GIScience/openrouteservice-app/compare/v0.3.10...v0.3.11
[0.3.10]: https://github.com/GIScience/openrouteservice-app/compare/v0.3.9...v0.3.10
[0.3.9]: https://github.com/GIScience/openrouteservice-app/compare/v0.3.8...v0.3.9
[0.3.8]: https://github.com/GIScience/openrouteservice-app/compare/v0.3.7...v0.3.8
[0.3.7]: https://github.com/GIScience/openrouteservice-app/compare/v0.3.6...v0.3.7
[0.3.6]: https://github.com/GIScience/openrouteservice-app/compare/v0.3.5...v0.3.6
[0.3.5]: https://github.com/GIScience/openrouteservice-app/compare/v0.3.4...v0.3.5
[0.3.4]: https://github.com/GIScience/openrouteservice-app/compare/v0.3.3...v0.3.4
[0.3.3]: https://github.com/GIScience/openrouteservice-app/compare/v0.3.2...v0.3.3
[0.3.2]: https://github.com/GIScience/openrouteservice-app/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/GIScience/openrouteservice-app/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/GIScience/openrouteservice-app/compare/v0.2.9...v0.3.0
[0.2.9]: https://github.com/GIScience/openrouteservice-app/compare/v0.2.8...v0.2.9
[0.2.8]: https://github.com/GIScience/openrouteservice-app/compare/0.2.7...v0.2.8
[0.2.7]: https://github.com/GIScience/openrouteservice-app/compare/0.2.6...0.2.7
[0.2.6]: https://github.com/GIScience/openrouteservice-app/compare/0.2.5...0.2.6
[0.2.5]: https://github.com/GIScience/openrouteservice-app/compare/0.2.4...0.2.5
Expand Down
2 changes: 1 addition & 1 deletion app/components/ors-navigation/ors-nav.js
Expand Up @@ -13,7 +13,7 @@ angular
if ($location.path() === "/") {
ctrl.activeMenu = "/directions";
} else ctrl.activeMenu = $location.path();
ctrl.version = "0.7.0";
ctrl.version = "0.7.1";
}
],
$routeConfig: [
Expand Down
2 changes: 1 addition & 1 deletion app/index.html
Expand Up @@ -102,7 +102,7 @@
<script src="bower_components/angular-sanitize/angular-sanitize.js"></script>
<script src="bower_components/angular-translate/angular-translate.js"></script>
<script src="bower_components/ng-focus-if/focusIf.min.js"></script>
<script src="bower_components/clipboard/dist/clipboard.min.js"></script>
<script src="node_modules/clipboard/dist/clipboard.min.js"></script>
<script src="bower_components/ngclipboard/dist/ngclipboard.min.js"></script>
<script src="bower_components/angular-translate-loader-static-files/angular-translate-loader-static-files.js"></script>
<script src="node_modules/@angular/router/angular1/angular_1_router.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion app/infrastructure/ors-importexport-service.js
Expand Up @@ -81,7 +81,7 @@ angular
// create a simple Course TCX file (MARQ24)
// see https://www8.garmin.com/xmlschemas/TrainingCenterDatabasev2.xsd
let toTcx = (name, speedInKmPerH) => {
let version = "0.7.0";
let version = "0.7.1";
let pointInformation =
orsRouteService.data.features[orsRouteService.getCurrentRouteIdx()]
.point_information;
Expand Down
2 changes: 1 addition & 1 deletion app/js/app.js
Expand Up @@ -10,7 +10,7 @@
*|------------------------------------------------------------------------------------*/
/**
* @author: Amandus Butzer, amandus@openrouteservice.org, Timothy Ellersiek, timothy@openrouteservice.org
* @version: 0.7.0
* @version: 0.7.1
*/
(function(searchString, position) {
fetchData().then(bootstrapApplication);
Expand Down
28 changes: 14 additions & 14 deletions app/languages/hu-HU.json
Expand Up @@ -223,18 +223,18 @@
"_FOR": "A következő esetében:",
"WHEELCHAIR_FLAG": "(csak Európában)",
"ADDRESSES_HINT": "A legjobb eredmény érdekében a kisebb egységtől keressen a nagyobb felé (pl. Híres utca 2, Híresváros, Híresország)",
"ADD_DIRECT": "Add as direct point",
"ROUNDTRIP_LENGTH": "Approximate length",
"ROUNDTRIP_ROUNDNESS": "Roundness",
"ROUNDTRIP_RANDOMIZE": "Randomize",
"ROUNDTRIP_PREVIOUS": "Previous round trip",
"ROUNDTRIP_NEXT": "Next round trip",
"ROUNDTRIP": "Round trip (experimental)",
"ROUNDTRIP_DO": "Do round trip",
"PACE_SPEED_INKMH": "Pace in km/h",
"IMPORT_DEVIATION_TOLERANCE": "Deviation tolerance",
"LOCAL_ALT_ROUTE": "Alternative route (slow!, only for routes below 100km)",
"TURN_INFO_RDB_EXIT": "Exit",
"TURN_INFO_UTURN": "U-Turn",
"NEW_CLIENT_INFO": "Visit our new responsive map client!"
"ADD_DIRECT": "Hozzáadás közvetlen pontként",
"ROUNDTRIP_LENGTH": "Hozzávetőleges hosszúság",
"ROUNDTRIP_ROUNDNESS": "Kerekség",
"ROUNDTRIP_RANDOMIZE": "Véletlenszerűsítés",
"ROUNDTRIP_PREVIOUS": "Előző körutazás",
"ROUNDTRIP_NEXT": "Következő körutazás",
"ROUNDTRIP": "Körutazás (kísérleti)",
"ROUNDTRIP_DO": "Körutazás készítése",
"PACE_SPEED_INKMH": "Ütem (km/h)",
"IMPORT_DEVIATION_TOLERANCE": "Eltérés tűréshatára",
"LOCAL_ALT_ROUTE": "Alternatív útvonal (Lassú! Csak 100 km-nél rövidebb útvonalakhoz.)",
"TURN_INFO_RDB_EXIT": "Kihajtás",
"TURN_INFO_UTURN": "Megfordulás",
"NEW_CLIENT_INFO": "Látogassa meg új, reszponzív térképkliensünket!"
}
5 changes: 2 additions & 3 deletions bower.json
@@ -1,7 +1,7 @@
{
"name": "openrouteservice.org",
"description": "angular version of openrouteservice.org",
"version": "0.7.0",
"version": "0.7.1",
"homepage": "http://www.heigit.org",
"license": "ISC",
"private": true,
Expand Down Expand Up @@ -30,8 +30,7 @@
"leaflet.locatecontrol": "^0.62.0",
"leaflet-distance-markers": "https://github.com/adoroszlai/leaflet-distance-markers.git",
"ng-focus-if": "^1.0.7",
"ngclipboard": "^2.0.0",
"clipboard": "^2.0.0"
"ngclipboard": "^2.0.0"
},
"resolutions": {
"angular": "~1.5.10",
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -3,7 +3,7 @@ version: '3'
services:
ors-classic-maps:
container_name: ors-maps
image: ors-classic-maps:v0.7.0
image: ors-classic-maps:v0.7.1
ports:
- 8035:3035
- 3005:3005
Expand Down

0 comments on commit d443642

Please sign in to comment.