prep for 0.9.4 release
This commit is contained in:
parent
5b0a94eca4
commit
c322df38c0
3 changed files with 8 additions and 2 deletions
|
@ -3,6 +3,11 @@ 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/).
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
|
## [0.9.4] - 2020-02-01
|
||||||
|
### Fixed
|
||||||
|
- Updated longpost url (issue #53)
|
||||||
|
- Rendering posts with links containing surrogate pair characters
|
||||||
|
|
||||||
## [0.9.3] - 2019-10-13
|
## [0.9.3] - 2019-10-13
|
||||||
### Fixed
|
### Fixed
|
||||||
- Don't count markdown links against total post text count (issue #52)
|
- Don't count markdown links against total post text count (issue #52)
|
||||||
|
@ -101,6 +106,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
||||||
### Added
|
### Added
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
[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.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
|
[0.9.2]: https://gitlab.dreamfall.space/thrrgilag/goober-bb10/-/tags/0.9.2
|
||||||
[0.9.1]: https://gitlab.dreamfall.space/thrrgilag/goober-bb10/-/tags/Goober_0_9_1
|
[0.9.1]: https://gitlab.dreamfall.space/thrrgilag/goober-bb10/-/tags/Goober_0_9_1
|
||||||
|
|
|
@ -37,7 +37,7 @@ Page {
|
||||||
horizontalAlignment: HorizontalAlignment.Center
|
horizontalAlignment: HorizontalAlignment.Center
|
||||||
topPadding: ui.sdu(2)
|
topPadding: ui.sdu(2)
|
||||||
Label {
|
Label {
|
||||||
text: "Copyright © 2016-2019 Morgan McMillian"
|
text: "Copyright © 2016-2020 Morgan McMillian"
|
||||||
textStyle.fontSize: FontSize.XSmall
|
textStyle.fontSize: FontSize.XSmall
|
||||||
textFormat: TextFormat.Html
|
textFormat: TextFormat.Html
|
||||||
}
|
}
|
||||||
|
|
|
@ -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.
|
<!-- 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.
|
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. -->
|
An updated version of application must have a versionNumber value higher than the previous version. Required. -->
|
||||||
<versionNumber>0.9.3</versionNumber>
|
<versionNumber>0.9.4</versionNumber>
|
||||||
|
|
||||||
<!-- Fourth digit segment of the package version. First three segments are taken from the
|
<!-- 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 -->
|
<versionNumber> element. Must be an integer from 0 to 2^16-1 -->
|
||||||
|
|
Reference in a new issue