From 31424205e99ac2efba5ca61264f2ae354d698cf1 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Sun, 16 Feb 2020 07:33:22 -0800 Subject: [PATCH] prep for release of 0.9.5 --- CHANGELOG.md | 7 +++++++ bar-descriptor.xml | 2 +- config.pri | 3 +++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7f76a4..e502185 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/bar-descriptor.xml b/bar-descriptor.xml index e65dc45..6680ef1 100644 --- a/bar-descriptor.xml +++ b/bar-descriptor.xml @@ -56,7 +56,7 @@ - 0.9.4 + 0.9.5 diff --git a/config.pri b/config.pri index b6ce007..08f8cb1 100644 --- a/config.pri +++ b/config.pri @@ -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) \