Skip to content

Commit 232bfd7

Browse files
committed
Release 2.7.5
1 parent f7c1041 commit 232bfd7

File tree

6 files changed

+60
-48
lines changed

6 files changed

+60
-48
lines changed

source/_extra/release-latest.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"release": {
3-
"version": "2.7.4",
3+
"version": "2.7.5",
44
"major": 2,
55
"minor": 7,
6-
"patch": 4,
6+
"patch": 5,
77
"info": {
8-
"name": "Version 2.7.4",
9-
"date": "2025-07-15T15:32:37Z",
10-
"url": "https://github.com/vkbo/novelWriter/releases/tag/v2.7.4",
8+
"name": "Version 2.7.5",
9+
"date": "2025-09-14T17:03:57Z",
10+
"url": "https://github.com/vkbo/novelWriter/releases/tag/v2.7.5",
1111
"assets": {
12-
"appimage": "https://github.com/vkbo/novelWriter/releases/download/v2.7.4/novelwriter-2.7.4-x86_64.AppImage",
13-
"debian": "https://github.com/vkbo/novelWriter/releases/download/v2.7.4/novelwriter_2.7.4_all.deb",
14-
"winexe": "https://github.com/vkbo/novelWriter/releases/download/v2.7.4/novelwriter-2.7.4-amd64-setup.exe",
15-
"macx86": "https://github.com/vkbo/novelWriter/releases/download/v2.7.4/novelwriter-2.7.4-x86_64.dmg",
16-
"macarm": "https://github.com/vkbo/novelWriter/releases/download/v2.7.4/novelwriter-2.7.4-aarch64.dmg",
17-
"zipball": "https://api.github.com/repos/vkbo/novelWriter/zipball/v2.7.4",
18-
"tarball": "https://api.github.com/repos/vkbo/novelWriter/tarball/v2.7.4"
12+
"appimage": "https://github.com/vkbo/novelWriter/releases/download/v2.7.5/novelwriter-2.7.5-x86_64.AppImage",
13+
"debian": "https://github.com/vkbo/novelWriter/releases/download/v2.7.5/novelwriter_2.7.5_all.deb",
14+
"winexe": "https://github.com/vkbo/novelWriter/releases/download/v2.7.5/novelwriter-2.7.5-amd64-setup.exe",
15+
"macx86": "https://github.com/vkbo/novelWriter/releases/download/v2.7.5/novelwriter-2.7.5-x86_64.dmg",
16+
"macarm": "https://github.com/vkbo/novelWriter/releases/download/v2.7.5/novelwriter-2.7.5-aarch64.dmg",
17+
"zipball": "https://api.github.com/repos/vkbo/novelWriter/zipball/v2.7.5",
18+
"tarball": "https://api.github.com/repos/vkbo/novelWriter/tarball/v2.7.5"
1919
}
2020
}
2121
}

source/generated/checksum_release.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ Checksum Files
33

44
Checksum files are released alongside the packages. These files can be used to verify the downloaded package.
55

6-
* **Linux AppImage:** :octicon:`download` `Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.4/novelwriter-2.7.4-x86_64.AppImage.sha256>`__
7-
* **Debian Package:** :octicon:`download` `Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.4/novelwriter_2.7.4_all.deb.sha256>`__
8-
* **Windows Installer:** :octicon:`download` `Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.4/novelwriter-2.7.4-amd64-setup.exe.sha256>`__
9-
* **MacOS DMG Image (Intel):** :octicon:`download` `Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.4/novelwriter-2.7.4-x86_64.dmg.sha256>`__
10-
* **MacOS DMG Image (M1):** :octicon:`download` `Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.4/novelwriter-2.7.4-aarch64.dmg.sha256>`__
6+
* **Linux AppImage:** :octicon:`download` `Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.5/novelwriter-2.7.5-x86_64.AppImage.sha256>`__
7+
* **Debian Package:** :octicon:`download` `Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.5/novelwriter_2.7.5_all.deb.sha256>`__
8+
* **Windows Installer:** :octicon:`download` `Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.5/novelwriter-2.7.5-amd64-setup.exe.sha256>`__
9+
* **MacOS DMG Image (Intel):** :octicon:`download` `Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.5/novelwriter-2.7.5-x86_64.dmg.sha256>`__
10+
* **MacOS DMG Image (M1):** :octicon:`download` `Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.5/novelwriter-2.7.5-aarch64.dmg.sha256>`__
1111

1212
.. rubric:: Verify the Checksum
1313

