parent
5a66fc7a86
commit
db240693af
|
@ -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}"
|
||||
|
|
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -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.
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue