Skip to content

Commit 897ca6f

Browse files
🔖 2.2.12
1 parent 2f8308e commit 897ca6f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Json 5e convert CLI
22
release:
3-
current-version: 2.2.11
4-
next-version: 2.2.11
3+
current-version: 2.2.12
4+
next-version: 2.2.12
55
snapshot-version: 299-SNAPSHOT
66
build:
77
artifact: ttrpg-convert-cli

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ See the following examples:
381381
3. 🔥 Better support for table rendering has superceded dedicated/hand-tended random name tables. All of the tables are still present, just in different units more directly related to source material.
382382
4. 🔥 **Change to monster template attributes:** Legendary group attributes have been simplified to `name` and `desc`, just like other traits. See the [default monster template](https://github.com/ebullient/ttrpg-convert-cli/blob/0736c3929a6d90fe01860692f487b8523b57e60d/src/main/resources/templates/tools5e/monster2md.txt#L80) for an example.
383383

384-
> ***If you use the Templater plugin***, you can use [a templater script](https://raw.githubusercontent.com/ebullient/ttrpg-convert-cli/main/migration/ttrpg-cli-renameFiles-5e-2.2.11.md) to **rename files in your vault before merging** with freshly generated content. View the contents of the template before running it, and adjust parameters at the top to match your Vault.
384+
> ***If you use the Templater plugin***, you can use [a templater script](https://raw.githubusercontent.com/ebullient/ttrpg-convert-cli/main/migration/ttrpg-cli-renameFiles-5e-2.2.12.md) to **rename files in your vault before merging** with freshly generated content. View the contents of the template before running it, and adjust parameters at the top to match your Vault.
385385
386386
**New template documentation** is available in [docs](https://github.com/ebullient/ttrpg-convert-cli/tree/main/docs). Content is generated from javadoc in the various *.qute packages (for template-accessible fields and methods). It may not be complete.. PRs to improve it are welcome.
387387

docs/usage/alternateRun.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ JBang is a tool designed to simplify Java application execution. By eliminating
2323
2. Install the pre-built release of ttrpg-convert-cli:
2424

2525
```shell
26-
jbang app install --name ttrpg-convert --force --fresh https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.2.11/ttrpg-convert-cli-2.2.11-runner.jar
26+
jbang app install --name ttrpg-convert --force --fresh https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.2.12/ttrpg-convert-cli-2.2.12-runner.jar
2727
```
2828

2929
🚧 If you want the latest [_unreleased snapshot_][]:
@@ -52,13 +52,13 @@ To run the CLI, you will need to have **Java 17** installed on your system.
5252

5353
2. Download the CLI as a jar
5454

55-
- Latest release: [ttrpg-convert-cli-2.2.11-runner.jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.2.11/ttrpg-convert-cli-2.2.11-runner.jar)
55+
- Latest release: [ttrpg-convert-cli-2.2.12-runner.jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.2.12/ttrpg-convert-cli-2.2.12-runner.jar)
5656
- 🚧 [_unreleased snapshot_][]: [ttrpg-convert-cli-299-SNAPSHOT-runner.jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/299-SNAPSHOT/ttrpg-convert-cli-299-SNAPSHOT-runner.jar)
5757

5858
3. Verify the install by running the command:
5959

6060
```shell
61-
java -jar ttrpg-convert-cli-2.2.11-runner.jar --help
61+
java -jar ttrpg-convert-cli-2.2.12-runner.jar --help
6262
```
6363

6464
🚧 If you are using the [_unreleased snapshot_][], use the following command:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<url>https://github.com/ebullient/ttrpg-convert-cli/issues</url>
3232
</issueManagement>
3333
<properties>
34-
<revision>299-SNAPSHOT</revision>
34+
<revision>2.2.12</revision>
3535
<!-- Build -->
3636
<clean-plugin.version>3.3.2</clean-plugin.version>
3737
<compiler-plugin.version>3.11.0</compiler-plugin.version>

0 commit comments

Comments
 (0)