diff --git a/CMakeLists.txt b/CMakeLists.txt index 169409bd..5e3e5d6d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.16) # Configure project -project(focuswriter VERSION 1.8.2 LANGUAGES CXX) +project(focuswriter VERSION 1.8.3 LANGUAGES CXX) set(project_copyright "2008-2022 Graeme Gott") diff --git a/ChangeLog b/ChangeLog index d5b81f70..89768895 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1.8.3 +----- +* FIXED: Did not play sound effect when pressing enter. +* FIXED: Played sound effect when opening files. +* FIXED: Missing version number. +* Translation updates: Dutch. + 1.8.2 ----- * FIXED: Could not change language in portable mode. diff --git a/mac_deploy.sh b/mac_deploy.sh index c00680b7..b5041f44 100755 --- a/mac_deploy.sh +++ b/mac_deploy.sh @@ -2,7 +2,7 @@ APP='FocusWriter' BUNDLE="$APP.app" -VERSION='1.8.2' +VERSION='1.8.3' # Locate deployment script BIN_DIR=$(pwd) diff --git a/resources/unix/focuswriter.appdata.xml b/resources/unix/focuswriter.appdata.xml index 1e7a52a6..a9975a57 100644 --- a/resources/unix/focuswriter.appdata.xml +++ b/resources/unix/focuswriter.appdata.xml @@ -231,6 +231,16 @@ + + +
    +
  • FIXED: Did not play sound effect when pressing enter
  • +
  • FIXED: Played sound effect when opening files
  • +
  • FIXED: Missing version number
  • +
  • Translation updates: Dutch
  • +
+
+
    diff --git a/resources/windows/installer.nsi b/resources/windows/installer.nsi index 07738a0d..6598a3e2 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 2 +!define VERSIONPATCH 3 !define APPVERSION "${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONPATCH}" !define ABOUTURL "https://gottcode.org/focuswriter/" diff --git a/windows_deploy.bat b/windows_deploy.bat index 8196f9d0..354c4035 100644 --- a/windows_deploy.bat +++ b/windows_deploy.bat @@ -4,7 +4,7 @@ SET SRCDIR=..\focuswriter SET APP=FocusWriter -SET VERSION=1.8.2 +SET VERSION=1.8.3 ECHO Copying executable MKDIR %SRCDIR%\%APP%