Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gottcode committed Oct 11, 2024
1 parent 4474c83 commit d69fd55
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# SPDX-FileCopyrightText: 2021-2023 Graeme Gott <graeme@gottcode.org>
# SPDX-FileCopyrightText: 2021-2024 Graeme Gott <graeme@gottcode.org>
#
# SPDX-License-Identifier: GPL-3.0-or-later

cmake_minimum_required(VERSION 3.16)

# Configure project
project(focuswriter VERSION 1.8.8 LANGUAGES CXX)
project(focuswriter VERSION 1.8.9 LANGUAGES CXX)

set(project_copyright "2008-2024 Graeme Gott")

Expand Down
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.8.9
-----
* FIXED: Slow loading of themes.
* FIXED: Font did not update in theme preview.
* FIXED: Alert expander invisible with monochrome icon themes.
* FIXED: Incorrect icons in monochrome icon themes.
* Translation updates: Estonian, Marathi.

1.8.8
-----
* FIXED: Broken backgrounds in Windows dark theme.
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.8'
VERSION='1.8.9'

# Locate deployment script
BIN_DIR=$(pwd)
Expand Down
2 changes: 1 addition & 1 deletion resources/unix/focuswriter.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH FOCUSWRITER 1 "May 2024" "FocusWriter 1.8.8" "General Commands Manual"
.TH FOCUSWRITER 1 "October 2024" "FocusWriter 1.8.9" "General Commands Manual"

.SH "NAME"
focuswriter \- fullscreen word processor
Expand Down
11 changes: 11 additions & 0 deletions resources/unix/focuswriter.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,17 @@
<content_rating type="oars-1.1"/>

<releases>
<release version="1.8.9" date="2024-10-11">
<description>
<ul>
<li>FIXED: Slow loading of themes</li>
<li>FIXED: Font did not update in theme preview</li>
<li>FIXED: Alert expander invisible with monochrome icon themes</li>
<li>FIXED: Incorrect icons in monochrome icon themes</li>
<li>Translation updates: Estonian, Marathi.</li>
</ul>
</description>
</release>
<release version="1.8.8" date="2024-05-21">
<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 8
!define VERSIONPATCH 9
!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.8
SET VERSION=1.8.9

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

0 comments on commit d69fd55

Please sign in to comment.