Bump version to 0.4.1

merge-requests/64/head 0.4.1
Hugo Posnic 2016-12-27 16:24:30 +01:00
parent 2925539ffc
commit b38db06128
3 changed files with 16 additions and 7 deletions

View File

@ -1,6 +1,6 @@
_pkgname=manjaro-hello _pkgname=manjaro-hello
pkgname=${_pkgname}-git pkgname=${_pkgname}-git
pkgver=0.4 pkgver=0.4.1
pkgrel=1 pkgrel=1
pkgdesc="A tool providing access to documentation and support for new Manjaro users." pkgdesc="A tool providing access to documentation and support for new Manjaro users."
url="https://github.com/Huluti/${_pkgname}" url="https://github.com/Huluti/${_pkgname}"

View File

@ -1,17 +1,24 @@
# 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.4.1] - 2016-12-27
### Added
- Spanish translation.
### Changed
- Russian translation.
## [0.4] - 2016-12-27 ## [0.4] - 2016-12-27
### Added ### Added
- Support of autostart in i3. - Support of autostart in i3.
- Disable home button on welcome page. - Disable home button on welcome page.
- Tooltips on social and header buttons. - Tooltips on social and header buttons.
- Russian translation from @jacobtey. - Russian translation.
### Changed ### Changed
- Make creating new pages easier. - Make creating new pages easier.
- Label of install button. - Label of install button.
- Update german translation from @oberon2007. - German translation.
### Fixed ### Fixed
- Window blocking during call of installer. - Window blocking during call of installer.
@ -23,7 +30,9 @@ All notable changes to this project will be documented in this file.
## [0.3] - 2016-12-23 ## [0.3] - 2016-12-23
### Added ### Added
- Icons for links buttons. - Icons for links buttons.
- German launcher's description from @Photon89. - German launcher's description.
### Changed
- Use logo from manjaro-icons if available. - Use logo from manjaro-icons if available.
### Fixed ### Fixed
@ -42,8 +51,8 @@ All notable changes to this project will be documented in this file.
## [0.2] - 2016-12-21 ## [0.2] - 2016-12-21
First stable version. First stable version.
### Added ### Added
- Polish translation from @napcok. - Polish translation.
- German translation from @Photon89. - German translation.
### Fixed ### Fixed
- Locale detection. - Locale detection.

View File

@ -486,7 +486,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.4</property> <property name="version">0.4.1</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" translatable="yes">Github</property> <property name="website_label" translatable="yes">Github</property>