Skip to content

Releases: garybentley/quollwriter

Version 2.6.4

19 Oct 00:26
Compare
Choose a tag to compare

Fixes a number of issues relating to the deletion by the user of the legacy asset object types.

Version 2.6.2

27 May 13:17
Compare
Choose a tag to compare

Bug fixes:

  • Removing legacy fields from assets no longer throws an NPE.

  • Removing a tag that is in use by a project no longer prevents the project from loading.

  • The name of an object is now url encoded when used in the objectname protocol.

  • The Asset section for Options is now displayed in the Landing.

Version 2.6.1

25 May 13:56
Compare
Choose a tag to compare

A bug fix release and updates the branding for QW.

Version 2.6

11 May 22:51
Compare
Choose a tag to compare

It's finally here. Version 2.6 brings:

  • Support for user customizable fields.

  • Allows the creation of new types of assets by the user.

  • Configuration of existing asset types via the use of user customizable fields.

  • Support for hiding/moving sections in the project sidebar.

  • An overhauled form generation and layout mechanism.

  • Support for tagging of objects and displaying them in their own section in the sidebar.

Version 2.5.9

30 Nov 02:17
Compare
Choose a tag to compare

Changes the way that assets are edited again, this time to add the ability to select whether assets are edited in the tab or in a popup. If they are edited in the tab then the appears in chapters section will disappear for the duration of the edit.

Version 2.5.7

14 Nov 14:17
Compare
Choose a tag to compare

Fixes a potential performance issue when calculating the A4 page count for a chapter.

Version 2.5.6

13 Nov 11:13
Compare
Choose a tag to compare

Fixes an issue preventing upgrading to future versions.

Version 2.5.5

11 Nov 11:02
Compare
Choose a tag to compare

The way that background work is performed has been changed from using java.util.Timer to java.util.concurrent.ScheduledThreadPoolExecutor. See: 8439d61 for full details.

Version 2.5.4

11 Nov 01:19
Compare
Choose a tag to compare

The way that assets are edited has changed, they are now edited the same way as when adding the asset.

A new way to interact with the problem finder has been added, you can now find all problems of a certain type and display them in a sidebar.

A new problem finder rule has been added to find double words/punctuation.

You can now mark an editor comment on your project as "Dealt with" for easier management and tracking.

The docx4j version has been updated to 3.3.1.

A few bug fixes.

Version 2.5.3

16 Aug 11:21
Compare
Choose a tag to compare

A new way to handle updates has been added, see commit: 7a9fc27 for full details.

Also a couple of fixes to the File/Project import have been made.