Bump version to 0.5.2

merge-requests/64/head
Philip 2017-06-22 05:46:26 +02:00
parent 3239a747f0
commit 74c97488ae
3 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.
## [0.5.2] - 2017-06-22
### Fixed
- Fix autostart switch state.
## [0.5.1] - 2017-06-17
### Fixed
- Fix opening of the "forums" link.

View File

@ -79,7 +79,7 @@ class Hello():
self.builder.get_object("languages").set_active_id(self.get_best_locale())
# Set autostart switcher state
self.autostart = os.path.isfile(self.preferences["autostart_path"])
self.autostart = os.path.isfile(fix_path(self.preferences["autostart_path"])
self.builder.get_object("autostart").set_active(self.autostart)
# Live systems

View File

@ -531,7 +531,7 @@ We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we
<property name="type_hint">dialog</property>
<property name="transient_for">window</property>
<property name="program_name">Manjaro Hello</property>
<property name="version">0.5.1</property>
<property name="version">0.5.2</property>
<property name="comments" translatable="yes">Welcome screen for Manjaro</property>
<property name="website">https://github.com/Huluti/manjaro-hello</property>
<property name="website_label">GitHub</property>