yaclog-ksp/CHANGELOG.md

56 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2021-04-17 04:08:54 +00:00
# Changelog
2021-04-17 05:24:44 +00:00
2021-04-18 04:50:10 +00:00
All notable changes to this project will be documented in this file.
2021-04-17 04:08:54 +00:00
## Version 1.0.3 - 2024-08-27
### Changed
- Adjusted dependencies. Click <8 is no longer supported
- When stdout is not a tty, only the output file path is printed
### Added
- Added Github Action
## Version 1.0.2 - 2021-05-12
2021-05-12 02:42:56 +00:00
### Changed
- Updated to support Click version 8
2021-05-12 02:44:28 +00:00
## Version 1.0.0 - 2021-05-07
2021-05-07 06:17:42 +00:00
### Changed
- Updated API for yaclog to 1.0.0
2021-05-07 22:48:07 +00:00
- Renamed '--input' option to '--path' for consistency with yaclog, and added an environment variable for its value
2021-05-07 06:17:42 +00:00
2021-05-12 02:44:28 +00:00
## Version 0.2.0 - 2021-05-06
2021-04-18 04:50:10 +00:00
### Changed
2021-04-18 04:50:10 +00:00
- Generator now adds a comment to files stating they were automatically created by this tool.
- Tweaks and fixes to project metadata in setup.cfg.
- Marked version compatibility with yaclog.
2021-05-07 22:48:07 +00:00
2021-05-12 02:44:28 +00:00
## Version 0.1.1 - 2021-04-16
2021-04-17 05:24:44 +00:00
yaclog-ksp is [now available on PyPi!](https://pypi.org/project/yaclog-ksp/)
### Changed
- Generator will now use change values instead of nodes when possible for more concise output files.
2021-04-17 05:24:44 +00:00
2021-05-07 22:48:07 +00:00
2021-05-12 02:44:28 +00:00
## Version 0.1.0 - 2021-04-16
2021-04-17 04:08:54 +00:00
First release
### Added
2021-04-17 05:24:44 +00:00
- `yaclog-ksp` command line tool for converting markdown changelogs to KerbalChangelog configs.