parent
38e03aa10b
commit
4df3f67c91
|
@ -1,6 +1,6 @@
|
|||
_pkgname=manjaro-hello
|
||||
pkgname=${_pkgname}-git
|
||||
pkgver=0.3.1
|
||||
pkgver=0.4
|
||||
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.4] - 2016-12-27
|
||||
### Added
|
||||
- Support of autostart in i3.
|
||||
- Disable home button on welcome page.
|
||||
- Add tooltips on social and header buttons.
|
||||
- Russian translation from @jacobtey.
|
||||
|
||||
### Changed
|
||||
- Make creating new pages easier.
|
||||
- Label of install button.
|
||||
- Update german translation from @oberon2007.
|
||||
|
||||
### Fixed
|
||||
- Window blocking during call of installer.
|
||||
|
||||
## [0.3.1] - 2016-12-23
|
||||
### Fixed
|
||||
- Button icons are not always displayed.
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<property name="title" translatable="yes">About</property>
|
||||
<property name="type_hint">dialog</property>
|
||||
<property name="program_name">Manjaro Hello</property>
|
||||
<property name="version">0.3.1</property>
|
||||
<property name="version">0.4</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