From b0fc8d63a6ca1e90e563a523d3a67d79a3c71676 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Mon, 21 Oct 2024 17:03:52 +0200 Subject: [PATCH 1/3] Add Python 3.13 support --- .github/workflows/test_linux.yml | 2 +- pyproject.toml | 1 + setup/launchpad_setup.cfg | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_linux.yml b/.github/workflows/test_linux.yml index 5ff6cab5..83db7924 100644 --- a/.github/workflows/test_linux.yml +++ b/.github/workflows/test_linux.yml @@ -14,7 +14,7 @@ jobs: testLinux: strategy: matrix: - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] fail-fast: false runs-on: ubuntu-latest steps: diff --git a/pyproject.toml b/pyproject.toml index 75bbabb9..3a2f2c7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Development Status :: 5 - Production/Stable", diff --git a/setup/launchpad_setup.cfg b/setup/launchpad_setup.cfg index 7917d77f..e2dcb12c 100644 --- a/setup/launchpad_setup.cfg +++ b/setup/launchpad_setup.cfg @@ -15,6 +15,7 @@ classifiers = Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 + Programming Language :: Python :: 3.13 Programming Language :: Python :: Implementation :: CPython License :: OSI Approved :: GNU General Public License v3 (GPLv3) Development Status :: 5 - Production/Stable From a4d2a9ea6fe1aa8c610be34c4edd6a985e0bfd95 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Mon, 21 Oct 2024 17:05:19 +0200 Subject: [PATCH 2/3] Fix swapped colours in default light theme (#2057) --- novelwriter/assets/themes/default_light.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/novelwriter/assets/themes/default_light.conf b/novelwriter/assets/themes/default_light.conf index a02a12f9..efedea6d 100644 --- a/novelwriter/assets/themes/default_light.conf +++ b/novelwriter/assets/themes/default_light.conf @@ -29,5 +29,5 @@ helptext = 92, 92, 92 fadedtext = 108, 108, 108 errortext = 255, 92, 92 statusnone = 120, 120, 120 -statussaved = 200, 15, 39 -statusunsaved = 2, 133, 37 +statussaved = 2, 133, 37 +statusunsaved = 200, 15, 39 From 836a3d353a5588a0b13cb8ed4a5264ed49f32895 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Mon, 21 Oct 2024 17:08:35 +0200 Subject: [PATCH 3/3] Update Enchant link (#2042) --- docs/source/more_customise.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/more_customise.rst b/docs/source/more_customise.rst index 6ea7ca76..0cedb82c 100644 --- a/docs/source/more_customise.rst +++ b/docs/source/more_customise.rst @@ -4,7 +4,7 @@ Customisations ************** -.. _Enchant: https://abiword.github.io/enchant +.. _Enchant: https://rrthomas.github.io/enchant/ .. _Free Desktop: https://cgit.freedesktop.org/libreoffice/dictionaries/tree/ There are a few ways you can customise novelWriter yourself. Currently, you can add new GUI themes,