Skip to content

Commit b062c0a

Browse files
committed
Version bump
1 parent a658a09 commit b062c0a

2 files changed

Lines changed: 60 additions & 51 deletions

File tree

release-notes/1.1.22.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Downloads
2+
_Manifest URL_: https://asacolips-artifacts.s3.amazonaws.com/pbta/1.1.21/system.json
3+
4+
## Compatible Foundry Versions
5+
![Foundry v13](https://img.shields.io/badge/Foundry-v13-green) ![Foundry v13](https://img.shields.io/badge/Foundry-v13-orange)
6+
7+
# Changes
8+
- Fixed issue where a Move's Uses were only displayed if the move had a Roll value set.
9+
- Fixed issue where the Limited Sheet ignored the `limited` TOML property.

src/yaml/system.yml

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,52 @@
1-
id: pbta
2-
title: Powered by the Apocalypse
3-
description: Run games for any PbtA system in Foundry VTT!
4-
version: "1.1.21"
5-
compatibility:
6-
minimum: "13"
7-
verified: "13"
8-
maximum: "13"
9-
authors:
10-
- name: Asacolips
11-
- name: Matheus Clemente
12-
discord: mclemente
13-
esmodules:
14-
- module/pbta.js
15-
styles:
16-
- styles/lib/codemirror.css
17-
- styles/lib/codemirror.material-palenight.css
18-
- styles/lib/tagify.css
19-
- styles/dist/pbta.css
20-
scripts:
21-
- scripts/lib/tagify.js
22-
- scripts/lib/codemirror.js
23-
- scripts/lib/codemirror.loadmode.js
24-
- scripts/lib/toml-node.js
25-
packs: []
26-
languages:
27-
- lang: en
28-
name: English
29-
path: lang/en.json
30-
- lang: pt-BR
31-
name: Português (Brasil)
32-
path: lang/pt-br.json
33-
- lang: de
34-
name: Deutsch (German)
35-
path: lang/de.json
36-
- lang: es
37-
name: Español (Spanish)
38-
path: lang/es.json
39-
- lang: fr
40-
name: Français (French)
41-
path: lang/fr.json
42-
grid:
43-
distance: 5
44-
units: ft
45-
socket: true
46-
url: https://github.com/asacolips-projects/pbta
47-
manifest: https://asacolips-artifacts.s3.amazonaws.com/pbta/latest/system.json
48-
download: https://asacolips-artifacts.s3.amazonaws.com/pbta/1.0.0/pbta.zip
49-
changelog: https://github.com/asacolips-projects/pbta/blob/main/CHANGELOG.md
50-
bugs: https://github.com/asacolips-projects/pbta/issues
51-
flags:
1+
id: pbta
2+
title: Powered by the Apocalypse
3+
description: Run games for any PbtA system in Foundry VTT!
4+
version: "1.1.22"
5+
compatibility:
6+
minimum: "13"
7+
verified: "13"
8+
maximum: "13"
9+
authors:
10+
- name: Asacolips
11+
- name: Matheus Clemente
12+
discord: mclemente
13+
esmodules:
14+
- module/pbta.js
15+
styles:
16+
- styles/lib/codemirror.css
17+
- styles/lib/codemirror.material-palenight.css
18+
- styles/lib/tagify.css
19+
- styles/dist/pbta.css
20+
scripts:
21+
- scripts/lib/tagify.js
22+
- scripts/lib/codemirror.js
23+
- scripts/lib/codemirror.loadmode.js
24+
- scripts/lib/toml-node.js
25+
packs: []
26+
languages:
27+
- lang: en
28+
name: English
29+
path: lang/en.json
30+
- lang: pt-BR
31+
name: Português (Brasil)
32+
path: lang/pt-br.json
33+
- lang: de
34+
name: Deutsch (German)
35+
path: lang/de.json
36+
- lang: es
37+
name: Español (Spanish)
38+
path: lang/es.json
39+
- lang: fr
40+
name: Français (French)
41+
path: lang/fr.json
42+
grid:
43+
distance: 5
44+
units: ft
45+
socket: true
46+
url: https://github.com/asacolips-projects/pbta
47+
manifest: https://asacolips-artifacts.s3.amazonaws.com/pbta/latest/system.json
48+
download: https://asacolips-artifacts.s3.amazonaws.com/pbta/1.0.0/pbta.zip
49+
changelog: https://github.com/asacolips-projects/pbta/blob/main/CHANGELOG.md
50+
bugs: https://github.com/asacolips-projects/pbta/issues
51+
flags:
5252
needsMigrationVersion: "1.0.23"

0 commit comments

Comments
 (0)