ED_LRR/CHANGELOG.md

35 lines
991 B
Markdown
Raw Normal View History

2019-08-04 22:10:23 +00:00
## [Unreleased]
2019-08-06 00:51:56 +00:00
### Documentation
2019-08-06 01:36:37 +00:00
- Insert page break after table of contents
2019-08-06 01:33:25 +00:00
- Update documentation to include basic description
- Rename `doc` folder to `docs`, update outline
2019-08-06 00:51:56 +00:00
- Add skeleton for documentation
2019-08-05 01:37:17 +00:00
### Miscellaneous
2019-08-05 02:53:46 +00:00
- Update changelog template to make conversion to PDF easier
2019-08-05 01:37:17 +00:00
- **formatting:** ran `cargo fmt` and `cargo clippy`, fixed all warnings
## [v0.2.1] - 2019-08-05
2019-08-04 23:18:20 +00:00
### Bug Fixes
- **router:** Fixed some syntax errors created by botched merge
2019-08-05 01:37:17 +00:00
## [v0.2.0] - 2019-08-05
2019-08-04 22:10:23 +00:00
### Features
- **GUI:** Implement route plotting and fuzzy search
2019-08-05 01:43:37 +00:00
## [v0.1.0] - 2019-07-22
2019-08-05 01:37:17 +00:00
### Features
2019-08-06 01:36:37 +00:00
- **GUI:** Add Download functionality, update Rust code, update Python code
2019-08-04 22:10:23 +00:00
2019-08-05 01:43:37 +00:00
## v0.0.0 - 2019-07-15
2019-08-05 01:37:17 +00:00
[Unreleased]: https://gitlab.com/Earthnuker/ed_lrr/compare/v0.2.1...HEAD
[v0.2.1]: https://gitlab.com/Earthnuker/ed_lrr/compare/v0.2.0...v0.2.1
[v0.2.0]: https://gitlab.com/Earthnuker/ed_lrr/compare/v0.1.0...v0.2.0
2019-08-05 01:43:37 +00:00
[v0.1.0]: https://gitlab.com/Earthnuker/ed_lrr/compare/v0.0.0...v0.1.0