chore: Update CHANGELOG.md
This commit is contained in:
parent
4663d4e63a
commit
df0db21916
1 changed files with 37 additions and 1 deletions
38
CHANGELOG.md
38
CHANGELOG.md
|
@ -1,5 +1,36 @@
|
|||
## [Unreleased]
|
||||
|
||||
### Documentation
|
||||
- Update TODO list in readme [4663d4e](https://gitlab.com/Earthnuker/ed_lrr/commit/4663d4e)
|
||||
|
||||
|
||||
## [v0.16.0] - 2019-09-28
|
||||
### Features
|
||||
- **build scripts:** skip .history folder when building UI files [92bd1b1](https://gitlab.com/Earthnuker/ed_lrr/commit/92bd1b1)
|
||||
|
||||
|
||||
## [v0.15.0] - 2019-09-28
|
||||
### Features
|
||||
- **config:** update config format [9ec4687](https://gitlab.com/Earthnuker/ed_lrr/commit/9ec4687)
|
||||
|
||||
|
||||
## [v0.14.0] - 2019-09-28
|
||||
### Features
|
||||
- **UI:** made dropdowns non-editable [37f5547](https://gitlab.com/Earthnuker/ed_lrr/commit/37f5547)
|
||||
|
||||
### Miscellaneous
|
||||
- Alsways compile in release mode [e9bcd3e](https://gitlab.com/Earthnuker/ed_lrr/commit/e9bcd3e)
|
||||
|
||||
|
||||
## [v0.13.0] - 2019-09-28
|
||||
### Features
|
||||
- **config:** finish integrating new configuration system [a8d6a32](https://gitlab.com/Earthnuker/ed_lrr/commit/a8d6a32)
|
||||
|
||||
|
||||
## [v0.12.0] - 2019-09-28
|
||||
### Features
|
||||
- **Router:** finish implementing route computation progress display [93f655c](https://gitlab.com/Earthnuker/ed_lrr/commit/93f655c)
|
||||
|
||||
### Miscellaneous
|
||||
- Add VSCode workspace config to gitignore [a91fa73](https://gitlab.com/Earthnuker/ed_lrr/commit/a91fa73)
|
||||
- formatting [f78ec66](https://gitlab.com/Earthnuker/ed_lrr/commit/f78ec66)
|
||||
|
@ -143,7 +174,12 @@
|
|||
|
||||
## v0.0.0 - 2019-07-15
|
||||
|
||||
[Unreleased]: https://gitlab.com/Earthnuker/ed_lrr/compare/v0.11.0...HEAD
|
||||
[Unreleased]: https://gitlab.com/Earthnuker/ed_lrr/compare/v0.16.0...HEAD
|
||||
[v0.16.0]: https://gitlab.com/Earthnuker/ed_lrr/compare/v0.15.0...v0.16.0
|
||||
[v0.15.0]: https://gitlab.com/Earthnuker/ed_lrr/compare/v0.14.0...v0.15.0
|
||||
[v0.14.0]: https://gitlab.com/Earthnuker/ed_lrr/compare/v0.13.0...v0.14.0
|
||||
[v0.13.0]: https://gitlab.com/Earthnuker/ed_lrr/compare/v0.12.0...v0.13.0
|
||||
[v0.12.0]: https://gitlab.com/Earthnuker/ed_lrr/compare/v0.11.0...v0.12.0
|
||||
[v0.11.0]: https://gitlab.com/Earthnuker/ed_lrr/compare/v0.10.0...v0.11.0
|
||||
[v0.10.0]: https://gitlab.com/Earthnuker/ed_lrr/compare/v0.9.0...v0.10.0
|
||||
[v0.9.0]: https://gitlab.com/Earthnuker/ed_lrr/compare/v0.8.0...v0.9.0
|
||||
|
|
Loading…
Reference in a new issue