-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #178 from GIScience/release-0.1.1
Release 0.1.1
- Loading branch information
Showing
16 changed files
with
244 additions
and
181 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ app/js/templates.js | |
build/ | ||
.tmp/ | ||
app/css/ | ||
Gruntfile.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | ||
|
||
## [0.1.1] - 2017-10-12 | ||
|
||
### Added | ||
- Build instructions | ||
- Hide some controls on small screens (https://github.com/GIScience/openrouteservice-app/issues/169) | ||
- Reduce HeiGIT on small screens (https://github.com/GIScience/openrouteservice-app/issues/170) | ||
- Update angularjs-slider layout automatically with grunt (https://github.com/GIScience/openrouteservice-app/issues/172) | ||
- Directly focus geocoding input field (https://github.com/GIScience/openrouteservice-app/issues/163) | ||
- Gruntfile.js: using load-grunt-tasks (https://github.com/GIScience/openrouteservice-app/issues/173) | ||
|
||
|
||
### Fixed | ||
- What's Here Popup only shows coordinates (https://github.com/GIScience/openrouteservice-app/issues/176) | ||
- Isochrones always using 'distance' method (https://github.com/GIScience/openrouteservice-app/issues/168) | ||
- Share link not reproducing same Isochrones (https://github.com/GIScience/openrouteservice-app/issues/164) | ||
- Sending geocoding requests for empty geocoding query (https://github.com/GIScience/openrouteservice-app/issues/167) | ||
|
||
## [0.1.0] - 2017-12-06 | ||
|
||
### Added | ||
- Semantic Versioning (https://github.com/GIScience/openrouteservice-app/issues/165) | ||
- loading Mapstyle from Cookies (https://github.com/GIScience/openrouteservice-app/issues/150) | ||
|
||
### Fixed | ||
- hiding wrong Isochrones (https://github.com/GIScience/openrouteservice-app/issues/160) | ||
|
||
<!-- | ||
### Added | ||
for new features. | ||
### Changed | ||
for changes in existing functionality. | ||
### Deprecated | ||
for soon-to-be removed features. | ||
### Removed | ||
for now removed features. | ||
### Fixed | ||
for any bug fixes. | ||
### Security | ||
in case of vulnerabilities. | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.