26 lines
793 B
Markdown
26 lines
793 B
Markdown
# Changelog
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [1.0.2] - 2020-04-16
|
|
### Changed
|
|
- If the plugin contains submodules, one of those submodules may be selected by accident. This should be fixed.
|
|
|
|
## [1.0.1] - 2020-04-16
|
|
### Changed
|
|
- Wrong directory was being checked for readme and changelog files
|
|
|
|
## [1.0.0] - 2020-04-16
|
|
### Added
|
|
- This changelog
|
|
- If README.md is present in the root directory of the plugin, it will be copied into the plugin's data directory before create the kpz file
|
|
- The same as above, but for CHANGELOG.md as well
|
|
|
|
### Changed
|
|
- Nothing
|
|
|
|
### Removed
|
|
- Nothing
|