Merge branch 'develop' into alpha

This commit is contained in:
Pieter Vander Vennet 2021-10-10 00:53:22 +02:00
commit 3be0dbd22f
8 changed files with 3754 additions and 3629 deletions

View file

@ -36,6 +36,8 @@ export interface ChangeDescription {
/**
* All changes to tags
* v = "" or v = undefined to erase this tag
*
* Note that this list will only contain the _changes_ to the tags, not the full set of tags
*/
tags?: { k: string, v: string }[],