Updated changelog with PR #311
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
* The HTML converter, used for the document view window as well as the Build Novel Project tool, would crash novelWriter if a file included an `@tag:` entry with no actual tag name following it. In addition to fixing this issue, the call to the converter is now also wrapped in a `try/except` construct to prevent crashes caused by potential edge cases in document content. If the rendering fails, the view window will show an error message instead of the intended document. Issue #298, PR #299.
|
||||
* Clipping of the descended part of fonts in the document title bar has been fixed. Issue #295, PR #300.
|
||||
* When clicking a tag in the editor while the viewer was closed, nothing would happen. Now, the viewer is first opened before navigating to the source of the reference tag. Issue #294, PR #306.
|
||||
* The missing optional rendering of synopsis comments in the document view panel has been added. Mentioned in Issue #301, PR #311.
|
||||
|
||||
**User Interface**
|
||||
|
||||
@@ -17,6 +18,7 @@
|
||||
* The total edit time of a project is no displayed on the Details tab of the Project Settings dialog. PR #290.
|
||||
* The title bar in the document editor now has a full screen button and a close button, and in the document viewer a reload button and a close button. The full screen button toggles the distraction free mode, and the reload button regenerates the document being viewed to update any changes that may have been made to it. PRs #293, #300, #303 and #306.
|
||||
* The References panel below the document viewer has been redesigned. It now sits in a resizeable panel below the document, and its controls sit in a footer bar in the document itself. The functionality of the feature is otherwise unchanged, but the buttons have received new icons. PRs #304 and #306.
|
||||
* The option to render comments and synopsis in the document view panel has been added to Preferences. The toggle option for comments that was previously in the menu has been removed. PR #311.
|
||||
|
||||
**Project Structure**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user