@@ -20,8 +20,8 @@ Checksum files are released alongside the packages. These files can be used to v
2020
2121
.. code-block:: bash
2222
23-
shasum -c novelwriter-2.7.4-x86_64.AppImage.sha256
24-
shasum -c novelwriter_2.7.4_all.deb.sha256
23+
shasum -c novelwriter-2.7.5-x86_64.AppImage.sha256
24+
shasum -c novelwriter_2.7.5_all.deb.sha256
2525
2626
.. tab-item:: Windows
2727

@@ -30,7 +30,7 @@ Checksum files are released alongside the packages. These files can be used to v
3030
3131
.. code-block:: powershell
3232
33-
Get-FileHash -Algorithm SHA256 novelwriter-2.7.4-amd64-setup.exe | Format-List
33+
Get-FileHash -Algorithm SHA256 novelwriter-2.7.5-amd64-setup.exe | Format-List
3434
3535
.. tab-item:: MacOS
3636

@@ -39,4 +39,4 @@ Checksum files are released alongside the packages. These files can be used to v
3939
4040
.. code-block:: bash
4141
42-
shasum -c novelwriter-2.7.4-x86_64.dmg.sha256
42+
shasum -c novelwriter-2.7.5-x86_64.dmg.sha256

source/generated/download_main.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Latest Release
22
==============
33

4-
**Version 2.7.4** -- Released on July 15, 2025 -- Read the :ref:`Release Notes <main_release_2_7>`
4+
**Version 2.7.5** -- Released on September 14, 2025 -- Read the :ref:`Release Notes <main_release_2_7>`
55

66
.. grid:: 1 1 3 3
77
:margin: 4 4 0 0
@@ -22,8 +22,8 @@ Latest Release
2222
:columns: 7
2323

2424
| **Download**
25-
| :octicon:`download` `AppImage <https://github.com/vkbo/novelWriter/releases/download/v2.7.4/novelwriter-2.7.4-x86_64.AppImage>`__
26-
| :octicon:`download` `Debian Package <https://github.com/vkbo/novelWriter/releases/download/v2.7.4/novelwriter_2.7.4_all.deb>`__
25+
| :octicon:`download` `AppImage <https://github.com/vkbo/novelWriter/releases/download/v2.7.5/novelwriter-2.7.5-x86_64.AppImage>`__
26+
| :octicon:`download` `Debian Package <https://github.com/vkbo/novelWriter/releases/download/v2.7.5/novelwriter_2.7.5_all.deb>`__
2727
| :octicon:`light-bulb` :ref:`Install Help <main_install_linux>`
2828
2929
.. grid-item::
@@ -47,7 +47,7 @@ Latest Release
4747
:columns: 7
4848

4949
| **Download**
50-
| :octicon:`download` `Setup Installer <https://github.com/vkbo/novelWriter/releases/download/v2.7.4/novelwriter-2.7.4-amd64-setup.exe>`__\*
50+
| :octicon:`download` `Setup Installer <https://github.com/vkbo/novelWriter/releases/download/v2.7.5/novelwriter-2.7.5-amd64-setup.exe>`__\*
5151
| :octicon:`light-bulb` :ref:`Install Help <main_install_windows>`
5252
5353
.. grid-item::
@@ -71,8 +71,8 @@ Latest Release
7171
:columns: 7
7272

7373
| **Download**
74-
| :octicon:`download` `DMG Image (Intel) <https://github.com/vkbo/novelWriter/releases/download/v2.7.4/novelwriter-2.7.4-x86_64.dmg>`__
75-
| :octicon:`download` `DMG Image (M1) <https://github.com/vkbo/novelWriter/releases/download/v2.7.4/novelwriter-2.7.4-aarch64.dmg>`__
74+
| :octicon:`download` `DMG Image (Intel) <https://github.com/vkbo/novelWriter/releases/download/v2.7.5/novelwriter-2.7.5-x86_64.dmg>`__
75+
| :octicon:`download` `DMG Image (M1) <https://github.com/vkbo/novelWriter/releases/download/v2.7.5/novelwriter-2.7.5-aarch64.dmg>`__
7676
| :octicon:`light-bulb` :ref:`Install Help <main_install_mac>`
7777
7878
.. grid-item::

source/generated/download_release.rst

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
.. _SignPath.io: https://about.signpath.io/
77
.. _SignPath Foundation: https://signpath.org/
88

9-
| **Release Version:** Version 2.7.4
10-
| **Release Date:** July 15, 2025
9+
| **Release Version:** Version 2.7.5
10+
| **Release Date:** September 14, 2025
1111
| **Release Notes:** :ref:`main_release_2_7`
12-
| **Release Feedback:** :octicon:`comment-discussion` `Discussion <https://github.com/vkbo/novelWriter/discussions/2471>`__
13-
| **Release on GitHub:** :octicon:`mark-github` `GitHub <https://github.com/vkbo/novelWriter/releases/tag/v2.7.4>`__
12+
| **Release Feedback:** :octicon:`comment-discussion` `Discussion <https://github.com/vkbo/novelWriter/discussions/2522>`__
13+
| **Release on GitHub:** :octicon:`mark-github` `GitHub <https://github.com/vkbo/novelWriter/releases/tag/v2.7.5>`__
1414
1515

