peter88213/yw2nw

Update to file format 1.5

Closed this issue · 1 comments

Read the file

  • Drop file format 1.4 support.
  • It looks like the NwItemV14 class basically works with the version 1.5 file format. Consider renaming it to NwItemV15.
  • Scene status and character importances now must be looked up. This requires modifying the NwxFile class.

Write the file

  • For the time being, keep writing the v1.3 format.

The test with data converted from version 1.3 to version 1.5 by novelWriter v2.0.2 pass.

There is some potential for refactoring; especially the mapping of v 1.3 XML booleans is quite a hack.
Anyway, I'll leave it for now.