|
1 | 1 | # novelWriter Changelog |
2 | 2 |
|
| 3 | +## Version 1.3.3 [2021-06-13] |
| 4 | + |
| 5 | +### Release Notes |
| 6 | + |
| 7 | +This patch release fixes a potential file encoding issue when running setup on Windows, and a minor |
| 8 | +issue with the project word count not being updated immediately when a file is deleted. In |
| 9 | +addition, the keyboard shortcuts to change focus between the project tree, the editor, the viewer, |
| 10 | +and the outline panel, have been changed for Windows users. They keyboard shortcuts were |
| 11 | +interfering with the Alt codes used for special characters. The shortcuts are unchanged for Linux |
| 12 | +and macOS. |
| 13 | + |
| 14 | +### Detailed Changelog |
| 15 | + |
| 16 | +**Bugfixes** |
| 17 | + |
| 18 | +* Fix an issue with file encoding when extracting version information from the source code during |
| 19 | + setup on Windows. This seems to be a limited issue, but the changes make the relevant function |
| 20 | + more fault tolerant. Issue #805. PR #807. |
| 21 | +* The project word count on the status bar was not always updated when a file was permanently |
| 22 | + deleted from the project. This has now been resolved. Issue #799. PR #810. |
| 23 | +* The keyboard shortcuts to change focus will on Windows interfere with the alt key codes as the |
| 24 | + focus shortcuts used `Alt+` to `Alt+4`. On Windows, these are now instead `Ctrl+Alt+1` to |
| 25 | + `Ctrl+Alt+4`. Part of issue #740. PR #808. |
| 26 | + |
| 27 | +**Source Code** |
| 28 | + |
| 29 | +* Remove a redundant line in the source code. PR #802. |
| 30 | +* Make the XML parse for project items a little less panicky when encountering unexpected XML tags. |
| 31 | + Generally, this shouldn't be a problem, but the XML parser should silently ignore unexpected tags |
| 32 | + when parsing the project file. This may occur if a project is opened in an earlier version of |
| 33 | + novelWriter. If so, a warning is issued anyway, so it is safe to disregard unrecognised tags as |
| 34 | + the user has already actively selected to proceed and been sufficiently warned. PR #809. |
| 35 | + |
| 36 | +---- |
| 37 | + |
3 | 38 | ## Version 1.3.2 [2021-05-30] |
4 | 39 |
|
5 | 40 | ### Release Notes |
|
0 commit comments