File tree Expand file tree Collapse file tree 7 files changed +25
-6
lines changed
Expand file tree Collapse file tree 7 files changed +25
-6
lines changed Original file line number Diff line number Diff line change 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
55cmake_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
1010set (project_copyright "2008-2024 Graeme Gott" )
1111
Original file line number Diff line number Diff line change 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+
191.8.8
210-----
311* FIXED: Broken backgrounds in Windows dark theme.
Original file line number Diff line number Diff line change 22
33APP=' FocusWriter'
44BUNDLE=" $APP .app"
5- VERSION=' 1.8.8 '
5+ VERSION=' 1.8.9 '
66
77# Locate deployment script
88BIN_DIR=$( pwd)
Original file line number Diff line number Diff line change 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"
44focuswriter \- fullscreen word processor
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 44
55SET SRCDIR = ..\focuswriter
66SET APP = FocusWriter
7- SET VERSION = 1.8.8
7+ SET VERSION = 1.8.9
88
99ECHO Copying executable
1010MKDIR %SRCDIR% \%APP%
You can’t perform that action at this time.
0 commit comments