diff --git a/CHANGELOG.md b/CHANGELOG.md index d97263b..d0b6dee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ ## Release Notes ## +### 0.1.19 [2021-03-13] ### + +* Added option to toggle visibility +* Fixed URL detection + + ### 0.1.18 [2021-02-15] ### * Adjusting clickable links diff --git a/src/QText.pro b/src/QText.pro index 3330420..464269e 100644 --- a/src/QText.pro +++ b/src/QText.pro @@ -1,6 +1,6 @@ APP_PRODUCT = "QText" APP_COMPANY = "Josip Medved" -APP_VERSION = "0.1.18" +APP_VERSION = "0.1.19" APP_COPYRIGHT = "Copyright 2004 Josip Medved " APP_DESCRIPTION = "Note taking utility with auto-save."