Update CHANGELOG
parent
f18b21edfd
commit
4501cb288b
|
@ -3,15 +3,14 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [0.5-dev]
|
## [0.5-dev]
|
||||||
### Added
|
### Added
|
||||||
- Locales: ast_ES, be, sv.
|
- Locales: ast_ES, be, fa_IR, sv.
|
||||||
- A preferences file.
|
- A config file.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Better handling of dev version.
|
- Better handling of dev version.
|
||||||
- Automating several tasks.
|
- Automating several tasks.
|
||||||
- Simplify subtitle.
|
- Simplify subtitle.
|
||||||
- Simplify customization.
|
- Simplify customization.
|
||||||
- Change path of saving file from "~/.config/manjaro-hello.json" to "~/.config/manjaro/manjaro-hello.json".
|
|
||||||
|
|
||||||
## [0.4.20] - 2017-05-09
|
## [0.4.20] - 2017-05-09
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
"live_path": "/run/miso/bootmnt/manjaro",
|
"live_path": "/run/miso/bootmnt/manjaro",
|
||||||
"locale_path": "/usr/share/locale/",
|
"locale_path": "/usr/share/locale/",
|
||||||
"logo_path": "/usr/share/icons/hicolor/64x64/apps/manjaro.png",
|
"logo_path": "/usr/share/icons/hicolor/64x64/apps/manjaro.png",
|
||||||
"save_path": "~/.config/manjaro/manjaro-hello.json",
|
"save_path": "~/.config/manjaro-hello.json",
|
||||||
"ui_path": "/usr/share/manjaro-hello/ui/manjaro-hello.glade",
|
"ui_path": "/usr/share/manjaro-hello/ui/manjaro-hello.glade",
|
||||||
"urls": {
|
"urls": {
|
||||||
"development": "https://github.com/manjaro",
|
"development": "https://github.com/manjaro",
|
||||||
|
|
Loading…
Reference in New Issue