diff --git a/CHANGELOG.md b/CHANGELOG.md index 7345302..853fd06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ 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/). ## [Unreleased] +### Fixed +- Don't count markdown links against total post text count (issue #52) +- Handle utf8 text copying to the clipboard (issue #25) ## [0.9.2] - 2019-08-10 ### Fixed diff --git a/assets/AboutPage.qml b/assets/AboutPage.qml index 1a7db5f..096f768 100644 --- a/assets/AboutPage.qml +++ b/assets/AboutPage.qml @@ -37,7 +37,7 @@ Page { horizontalAlignment: HorizontalAlignment.Center topPadding: ui.sdu(2) Label { - text: "Copyright © 2016-2018 Morgan McMillian" + text: "Copyright © 2016-2019 Morgan McMillian" textStyle.fontSize: FontSize.XSmall textFormat: TextFormat.Html } @@ -46,7 +46,7 @@ Page { horizontalAlignment: HorizontalAlignment.Center topPadding: ui.sdu(3) Label { - text: "https://monkeystew.org" + text: "https://thrrgilag.net" textFormat: TextFormat.Html } } diff --git a/bar-descriptor.xml b/bar-descriptor.xml index fa01eca..c51743a 100644 --- a/bar-descriptor.xml +++ b/bar-descriptor.xml @@ -56,7 +56,7 @@ - 0.9.2 + 0.9.3