Skip to content

Commit

Permalink
Release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatRefrigerator committed Jan 24, 2020
1 parent faba3a7 commit ec8cd63
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 5 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Deprecated
### Removed-->

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

### Added
- experimental round trip functionality
- round trips can be made from one starting point by choosing the
approximate length (`options.round_trip.length`) of the trip (may vary greatly!)
- the roundness sets the `options.round_trip.points` api parameter
and defines the number of helper points generated
- the randomization sets the `options.round_trip.seed` api parameter
which randomly defines the direction in which the helper points
are generated

### Fixed
- gpx export with ors API ([#308](https://github.com/GIScience/openrouteservice-app/issues/308))
- green & quiet routing ([#310](https://github.com/GIScience/openrouteservice-app/issues/310))

### Changed
- endpoints for local development to `http://localhost:8082/ors(/v2)`

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

### Added
Expand Down
2 changes: 1 addition & 1 deletion app/components/ors-navigation/ors-nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ angular
if ($location.path() === "/") {
ctrl.activeMenu = "/directions";
} else ctrl.activeMenu = $location.path();
ctrl.version = "0.4.0";
ctrl.version = "0.4.1";
}
],
$routeConfig: [
Expand Down
2 changes: 1 addition & 1 deletion app/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*|------------------------------------------------------------------------------------*/
/**
* @author: Amandus Butzer, [email protected], Timothy Ellersiek, [email protected]
* @version: 0.4.0
* @version: 0.4.1
*/
(function(searchString, position) {
fetchData().then(bootstrapApplication);
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "openrouteservice.org",
"description": "angular version of openrouteservice.org",
"version": "0.4.0",
"version": "0.4.1",
"homepage": "http://www.heigit.org",
"license": "ISC",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maps.openrouteservice.org",
"version": "0.4.0",
"version": "0.4.1",
"repository": {
"type": "git",
"url": "https://github.com/GIScience/openrouteservice-app.git"
Expand Down

0 comments on commit ec8cd63

Please sign in to comment.