Skip to content

Commit d69fd55

Browse files
committed
Bump version number
1 parent 4474c83 commit d69fd55

File tree

7 files changed

+25
-6
lines changed

7 files changed

+25
-6
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# SPDX-FileCopyrightText: 2021-2023 Graeme Gott <graeme@gottcode.org>
1+
# SPDX-FileCopyrightText: 2021-2024 Graeme Gott <graeme@gottcode.org>
22
#
33
# SPDX-License-Identifier: GPL-3.0-or-later
44

55
cmake_minimum_required(VERSION 3.16)
66

77
# Configure project
8-
project(focuswriter VERSION 1.8.8 LANGUAGES CXX)
8+
project(focuswriter VERSION 1.8.9 LANGUAGES CXX)
99

1010
set(project_copyright "2008-2024 Graeme Gott")
1111

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
1.8.9
2+
-----
3+
* FIXED: Slow loading of themes.
4+
* FIXED: Font did not update in theme preview.
5+
* FIXED: Alert expander invisible with monochrome icon themes.
6+
* FIXED: Incorrect icons in monochrome icon themes.
7+
* Translation updates: Estonian, Marathi.
8+
19
1.8.8
210
-----
311
* FIXED: Broken backgrounds in Windows dark theme.

mac_deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
APP='FocusWriter'
44
BUNDLE="$APP.app"
5-
VERSION='1.8.8'
5+
VERSION='1.8.9'
66

77
# Locate deployment script
88
BIN_DIR=$(pwd)

resources/unix/focuswriter.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH FOCUSWRITER 1 "May 2024" "FocusWriter 1.8.8" "General Commands Manual"
1+
.TH FOCUSWRITER 1 "October 2024" "FocusWriter 1.8.9" "General Commands Manual"
22

33
.SH "NAME"
44
focuswriter \- fullscreen word processor

resources/unix/focuswriter.appdata.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,17 @@
252252
<content_rating type="oars-1.1"/>
253253

254254
<releases>
255+
<release version="1.8.9" date="2024-10-11">
256+
<description>
257+
<ul>
258+
<li>FIXED: Slow loading of themes</li>
259+
<li>FIXED: Font did not update in theme preview</li>
260+
<li>FIXED: Alert expander invisible with monochrome icon themes</li>
261+
<li>FIXED: Incorrect icons in monochrome icon themes</li>
262+
<li>Translation updates: Estonian, Marathi.</li>
263+
</ul>
264+
</description>
265+
</release>
255266
<release version="1.8.8" date="2024-05-21">
256267
<description>
257268
<ul>

resources/windows/installer.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
!define APPNAME "FocusWriter"
55
!define VERSIONMAJOR 1
66
!define VERSIONMINOR 8
7-
!define VERSIONPATCH 8
7+
!define VERSIONPATCH 9
88
!define APPVERSION "${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONPATCH}"
99
!define ABOUTURL "https://gottcode.org/focuswriter/"
1010

windows_deploy.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
SET SRCDIR=..\focuswriter
66
SET APP=FocusWriter
7-
SET VERSION=1.8.8
7+
SET VERSION=1.8.9
88

99
ECHO Copying executable
1010
MKDIR %SRCDIR%\%APP%

0 commit comments

Comments
 (0)