Update CHANGELOG.md
This commit is contained in:
parent
c8ea1bf5db
commit
5030bb2126
|
@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- added a preference and command line option to specify the version control system search order
|
- added a preference and command line option to specify the version control system search order
|
||||||
- added .editorconfig file
|
- added .editorconfig file
|
||||||
- added .gitignore file
|
- added .gitignore file
|
||||||
|
- added message when removing files during uninstallation
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- convert to Python 3
|
- convert to Python 3
|
||||||
|
@ -23,6 +24,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- improve Spanish translation
|
- improve Spanish translation
|
||||||
- convert translation README to MarkDown
|
- convert translation README to MarkDown
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- fixed wrong icons directory for gtk-update-icon-cache
|
||||||
|
- fixed missing directories when uninstalling
|
||||||
|
|
||||||
## [0.4.8] - 2014-07-18
|
## [0.4.8] - 2014-07-18
|
||||||
### Added
|
### Added
|
||||||
- updated use of gtk.SpinButton and gtk.Entry to avoid quirks seen on some platforms
|
- updated use of gtk.SpinButton and gtk.Entry to avoid quirks seen on some platforms
|
||||||
|
|
Loading…
Reference in New Issue