Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gottcode committed Jan 16, 2024
1 parent 2235834 commit dc9a8b8
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
cmake_minimum_required(VERSION 3.16)

# Configure project
project(focuswriter VERSION 1.8.5 LANGUAGES CXX)
project(focuswriter VERSION 1.8.6 LANGUAGES CXX)

set(project_copyright "2008-2023 Graeme Gott")
set(project_copyright "2008-2024 Graeme Gott")

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
1.8.6
-----
* FIXED: Always incremented number for imported themes.
* FIXED: Unable to update contents of theme background image.
* FIXED: Modifying themes sometimes removed backgrounds.
* FIXED: Decompression failed in Haiku.
* Added shortcuts for selecting by paragraph.
* Replaced deprecated code.
* Updated Unicode symbols database.
* Updated Windows dictionaries.
* Translation updates: Portuguese, Portuguese (Brazil), Swedish.

1.8.5
-----
* FIXED: Unable to paste HTML into web browser.
Expand Down
2 changes: 1 addition & 1 deletion mac_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

APP='FocusWriter'
BUNDLE="$APP.app"
VERSION='1.8.5'
VERSION='1.8.6'

# Locate deployment script
BIN_DIR=$(pwd)
Expand Down
15 changes: 15 additions & 0 deletions resources/unix/focuswriter.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,21 @@
<content_rating type="oars-1.1"/>

<releases>
<release version="1.8.6" date="2024-01-16">
<description>
<ul>
<li>FIXED: Always incremented number for imported themes</li>
<li>FIXED: Unable to update contents of theme background image</li>
<li>FIXED: Modifying themes sometimes removed backgrounds</li>
<li>FIXED: Decompression failed in Haiku</li>
<li>Added shortcuts for selecting by paragraph</li>
<li>Replaced deprecated code</li>
<li>Updated Unicode symbols database</li>
<li>Updated Windows dictionaries</li>
<li>Translation updates: Portuguese, Portuguese (Brazil), Swedish</li>
</ul>
</description>
</release>
<release version="1.8.5" date="2023-06-27">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion resources/windows/installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
!define APPNAME "FocusWriter"
!define VERSIONMAJOR 1
!define VERSIONMINOR 8
!define VERSIONPATCH 5
!define VERSIONPATCH 6
!define APPVERSION "${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONPATCH}"
!define ABOUTURL "https://gottcode.org/focuswriter/"

Expand Down
2 changes: 1 addition & 1 deletion windows_deploy.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

SET SRCDIR=..\focuswriter
SET APP=FocusWriter
SET VERSION=1.8.5
SET VERSION=1.8.6

ECHO Copying executable
MKDIR %SRCDIR%\%APP%
Expand Down

0 comments on commit dc9a8b8

Please sign in to comment.