1616
Linux
@@ -43,8 +43,8 @@ Linux
4343
^^^^^^^^^^^^
4444
The AppImage_ should run on any recent Linux distro.
4545

46-
**Download:** :octicon:`download` `novelwriter-2.7.4-x86_64.AppImage <https://github.com/vkbo/novelWriter/releases/download/v2.7.4/novelwriter-2.7.4-x86_64.AppImage>`__ [83.5 MB]
47-
:bdg-link-primary-line:`Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.4/novelwriter-2.7.4-x86_64.AppImage.sha256>`
46+
**Download:** :octicon:`download` `novelwriter-2.7.5-x86_64.AppImage <https://github.com/vkbo/novelWriter/releases/download/v2.7.5/novelwriter-2.7.5-x86_64.AppImage>`__ [83.8 MB]
47+
:bdg-link-primary-line:`Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.5/novelwriter-2.7.5-x86_64.AppImage.sha256>`
4848

4949
.. grid-item-card::
5050
:class-header: nw-sd-os-card-header
@@ -53,8 +53,8 @@ Linux
5353
^^^^^^^^^^^^^^^^^^
5454
The package is built for Debian_, but should also work for Ubuntu_ and `Linux Mint`_.
5555

56-
**Download:** :octicon:`download` `novelwriter_2.7.4_all.deb <https://github.com/vkbo/novelWriter/releases/download/v2.7.4/novelwriter_2.7.4_all.deb>`__ [3.62 MB]
57-
:bdg-link-primary-line:`Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.4/novelwriter_2.7.4_all.deb.sha256>`
56+
**Download:** :octicon:`download` `novelwriter_2.7.5_all.deb <https://github.com/vkbo/novelWriter/releases/download/v2.7.5/novelwriter_2.7.5_all.deb>`__ [3.62 MB]
57+
:bdg-link-primary-line:`Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.5/novelwriter_2.7.5_all.deb.sha256>`
5858

5959

6060
Windows
@@ -87,8 +87,8 @@ Windows
8787
^^^^^^^^^^^^^^^^^^^
8888
This is a standard setup installer for Windows. It is made for Windows 10 or newer.
8989

90-
**Download:** :octicon:`download` `novelwriter-2.7.4-amd64-setup.exe <https://github.com/vkbo/novelWriter/releases/download/v2.7.4/novelwriter-2.7.4-amd64-setup.exe>`__ [78.0 MB]
91-
:bdg-link-primary-line:`Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.4/novelwriter-2.7.4-amd64-setup.exe.sha256>`
90+
**Download:** :octicon:`download` `novelwriter-2.7.5-amd64-setup.exe <https://github.com/vkbo/novelWriter/releases/download/v2.7.5/novelwriter-2.7.5-amd64-setup.exe>`__ [103 MB]
91+
:bdg-link-primary-line:`Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.5/novelwriter-2.7.5-amd64-setup.exe.sha256>`
9292

9393
Free code signing is provided by `SignPath.io`_, certificate by `SignPath Foundation`_.
9494

@@ -124,8 +124,8 @@ MacOS
124124

125125
This is a DMG image for MacOS with x86_64 architecture.
126126

127-
**Download:** :octicon:`download` `novelwriter-2.7.4-x86_64.dmg <https://github.com/vkbo/novelWriter/releases/download/v2.7.4/novelwriter-2.7.4-x86_64.dmg>`__ [104 MB]
128-
:bdg-link-primary-line:`Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.4/novelwriter-2.7.4-x86_64.dmg.sha256>`
127+
**Download:** :octicon:`download` `novelwriter-2.7.5-x86_64.dmg <https://github.com/vkbo/novelWriter/releases/download/v2.7.5/novelwriter-2.7.5-x86_64.dmg>`__ [105 MB]
128+
:bdg-link-primary-line:`Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.5/novelwriter-2.7.5-x86_64.dmg.sha256>`
129129

130130
.. grid-item-card::
131131
:class-header: nw-sd-os-card-header
@@ -135,8 +135,8 @@ MacOS
135135

136136
This is a DMG image for MacOS with aarch64 architecture.
137137

