Skip to content

Commit 15826ee

Browse files
🔖 2.1.1
1 parent e98675b commit 15826ee

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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.1.0
4-
next-version: 2.1.0
3+
current-version: 2.1.1
4+
next-version: 2.1.1
55
snapshot-version: 299-SNAPSHOT
66
jitpack:
77
group: com.github.ebullient

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Notes:
5757
2. Install the pre-built release:
5858

5959
```shell
60-
jbang app install --name ttrpg-convert --force --fresh https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.1.0/ttrpg-convert-cli-2.1.0-runner.jar
60+
jbang app install --name ttrpg-convert --force --fresh https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.1.1/ttrpg-convert-cli-2.1.1-runner.jar
6161
```
6262

6363
If you want the latest _unreleased snapshot_ (may not match this doc!):
@@ -82,15 +82,15 @@ Continue to notes about [Conventions](#conventions).
8282

8383
1. Install Java 17: https://adoptium.net/, or with your favorite package manager.
8484

85-
2. Download the latest [ttrpg-convert-cli jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.1.0/ttrpg-convert-cli-2.1.0-runner.jar):
85+
2. Download the latest [ttrpg-convert-cli jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.1.1/ttrpg-convert-cli-2.1.1-runner.jar):
8686

8787
3. Verify the install by running the command:
8888

8989
```shell
90-
java -jar ttrpg-convert-cli-2.1.0-runner.jar --help
90+
java -jar ttrpg-convert-cli-2.1.1-runner.jar --help
9191
```
9292

93-
To run commands listed below, replace `ttrpg-convert` with `java -jar ttrpg-convert-cli-2.1.0-runner.jar`
93+
To run commands listed below, replace `ttrpg-convert` with `java -jar ttrpg-convert-cli-2.1.1-runner.jar`
9494

9595
Continue to notes about [Conventions](#conventions).
9696

@@ -531,7 +531,7 @@ Of particular note are the varied monster templates:
531531
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.
532532
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.
533533
534-
> ***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.1.0.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.
534+
> ***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.1.1.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.
535535
536536
**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.
537537

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.1.1</revision>
3535
<!-- Build -->
3636
<clean-plugin.version>3.3.1</clean-plugin.version>
3737
<compiler-plugin.version>3.11.0</compiler-plugin.version>

0 commit comments

Comments
 (0)