parent
4d34afa62b
commit
9b123a3731
|
@ -1,6 +1,6 @@
|
||||||
_pkgname=manjaro-hello
|
_pkgname=manjaro-hello
|
||||||
pkgname=${_pkgname}-git
|
pkgname=${_pkgname}-git
|
||||||
pkgver=0.3
|
pkgver=0.3.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}"
|
||||||
|
|
|
@ -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.3.1] - 2016-12-23
|
||||||
|
### Fixed
|
||||||
|
- Buttons' icons not always showing.
|
||||||
|
|
||||||
## [0.3] - 2016-12-23
|
## [0.3] - 2016-12-23
|
||||||
### Added
|
### Added
|
||||||
- Icons for links buttons.
|
- Icons for links buttons.
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<property name="modal">True</property>
|
<property name="modal">True</property>
|
||||||
<property name="type_hint">dialog</property>
|
<property name="type_hint">dialog</property>
|
||||||
<property name="program_name">Manjaro Hello</property>
|
<property name="program_name">Manjaro Hello</property>
|
||||||
<property name="version">0.3</property>
|
<property name="version">0.3.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>
|
||||||
|
|
Loading…
Reference in New Issue