Skip to content

2.3

Compare
Choose a tag to compare
@brambg brambg released this 16 Sep 10:59
· 125 commits to master since this release
Bugfixes:
  • It is now possible, when a view other than the default view is active, to commit new and changed view definitions, and new tagml source files.
    Committing changes to tagml source files of existing documents is still only possible when the default view is active.
  • Running alexandria init in your home directory is not allowed and will fail with an error message.
  • alexandria status will now only search one level deep in watched directories for files/directories that may be added.
  • When committing a view definition which is valid json, but does not contain at least one of the required fields includeLayers, excludeLayers, includeMarkup, excludeMarkup, alexandria would silently accept this, producing an invalid view.
    This has been fixed: committing this view definition will not fail with an error message.