Update CHANGELOG.md
This commit is contained in:
parent
fbdbefb1e5
commit
b9ea8fa866
|
@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Added a `--remove-obsolete` option for the update-translation.py script
|
- Added a `--remove-obsolete` option for the update-translation.py script
|
||||||
|
- Added links to VCSs in README.md
|
||||||
|
- New keyword in config file: "option"
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Updated the translation files
|
- Updated the translation files
|
||||||
|
@ -17,6 +19,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- Leaner README.md
|
- Leaner README.md
|
||||||
- Moved the documentation to docs/
|
- Moved the documentation to docs/
|
||||||
- In the CI, call the linters on the installed directory
|
- In the CI, call the linters on the installed directory
|
||||||
|
- Renamed application name from "Diffuse Merge Tool" to "Diffuse"
|
||||||
|
- Linters can be run sooner (before installation)
|
||||||
|
- Better messages when an error occurs while parsing the config file
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Removed the lasting lint errors (i.e. in main.py)
|
- Removed the lasting lint errors (i.e. in main.py)
|
||||||
|
|
Loading…
Reference in New Issue