From 0f38cd0b453e2ee7af45b5f45e385b13b98e9f3a Mon Sep 17 00:00:00 2001 From: Graeme Gott Date: Tue, 21 May 2024 06:15:08 -0400 Subject: [PATCH] Bump version number --- CMakeLists.txt | 2 +- ChangeLog | 6 ++++++ mac_deploy.sh | 2 +- resources/unix/focuswriter.appdata.xml | 9 +++++++++ resources/windows/installer.nsi | 2 +- windows_deploy.bat | 2 +- 6 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e33e2d5..4c3718ce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.16) # Configure project -project(focuswriter VERSION 1.8.7 LANGUAGES CXX) +project(focuswriter VERSION 1.8.8 LANGUAGES CXX) set(project_copyright "2008-2024 Graeme Gott") diff --git a/ChangeLog b/ChangeLog index 901973d6..6818efc4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1.8.8 +----- +* FIXED: Broken backgrounds in Windows dark theme. +* FIXED: Extra newline when copying RTF. +* Added Windows support for copying RTF. + 1.8.7 ----- * FIXED: Did not keep line spacing when pasting plain text. diff --git a/mac_deploy.sh b/mac_deploy.sh index 128c8a73..c5d240fb 100755 --- a/mac_deploy.sh +++ b/mac_deploy.sh @@ -2,7 +2,7 @@ APP='FocusWriter' BUNDLE="$APP.app" -VERSION='1.8.7' +VERSION='1.8.8' # Locate deployment script BIN_DIR=$(pwd) diff --git a/resources/unix/focuswriter.appdata.xml b/resources/unix/focuswriter.appdata.xml index 07101e99..8b08a0bb 100644 --- a/resources/unix/focuswriter.appdata.xml +++ b/resources/unix/focuswriter.appdata.xml @@ -245,6 +245,15 @@ + + +
    +
  • FIXED: Broken backgrounds in Windows dark theme
  • +
  • FIXED: Extra newline when copying RTF
  • +
  • Added Windows support for copying RTF
  • +
+
+
    diff --git a/resources/windows/installer.nsi b/resources/windows/installer.nsi index 87ddcc09..435878b2 100644 --- a/resources/windows/installer.nsi +++ b/resources/windows/installer.nsi @@ -4,7 +4,7 @@ !define APPNAME "FocusWriter" !define VERSIONMAJOR 1 !define VERSIONMINOR 8 -!define VERSIONPATCH 7 +!define VERSIONPATCH 8 !define APPVERSION "${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONPATCH}" !define ABOUTURL "https://gottcode.org/focuswriter/" diff --git a/windows_deploy.bat b/windows_deploy.bat index 863ddbb2..b7afe19b 100644 --- a/windows_deploy.bat +++ b/windows_deploy.bat @@ -4,7 +4,7 @@ SET SRCDIR=..\focuswriter SET APP=FocusWriter -SET VERSION=1.8.7 +SET VERSION=1.8.8 ECHO Copying executable MKDIR %SRCDIR%\%APP%