Update CHANGELOG.md

This commit is contained in:
Romain Failliot 2021-11-27 22:09:17 -05:00
parent fbdbefb1e5
commit b9ea8fa866
1 changed files with 5 additions and 0 deletions

View File

@ -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)