Skip to content

Commit 39898aa

Browse files
🔖 2.2.6
1 parent 4b6a176 commit 39898aa

File tree

5 files changed

+8
-7
lines changed

5 files changed

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ Of particular note are the varied monster templates:
323323
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.
324324
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.
325325

326-
> ***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.5.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.
326+
> ***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.6.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.
327327
328328
**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.
329329

docs/sourceMap.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ _Support content creators. Only use or include sources that you own._
6666
| JttRC | Journeys through the Radiant Citadel |
6767
| KKW | Krenko's Way |
6868
| KftGV | Keys from the Golden Vault |
69+
| LK | Lightning Keep |
6970
| LLK | Lost Laboratory of Kwalish |
7071
| LMoP | Lost Mine of Phandelver |
7172
| LR | Locathah Rising |

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.5/ttrpg-convert-cli-2.2.5-runner.jar
26+
jbang app install --name ttrpg-convert --force --fresh https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.2.6/ttrpg-convert-cli-2.2.6-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.5-runner.jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.2.5/ttrpg-convert-cli-2.2.5-runner.jar)
55+
- Latest release: [ttrpg-convert-cli-2.2.6-runner.jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.2.6/ttrpg-convert-cli-2.2.6-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.5-runner.jar --help
61+
java -jar ttrpg-convert-cli-2.2.6-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.6</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)