diff --git a/CHANGELOG.md b/CHANGELOG.md index f4b2889..84fc4cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,15 +3,14 @@ All notable changes to this project will be documented in this file. ## [0.5-dev] ### Added -- Locales: ast_ES, be, sv. -- A preferences file. +- Locales: ast_ES, be, fa_IR, sv. +- A config file. ### Changed - Better handling of dev version. - Automating several tasks. - Simplify subtitle. - Simplify customization. -- Change path of saving file from "~/.config/manjaro-hello.json" to "~/.config/manjaro/manjaro-hello.json". ## [0.4.20] - 2017-05-09 ### Fixed diff --git a/data/preferences.json b/data/preferences.json index a51bf78..47cb70f 100644 --- a/data/preferences.json +++ b/data/preferences.json @@ -8,7 +8,7 @@ "live_path": "/run/miso/bootmnt/manjaro", "locale_path": "/usr/share/locale/", "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", "urls": { "development": "https://github.com/manjaro",