Bump version to 0.3

merge-requests/64/head 0.3
Hugo Posnic 2016-12-23 14:47:35 +01:00
parent 5a66fc7a86
commit db240693af
3 changed files with 17 additions and 2 deletions

View File

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

View File

@ -1,6 +1,21 @@
# Change Log
All notable changes to this project will be documented in this file.
## [0.3] - 2016-12-23
### Added
- Icons for links buttons.
- German launcher's description from @Photon89.
- Use logo from manjaro-icons if available.
### Fixed
- Remove focus from buttons at start.
- Use symbolic icon for home button.
- Improve way to handle english translation.
- Minors improvements.
### Removed
- Support for the depreciated installer-cli.
## [0.2.1] - 2016-12-21
### Fixed
- Crash when translation file doesn't exists.

View File

@ -8,7 +8,7 @@
<property name="modal">True</property>
<property name="type_hint">dialog</property>
<property name="program_name">Manjaro Hello</property>
<property name="version">0.2.1</property>
<property name="version">0.3</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" translatable="yes">Github</property>