138-
**Download:** :octicon:`download` `novelwriter-2.7.4-aarch64.dmg <https://github.com/vkbo/novelWriter/releases/download/v2.7.4/novelwriter-2.7.4-aarch64.dmg>`__ [98.5 MB]
139-
:bdg-link-primary-line:`Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.4/novelwriter-2.7.4-aarch64.dmg.sha256>`
138+
**Download:** :octicon:`download` `novelwriter-2.7.5-aarch64.dmg <https://github.com/vkbo/novelWriter/releases/download/v2.7.5/novelwriter-2.7.5-aarch64.dmg>`__ [115 MB]
139+
:bdg-link-primary-line:`Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.5/novelwriter-2.7.5-aarch64.dmg.sha256>`
140140

141141

142142
Other Packages
@@ -170,8 +170,8 @@ Other Packages
170170

171171
The Wheel package can be installed with ``pip install <file_path>``.
172172

173-
**Download:** :octicon:`download` `novelwriter-2.7.4-py3-none-any.whl <https://github.com/vkbo/novelWriter/releases/download/v2.7.4/novelwriter-2.7.4-py3-none-any.whl>`__ [5.72 MB]
174-
:bdg-link-primary-line:`Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.4/novelwriter-2.7.4-py3-none-any.whl.sha256>`
173+
**Download:** :octicon:`download` `novelwriter-2.7.5-py3-none-any.whl <https://github.com/vkbo/novelWriter/releases/download/v2.7.5/novelwriter-2.7.5-py3-none-any.whl>`__ [5.72 MB]
174+
:bdg-link-primary-line:`Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.5/novelwriter-2.7.5-py3-none-any.whl.sha256>`
175175

176176
.. grid-item-card::
177177
:class-header: nw-sd-os-card-header
@@ -181,7 +181,7 @@ Other Packages
181181

182182
The source code packages are archived files of the entire source code.
183183

184-
| **Download:** :octicon:`download` `novelWriter-2.7.4.zip <https://api.github.com/repos/vkbo/novelWriter/zipball/v2.7.4>`__
185-
| **Download:** :octicon:`download` `novelWriter-2.7.4.tar.gz <https://api.github.com/repos/vkbo/novelWriter/tarball/v2.7.4>`__
184+
| **Download:** :octicon:`download` `novelWriter-2.7.5.zip <https://api.github.com/repos/vkbo/novelWriter/zipball/v2.7.5>`__
185+
| **Download:** :octicon:`download` `novelWriter-2.7.5.tar.gz <https://api.github.com/repos/vkbo/novelWriter/tarball/v2.7.5>`__
186186
187187
See also the `novelWriter Repository`_.

source/releases/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Latest release is :ref:`main_release_latest`.
4343
- Status
4444
* - :ref:`main_release_2_7`
4545
- 2025-06-01
46-
- 2.7.4
47-
- 2025-07-15
46+
- 2.7.5
47+
- 2025-09-14
4848
- Latest Release: :ref:`Download <main_download>`
4949
* - :ref:`main_release_2_6`
5050
- 2025-01-26

source/releases/release_2_7.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Release 2.7
77

88
| **Release Date:** June 1, 2025
99
| **Patches:** :ref:`2.7.1 <main_release_2_7_1>`, :ref:`2.7.2 <main_release_2_7_2>`, :ref:`2.7.3 <main_release_2_7_3>`,
10-
:ref:`2.7.4 <main_release_2_7_4>`
10+
:ref:`2.7.4 <main_release_2_7_4>`, :ref:`2.7.5 <main_release_2_7_5>`
1111
1212

1313
Release Notes
@@ -182,6 +182,17 @@ This is a patch release that updates the Czech and French translations, and make
182182
icon themes. Additional icon themes are no longer automatically included in all release packages due to license constraints.
183183

184184

185+
.. _main_release_2_7_5:
186+
187+
Patch 2.7.5
188+
-----------
189+
190+
**Release Date:** September 14, 2025
191+
192+
This is a patch release that fixes an issue related to crashes when using the completer menu under certain conditions, and improves
193+
positioning of the input box for CJK languages.
194+
195+
185196
Download Links
186197
==============
187198

@@ -193,6 +204,7 @@ Older Releases
193204

194205
Past release packages are available for download on `GitHub <https://github.com/vkbo/novelWriter/releases>`__.
195206

207+
| :octicon:`mark-github` `Download Release 2.7.4 <https://github.com/vkbo/novelWriter/releases/tag/v2.7.4>`__
196208
| :octicon:`mark-github` `Download Release 2.7.3 <https://github.com/vkbo/novelWriter/releases/tag/v2.7.3>`__
197209
| :octicon:`mark-github` `Download Release 2.7.2 <https://github.com/vkbo/novelWriter/releases/tag/v2.7.2>`__
198210
| :octicon:`mark-github` `Download Release 2.7.1 <https://github.com/vkbo/novelWriter/releases/tag/v2.7.1>`__

0 commit comments

Comments
 (0)