Skip to content

Commit 3f2711e

Browse files
committed
Release 2.7.3
1 parent c1fefd7 commit 3f2711e

File tree

6 files changed

+61
-48
lines changed

6 files changed

+61
-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.2",
3+
"version": "2.7.3",
44
"major": 2,
55
"minor": 7,
6-
"patch": 2,
6+
"patch": 3,
77
"info": {
8-
"name": "Version 2.7.2",
9-
"date": "2025-06-24T15:01:11Z",
10-
"url": "https://github.com/vkbo/novelWriter/releases/tag/v2.7.2",
8+
"name": "Version 2.7.3",
9+
"date": "2025-07-07T15:46:37Z",
10+
"url": "https://github.com/vkbo/novelWriter/releases/tag/v2.7.3",
1111
"assets": {
12-
"appimage": "https://github.com/vkbo/novelWriter/releases/download/v2.7.2/novelwriter-2.7.2-x86_64.AppImage",
13-
"debian": "https://github.com/vkbo/novelWriter/releases/download/v2.7.2/novelwriter_2.7.2_all.deb",
14-
"winexe": "https://github.com/vkbo/novelWriter/releases/download/v2.7.2/novelwriter-2.7.2-amd64-setup.exe",
15-
"macx86": "https://github.com/vkbo/novelWriter/releases/download/v2.7.2/novelwriter-2.7.2-x86_64.dmg",
16-
"macarm": "https://github.com/vkbo/novelWriter/releases/download/v2.7.2/novelwriter-2.7.2-aarch64.dmg",
17-
"zipball": "https://api.github.com/repos/vkbo/novelWriter/zipball/v2.7.2",
18-
"tarball": "https://api.github.com/repos/vkbo/novelWriter/tarball/v2.7.2"
12+
"appimage": "https://github.com/vkbo/novelWriter/releases/download/v2.7.3/novelwriter-2.7.3-x86_64.AppImage",
13+
"debian": "https://github.com/vkbo/novelWriter/releases/download/v2.7.3/novelwriter_2.7.3_all.deb",
14+
"winexe": "https://github.com/vkbo/novelWriter/releases/download/v2.7.3/novelwriter-2.7.3-amd64-setup.exe",
15+
"macx86": "https://github.com/vkbo/novelWriter/releases/download/v2.7.3/novelwriter-2.7.3-x86_64.dmg",
16+
"macarm": "https://github.com/vkbo/novelWriter/releases/download/v2.7.3/novelwriter-2.7.3-aarch64.dmg",
17+
"zipball": "https://api.github.com/repos/vkbo/novelWriter/zipball/v2.7.3",
18+
"tarball": "https://api.github.com/repos/vkbo/novelWriter/tarball/v2.7.3"
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.2/novelwriter-2.7.2-x86_64.AppImage.sha256>`__
7-
* **Debian Package:** :octicon:`download` `Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.2/novelwriter_2.7.2_all.deb.sha256>`__
8-
* **Windows Installer:** :octicon:`download` `Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.2/novelwriter-2.7.2-amd64-setup.exe.sha256>`__
9-
* **MacOS DMG Image (Intel):** :octicon:`download` `Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.2/novelwriter-2.7.2-x86_64.dmg.sha256>`__
10-
* **MacOS DMG Image (M1):** :octicon:`download` `Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.2/novelwriter-2.7.2-aarch64.dmg.sha256>`__
6+
* **Linux AppImage:** :octicon:`download` `Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.3/novelwriter-2.7.3-x86_64.AppImage.sha256>`__
7+
* **Debian Package:** :octicon:`download` `Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.3/novelwriter_2.7.3_all.deb.sha256>`__
8+
* **Windows Installer:** :octicon:`download` `Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.3/novelwriter-2.7.3-amd64-setup.exe.sha256>`__
9+
* **MacOS DMG Image (Intel):** :octicon:`download` `Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.3/novelwriter-2.7.3-x86_64.dmg.sha256>`__
10+
* **MacOS DMG Image (M1):** :octicon:`download` `Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.3/novelwriter-2.7.3-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.2-x86_64.AppImage.sha256
24-
shasum -c novelwriter_2.7.2_all.deb.sha256
23+
shasum -c novelwriter-2.7.3-x86_64.AppImage.sha256
24+
shasum -c novelwriter_2.7.3_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.2-amd64-setup.exe | Format-List
33+
Get-FileHash -Algorithm SHA256 novelwriter-2.7.3-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.2-x86_64.dmg.sha256
42+
shasum -c novelwriter-2.7.3-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.2** -- Released on June 24, 2025 -- Read the :ref:`Release Notes <main_release_2_7>`
4+
**Version 2.7.3** -- Released on July 7, 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.2/novelwriter-2.7.2-x86_64.AppImage>`__
26-
| :octicon:`download` `Debian Package <https://github.com/vkbo/novelWriter/releases/download/v2.7.2/novelwriter_2.7.2_all.deb>`__
25+
| :octicon:`download` `AppImage <https://github.com/vkbo/novelWriter/releases/download/v2.7.3/novelwriter-2.7.3-x86_64.AppImage>`__
26+
| :octicon:`download` `Debian Package <https://github.com/vkbo/novelWriter/releases/download/v2.7.3/novelwriter_2.7.3_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.2/novelwriter-2.7.2-amd64-setup.exe>`__\*
50+
| :octicon:`download` `Setup Installer <https://github.com/vkbo/novelWriter/releases/download/v2.7.3/novelwriter-2.7.3-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.2/novelwriter-2.7.2-x86_64.dmg>`__
75-
| :octicon:`download` `DMG Image (M1) <https://github.com/vkbo/novelWriter/releases/download/v2.7.2/novelwriter-2.7.2-aarch64.dmg>`__
74+
| :octicon:`download` `DMG Image (Intel) <https://github.com/vkbo/novelWriter/releases/download/v2.7.3/novelwriter-2.7.3-x86_64.dmg>`__
75+
| :octicon:`download` `DMG Image (M1) <https://github.com/vkbo/novelWriter/releases/download/v2.7.3/novelwriter-2.7.3-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.2
10-
| **Release Date:** June 24, 2025
9+
| **Release Version:** Version 2.7.3
10+
| **Release Date:** July 7, 2025
1111
| **Release Notes:** :ref:`main_release_2_7`
12-
| **Release Feedback:** :octicon:`comment-discussion` `Discussion <https://github.com/vkbo/novelWriter/discussions/2431>`__
13-
| **Release on GitHub:** :octicon:`mark-github` `GitHub <https://github.com/vkbo/novelWriter/releases/tag/v2.7.2>`__
12+
| **Release Feedback:** :octicon:`comment-discussion` `Discussion <https://github.com/vkbo/novelWriter/discussions/2459>`__
13+
| **Release on GitHub:** :octicon:`mark-github` `GitHub <https://github.com/vkbo/novelWriter/releases/tag/v2.7.3>`__
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.2-x86_64.AppImage <https://github.com/vkbo/novelWriter/releases/download/v2.7.2/novelwriter-2.7.2-x86_64.AppImage>`__ [90.4 MB]
47-
:bdg-link-primary-line:`Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.2/novelwriter-2.7.2-x86_64.AppImage.sha256>`
46+
**Download:** :octicon:`download` `novelwriter-2.7.3-x86_64.AppImage <https://github.com/vkbo/novelWriter/releases/download/v2.7.3/novelwriter-2.7.3-x86_64.AppImage>`__ [83.5 MB]
47+
:bdg-link-primary-line:`Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.3/novelwriter-2.7.3-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.2_all.deb <https://github.com/vkbo/novelWriter/releases/download/v2.7.2/novelwriter_2.7.2_all.deb>`__ [3.63 MB]
57-
:bdg-link-primary-line:`Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.2/novelwriter_2.7.2_all.deb.sha256>`
56+
**Download:** :octicon:`download` `novelwriter_2.7.3_all.deb <https://github.com/vkbo/novelWriter/releases/download/v2.7.3/novelwriter_2.7.3_all.deb>`__ [3.63 MB]
57+
:bdg-link-primary-line:`Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.3/novelwriter_2.7.3_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.2-amd64-setup.exe <https://github.com/vkbo/novelWriter/releases/download/v2.7.2/novelwriter-2.7.2-amd64-setup.exe>`__ [78.0 MB]
91-
:bdg-link-primary-line:`Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.2/novelwriter-2.7.2-amd64-setup.exe.sha256>`
90+
**Download:** :octicon:`download` `novelwriter-2.7.3-amd64-setup.exe <https://github.com/vkbo/novelWriter/releases/download/v2.7.3/novelwriter-2.7.3-amd64-setup.exe>`__ [78.0 MB]
91+
:bdg-link-primary-line:`Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.3/novelwriter-2.7.3-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.2-x86_64.dmg <https://github.com/vkbo/novelWriter/releases/download/v2.7.2/novelwriter-2.7.2-x86_64.dmg>`__ [120 MB]
128-
:bdg-link-primary-line:`Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.2/novelwriter-2.7.2-x86_64.dmg.sha256>`
127+
**Download:** :octicon:`download` `novelwriter-2.7.3-x86_64.dmg <https://github.com/vkbo/novelWriter/releases/download/v2.7.3/novelwriter-2.7.3-x86_64.dmg>`__ [104 MB]
128+
:bdg-link-primary-line:`Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.3/novelwriter-2.7.3-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.2-aarch64.dmg <https://github.com/vkbo/novelWriter/releases/download/v2.7.2/novelwriter-2.7.2-aarch64.dmg>`__ [97.8 MB]
139-
:bdg-link-primary-line:`Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.2/novelwriter-2.7.2-aarch64.dmg.sha256>`
138+
**Download:** :octicon:`download` `novelwriter-2.7.3-aarch64.dmg <https://github.com/vkbo/novelWriter/releases/download/v2.7.3/novelwriter-2.7.3-aarch64.dmg>`__ [98.5 MB]
139+
:bdg-link-primary-line:`Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.3/novelwriter-2.7.3-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.2-py3-none-any.whl <https://github.com/vkbo/novelWriter/releases/download/v2.7.2/novelwriter-2.7.2-py3-none-any.whl>`__ [5.73 MB]
174-
:bdg-link-primary-line:`Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.2/novelwriter-2.7.2-py3-none-any.whl.sha256>`
173+
**Download:** :octicon:`download` `novelwriter-2.7.3-py3-none-any.whl <https://github.com/vkbo/novelWriter/releases/download/v2.7.3/novelwriter-2.7.3-py3-none-any.whl>`__ [5.74 MB]
174+
:bdg-link-primary-line:`Checksum File <https://github.com/vkbo/novelWriter/releases/download/v2.7.3/novelwriter-2.7.3-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.2.zip <https://api.github.com/repos/vkbo/novelWriter/zipball/v2.7.2>`__
185-
| **Download:** :octicon:`download` `novelWriter-2.7.2.tar.gz <https://api.github.com/repos/vkbo/novelWriter/tarball/v2.7.2>`__
184+
| **Download:** :octicon:`download` `novelWriter-2.7.3.zip <https://api.github.com/repos/vkbo/novelWriter/zipball/v2.7.3>`__
185+
| **Download:** :octicon:`download` `novelWriter-2.7.3.tar.gz <https://api.github.com/repos/vkbo/novelWriter/tarball/v2.7.3>`__
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.2
47-
- 2025-06-24
46+
- 2.7.3
47+
- 2025-07-07
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: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Release 2.7
66
***********
77

88
| **Release Date:** June 1, 2025
9-
| **Patches:** :ref:`2.7.1 <main_release_2_7_1>`, :ref:`2.7.2 <main_release_2_7_2>`
9+
| **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>`
1010
1111

1212
Release Notes
@@ -158,6 +158,18 @@ This is a patch release that fixes several issues related to DocX and PDF manusc
158158
and indentation is processed, and fixes some issues with displaying tags for novel documents on the user interface.
159159

160160

161+
.. _main_release_2_7_3:
162+
163+
Patch 2.7.3
164+
-----------
165+
166+
**Release Date:** July 7, 2025
167+
168+
This is a patch release that fixes a bug in, and makes a few improvement to, Preferences. The bug is related to a crash when using
169+
the ``%`` symbol in text field settings, and the improvements should make it easier to use the special dialogue highlighting
170+
settings.
171+
172+
161173
Download Links
162174
==============
163175

@@ -169,6 +181,7 @@ Older Releases
169181

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

184+
| :octicon:`mark-github` `Download Release 2.7.2 <https://github.com/vkbo/novelWriter/releases/tag/v2.7.2>`__
172185
| :octicon:`mark-github` `Download Release 2.7.1 <https://github.com/vkbo/novelWriter/releases/tag/v2.7.1>`__
173186
| :octicon:`mark-github` `Download Release 2.7 <https://github.com/vkbo/novelWriter/releases/tag/v2.7>`__
174187
| :octicon:`mark-github` `Download Release 2.7 RC 1 <https://github.com/vkbo/novelWriter/releases/tag/v2.7rc1>`__

0 commit comments

Comments
 (0)