Lukas Obermann
d3926aff86
build(release): 1.5.1-alpha.1
v1.5.1-alpha.1
2022-02-21 09:36:44 +01:00
Lukas Obermann
80fdffb373
fix(maptool): no export possible without an avatar
...
Fixes #1348
2022-02-21 09:36:25 +01:00
Lukas Obermann
92bfcb96b0
build(ide): disable output scanning for release tasks
2022-02-18 11:50:28 +01:00
Lukas Obermann
afd32c9827
build(release): 1.5.1-alpha.0
v1.5.1-alpha.0
2022-02-18 11:48:57 +01:00
Lukas Obermann
3f87dca910
fix: add missing Italian translations for MapTool export
...
Fixes #1350
2022-02-18 11:16:14 +01:00
Lukas Obermann
2c9332c37f
fix: markdown parser ignores strikethrough
...
The GFM plugin was missing.
Fixes #1349
2022-02-18 11:06:44 +01:00
Lukas Obermann and Lector
9e9a1139d3
fix(maptool): format change for 1.11.4
...
Since MapTool v1.11.14 a sizeMap needs to be included, otherwise the import does
not work. Maybe the format changed happend earlier.
Co-authored-by: Lector <dragonsfire@gmx.de >
2022-02-10 18:47:31 +01:00
Lukas Obermann
c5d2b0a7a4
docs(changelog): add French changelog for 1.5.0
2022-02-09 12:51:33 +01:00
Lukas Obermann
f1e16d5c39
docs(changelog): remove unreleased feature
...
(cherry picked from commit 449f8c7bb2 )
2022-02-09 12:10:05 +01:00
Lukas Obermann
5b7f223211
build(release): 1.5.0
2022-02-09 11:33:17 +01:00
Lukas Obermann
5bb9c8ca7b
docs(changelog): add Italian changelog translation for 1.5.0
2022-02-07 22:42:36 +01:00
Lukas Obermann
ef84a38cf6
docs(changelog): add French, Italian and Dutch changelogs for 1.5.0 in English
2022-02-07 10:36:48 +01:00
Lukas Obermann
d2eca82ea5
fix: add more action types that should be ignored for undo history
2022-02-06 22:31:13 +01:00
Lukas Obermann
854995cb3b
docs(changelog): add German changelog for 1.5.0
2022-02-06 20:18:46 +01:00
Lukas Obermann
659ab5f8db
docs(changelog): remove unnecessary issue prefixes
2022-02-06 18:39:37 +01:00
Lukas Obermann
8777b9a0cd
docs(changelog): add Portuguese changelog for initial release
2022-02-06 18:39:14 +01:00
Lukas Obermann
27cbd7abd7
docs(changelog): add English changelog for 1.5.0
2022-02-06 18:38:50 +01:00
Lukas Obermann
e4672041db
docs(issues): fix more bug report issue form ids
2022-02-06 16:18:02 +01:00
Lukas Obermann
fc8c837008
docs(issues): fix bug report issue form ids
2022-02-06 16:17:14 +01:00
Lukas Obermann
a3c269dd35
docs(issues): use issue form for bug reports
2022-02-06 16:15:35 +01:00
Lukas Obermann
8753a4656e
build(release): 1.5.0-alpha.9
v1.5.0-alpha.9
2022-02-06 12:51:39 +01:00
Lukas Obermann
bdb3eb7804
fix: typo in German name of Tradition (Illusionist)
...
Fixes #1239
2022-02-05 23:55:44 +01:00
Lukas Obermann
c0dbb3fbcb
refactor: use native array in inactive spells list
2022-02-05 17:01:31 +01:00
Lukas Obermann
06eac93221
fix: active animist powers occurred multiple times in addition list
...
The issue apparently only applied to animist powers, no other spellworks.
Fixes #794
2022-02-05 16:52:02 +01:00
Lukas Obermann
d2d3445928
docs(changelog): add explicit MapTool export notice
2022-02-04 23:46:58 +01:00
Lukas Obermann
c0d799c057
ci: hide upload progress logging for deployment
2022-02-04 20:35:02 +01:00
Lukas Obermann
b1942216e5
build(release): 1.5.0-alpha.8
v1.5.0-alpha.8
2022-02-04 20:17:20 +01:00
Lukas Obermann
1e21b6bcd4
refactor: remove unused action type
2022-02-04 17:51:28 +01:00
Lukas Obermann
8b18b26361
feat(logs): add small logging utility function
2022-02-04 17:35:09 +01:00
Lukas Obermann
923b7605fe
fix: saving a hero clears the undo history of multiple characters
...
The current hero identifier was not cleared if leaving a hero view, which lead
to the action clearing the history of both the hero that actually should be
saved as well as the most recently opened character in this session.
Fixes #811
2022-02-04 17:34:14 +01:00
Lukas Obermann
589338fe74
refactor(datatypes): move predicate properties to prototype
...
This prevents them from showing up in console logs, which makes them less
cluttered.
2022-02-04 17:28:22 +01:00
Lukas Obermann
5f1e1f8148
style: disable redeclaration ESLint rule for the entire file
2022-02-04 17:10:06 +01:00
Lukas Obermann
1f090605a4
fix(prerelease): cult of Levtan not registered as blessed tradition
2022-02-04 16:21:28 +01:00
Lukas Obermann
e558c1d80d
fix: spells converted by Imitationszauberei cannot use spell enhancements
...
Fixes #828
2022-02-04 15:37:09 +01:00
Lukas Obermann
232795d129
fix(datatypes): find might return an existing value that is undefined
2022-02-04 13:49:52 +01:00
Lukas Obermann
a49048d468
build(ide): use node debugger preview in VSCode
2022-02-04 13:25:46 +01:00
Lukas Obermann
1ce2db9cfb
fix: attribute minimum must include combat techniques
...
The allowed maximum of combat techniques depends on the value of its highest
primary attribute. The reverse dependency - the then-required minimum - was not
applied.
Fixes #836
2022-02-04 00:03:14 +01:00
Lukas Obermann
7e31136083
fix: wrong combat type of special ability Blattschuss
...
Fixes #1331
2022-02-03 21:09:26 +01:00
Lukas Obermann
4c9a1f9bc5
build(ide): add css build task
2022-02-03 18:05:10 +01:00
Lukas Obermann
2a62e4231d
ci: switch to ssh2-sftp-client for deployment
...
This fixes the unfixed vulnerability in qusly-core.
2022-02-03 15:39:50 +01:00
Lukas Obermann
41ee35ba76
fix: widened rows in seconds column of skills table on character sheet
...
Fixes #1342
2022-02-03 14:42:36 +01:00
Lukas Obermann
cad0f26042
build(deps): upgrade electron to 17
2022-02-03 13:46:55 +01:00
Lukas Obermann
7a9da8f65e
docs(changelog): remove unnecessary issue prefix
2022-02-03 13:33:18 +01:00
Lukas Obermann
e36099d812
build(ide): add git push --follow-tags for use after release creation
2022-02-03 13:26:56 +01:00
Lukas Obermann
8e66f9b83a
build(release): 1.5.0-alpha.7
v1.5.0-alpha.7
2022-02-03 13:18:35 +01:00
Lukas Obermann
f1024868ff
build(ide): add tasks for creating release commits
2022-02-03 13:18:16 +01:00
Lukas Obermann
a24ff8082a
fix: auto-updater not working in AppImage
...
Fixes #753
2022-02-03 13:15:04 +01:00
Lukas Obermann
1ed0c64b0d
fix: scripts do not require an active matching language
...
Fixes #1344
2022-02-03 12:02:41 +01:00
Lukas Obermann
83b534d3f9
fix: cannot activate special ability Weg der Schreiberin
...
Fixes #1233
2022-02-03 11:41:06 +01:00
Lukas Obermann
4dabbdbcd2
fix: requiring one matching languages and script requires all of them
...
Fixes #1343
2022-02-03 11:40:07 +01:00