Bump version to 0.5.2
parent
3239a747f0
commit
74c97488ae
|
@ -1,6 +1,10 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
All notable changes to this project will be documented in this file.
|
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
|
## [0.5.1] - 2017-06-17
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fix opening of the "forums" link.
|
- Fix opening of the "forums" link.
|
||||||
|
|
|
@ -79,7 +79,7 @@ class Hello():
|
||||||
self.builder.get_object("languages").set_active_id(self.get_best_locale())
|
self.builder.get_object("languages").set_active_id(self.get_best_locale())
|
||||||
|
|
||||||
# Set autostart switcher state
|
# 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)
|
self.builder.get_object("autostart").set_active(self.autostart)
|
||||||
|
|
||||||
# Live systems
|
# Live systems
|
||||||
|
|
|
@ -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="type_hint">dialog</property>
|
||||||
<property name="transient_for">window</property>
|
<property name="transient_for">window</property>
|
||||||
<property name="program_name">Manjaro Hello</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="comments" translatable="yes">Welcome screen for Manjaro</property>
|
||||||
<property name="website">https://github.com/Huluti/manjaro-hello</property>
|
<property name="website">https://github.com/Huluti/manjaro-hello</property>
|
||||||
<property name="website_label">GitHub</property>
|
<property name="website_label">GitHub</property>
|
||||||
|
|
Loading…
Reference in New Issue