Skip to content

Commit 6ad6dfa

Browse files
rootroot
authored andcommitted
chore: release v0.0.2
Reordered some menues in VIS editor Extended documentation Improved animation system Multiple Bugfixes
1 parent 34a0a20 commit 6ad6dfa

17 files changed

+140
-1607
lines changed

.github/workflows/publish-docs.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,9 @@ jobs:
4141
if [ "$TAG_NAME" = $(git describe --tags --abbrev=0) ]; then
4242
echo "::set-output name=is_latest::true"
4343
fi
44-
if [ -z $TAG_NAME ]; then
45-
TAG_NAME=dev
46-
fi
4744
echo "::set-output name=tag_name::${TAG_NAME}"
4845
echo "::set-output name=deploy_tag_name::doc-${TAG_NAME}"
46+
sed -i "s/___VERSION___/$TAG_NAME/g" doc/index.adoc
4947
5048
# Build HTML Asciidoc
5149
- name: Build Asciidoc
@@ -74,6 +72,11 @@ jobs:
7472
if: ${{ steps.prepare_tag.outputs.is_latest}}
7573
run: |
7674
echo "tag is latest. need to update latest-symlink in gh-pages branch"
75+
git checkout gh-pages
76+
ln -f -s ${{ steps.prepare_tag.outputs.deploy_tag_name }} latest
77+
git add latest
78+
git commit -m "updated latest symlink to refer to ${{ steps.prepare_tag.outputs.deploy_tag_name }}"
79+
git push gh-pages origin
7780
7881
7982

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Placeholder for the next version (add instead of version-number-headline below):
44
## __WORK IN PROGRESS__
55
-->
6+
## 0.0.2 (2021-02-02)
7+
* Reordered some menues in VIS editor
8+
* Extended documentation
9+
* Improved animation system
10+
* Multiple Bugfixes
11+
612
## 0.0.1 (2021-02-01)
713
* Initial (beta) release
814
* Created documentation

admin/words.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,18 @@ systemDictionary = {
386386
"pl": "monitorowany stan",
387387
"zh-cn": "监视状态"
388388
},
389+
"monitored_state_max_value": {
390+
"en": "state max value",
391+
"de": "Zustand max Wert",
392+
"ru": "указать максимальное значение",
393+
"pt": "valor máximo do estado",
394+
"nl": "max. waarde aangeven",
395+
"fr": "état valeur max",
396+
"it": "indicare il valore massimo",
397+
"es": "estado valor máximo",
398+
"pl": "wartość maksymalna stanu",
399+
"zh-cn": "状态最大值"
400+
},
389401
"monitorstate": {
390402
"en": "monitor state",
391403
"de": "Status überwachen",

doc/compiled_index.html

Lines changed: 0 additions & 792 deletions
This file was deleted.

doc/index.html

Lines changed: 0 additions & 796 deletions
This file was deleted.
3.64 KB
Loading
12.3 KB
Loading
7.81 KB
Loading
10.9 KB
Loading
11.3 KB
Loading

0 commit comments

Comments
 (0)