Skip to content

Commit

Permalink
🔖 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 26, 2023
1 parent 2610383 commit 5f2406e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Json 5e convert CLI
release:
current-version: 2.2.0
next-version: 2.2.0
current-version: 2.2.1
next-version: 2.2.1
snapshot-version: 299-SNAPSHOT
jitpack:
group: com.github.ebullient
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Notes:
2. Install the pre-built release:

```shell
jbang app install --name ttrpg-convert --force --fresh https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.2.0/ttrpg-convert-cli-2.2.0-runner.jar
jbang app install --name ttrpg-convert --force --fresh https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.2.1/ttrpg-convert-cli-2.2.1-runner.jar
```

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

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

2. Download the latest [ttrpg-convert-cli jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.2.0/ttrpg-convert-cli-2.2.0-runner.jar):
2. Download the latest [ttrpg-convert-cli jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.2.1/ttrpg-convert-cli-2.2.1-runner.jar):

3. Verify the install by running the command:

```shell
java -jar ttrpg-convert-cli-2.2.0-runner.jar --help
java -jar ttrpg-convert-cli-2.2.1-runner.jar --help
```

To run commands listed below, replace `ttrpg-convert` with `java -jar ttrpg-convert-cli-2.2.0-runner.jar`
To run commands listed below, replace `ttrpg-convert` with `java -jar ttrpg-convert-cli-2.2.1-runner.jar`

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

Expand Down Expand Up @@ -531,7 +531,7 @@ Of particular note are the varied monster templates:
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.
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.
> ***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.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.
> ***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.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.
**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.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<url>https://github.com/ebullient/ttrpg-convert-cli/issues</url>
</issueManagement>
<properties>
<revision>299-SNAPSHOT</revision>
<revision>2.2.1</revision>
<!-- Build -->
<clean-plugin.version>3.3.1</clean-plugin.version>
<compiler-plugin.version>3.11.0</compiler-plugin.version>
Expand Down

0 comments on commit 5f2406e

Please sign in to comment.