Skip to content

Commit

Permalink
version 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devowit committed Feb 9, 2021
1 parent 692992a commit afda306
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
T2WML Standalone Server App History
===================================

Changes in version 2.7.0:
------------------------
* t2wml-api version 0.2.1
* upload to datamart button behavior has changed. it is currently in BETA mode. It will only work with a locally run version of datamart, running on branch itay/t2wml-shortcut. you must change the datamart endpoint in global settings to point to the local version.
* right-click menu added to file tree.
* data, annotation, and yaml files can be
- renamed (includes support for moving around project internal directories, ie annotations/filename.json will locate it in annotations sub-directory)
- removed from project (without deleting),
- deleted,
- opened in filesystem.
* sheets have:
- add annotation/yaml (empty, will overwrite existing files if selected)
- open existing annotation/yaml (will add to the specified sheet, including copying into project if not in project yet)
* missing properties/items are auto-generated during annotations and added to an autogenerated entity file in the project
* project/entities menu option added. opens an entity window which lists all custom entities (properties/items) in the project (whether auto-generated or uploaded from the add entities button). Entities can be edited from this window (project must be reloaded to show changes)
* added support for tags on properties (via entity file or via entity window)
* use all wikifier files instead of last-added one
* add triangle for errors with float display of errors, better-formatted
* many tweaks/changes to annotation mode (non-comprehensive list):
- multi-select no longer supported
- better crash resolution- a selection overlapping existing selections will be ignored
- bug fix crash on empty cell select
- a long list of minor bug fixes or usability tweaks
- editable range selection in pop-up
- disable annotation toggle on yaml files


Changes in version 2.6.1:
-----------------------
* major bug fix: the race condition that sometimes broke opening or creating projects
Expand Down

0 comments on commit afda306

Please sign in to comment.