prep for release of 0.9.5
This commit is contained in:
parent
8c1d527068
commit
31424205e9
3 changed files with 11 additions and 1 deletions
|
@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
## [0.9.5] - 2020-02-16
|
||||
### Fixed
|
||||
- Refresh post following a repost (issue #57)
|
||||
- Fix HTML parsing on user descriptions (issue #56)
|
||||
- Fix parsing of links containing & (issue #54)
|
||||
|
||||
## [0.9.4] - 2020-02-01
|
||||
### Fixed
|
||||
- Updated longpost url (issue #53)
|
||||
|
@ -106,6 +112,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
|||
### Added
|
||||
- Initial release
|
||||
|
||||
[0.9.5]: https://gitlab.dreamfall.space/thrrgilag/goober-bb10/-/tags/0.9.5
|
||||
[0.9.4]: https://gitlab.dreamfall.space/thrrgilag/goober-bb10/-/tags/0.9.4
|
||||
[0.9.3]: https://gitlab.dreamfall.space/thrrgilag/goober-bb10/-/tags/0.9.3
|
||||
[0.9.2]: https://gitlab.dreamfall.space/thrrgilag/goober-bb10/-/tags/0.9.2
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
<!-- A string value of the format <0-999>.<0-999>.<0-999> that represents application version which can be used to check for application upgrade.
|
||||
Values can also be 1-part or 2-part. It is not necessary to have a 3-part value.
|
||||
An updated version of application must have a versionNumber value higher than the previous version. Required. -->
|
||||
<versionNumber>0.9.4</versionNumber>
|
||||
<versionNumber>0.9.5</versionNumber>
|
||||
|
||||
<!-- Fourth digit segment of the package version. First three segments are taken from the
|
||||
<versionNumber> element. Must be an integer from 0 to 2^16-1 -->
|
||||
|
|
|
@ -149,6 +149,9 @@ lupdate_inclusion {
|
|||
$$quote($$BASEDIR/../src/*.cc) \
|
||||
$$quote($$BASEDIR/../src/*.cpp) \
|
||||
$$quote($$BASEDIR/../src/*.cxx) \
|
||||
$$quote($$BASEDIR/..//*.qml) \
|
||||
$$quote($$BASEDIR/..//*.js) \
|
||||
$$quote($$BASEDIR/..//*.qs) \
|
||||
$$quote($$BASEDIR/../assets/*.qml) \
|
||||
$$quote($$BASEDIR/../assets/*.js) \
|
||||
$$quote($$BASEDIR/../assets/*.qs) \
|
||||
|
|
Reference in a new issue