Skip to content

Commit 8ec7ae1

Browse files
🔖 3.0.0
1 parent 72a121d commit 8ec7ae1

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
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: TTRPG Convert CLI
22
release:
3-
current-version: 2.3.18
4-
next-version: 2.3.18
3+
current-version: 3.0.0
4+
next-version: 3.0.0
55
snapshot-version: 299-SNAPSHOT
66
build:
77
artifact: ttrpg-convert-cli

README-WINDOWS.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
2626
1. From the [latest release][1], download the following files:
2727

28-
- `ttrpg-convert-cli-2.3.18-windows-x86_64.zip`
29-
- `ttrpg-convert-cli-2.3.18-examples.zip`
28+
- `ttrpg-convert-cli-3.0.0-windows-x86_64.zip`
29+
- `ttrpg-convert-cli-3.0.0-examples.zip`
3030

3131
2. Unzip the downloaded files into a place you'll remember. For example, `Downloads`.
3232
3. Navigate to the `bin` directory inside the unzipped files. It might be nested within another folder. You should see a `ttrpg-convert` EXE file in the folder - see the screenshot below.
@@ -85,7 +85,7 @@ On Windows, the command output will look like this, with weird characters at the
8585
8686
```shell
8787
[ ✅ OK] Finished reading config.
88-
⏱️ Reading C:\Users\Kelly\Downloads\ttrpg-convert-cli-2.3.18-windows-x86_64\ttrpg-convert-cli-2.3.18-windows-x86_64\bin\5etools-mirror-2.github.io\data
88+
⏱️ Reading C:\Users\Kelly\Downloads\ttrpg-convert-cli-3.0.0-windows-x86_64\ttrpg-convert-cli-3.0.0-windows-x86_64\bin\5etools-mirror-2.github.io\data
8989
[ ✅ OK] Finished reading data.
9090
```
9191
@@ -100,7 +100,7 @@ You should then start seeing the emoji correctly:
100100

101101
```shell
102102
[ ✅ OK] Finished reading config.
103-
⏱️ Reading C:\Users\Kelly\Downloads\ttrpg-convert-cli-2.3.18-windows-x86_64\ttrpg-convert-cli-2.3.18-windows-x86_64\bin\5etools-mirror-2.github.io\data
103+
⏱️ Reading C:\Users\Kelly\Downloads\ttrpg-convert-cli-3.0.0-windows-x86_64\ttrpg-convert-cli-3.0.0-windows-x86_64\bin\5etools-mirror-2.github.io\data
104104
[ ✅ OK] Finished reading data.
105105
```
106106

@@ -132,7 +132,7 @@ Type in `dir` and press **Enter**. You should see output similar to this:
132132
133133
```shell
134134
Directory:
135-
C:\Users\Kelly\Downloads\ttrpg-convert-cli-2.3.18-windows-x86_64\ttrpg-convert-cli-2.3.18-windows-x86_64\bin
135+
C:\Users\Kelly\Downloads\ttrpg-convert-cli-3.0.0-windows-x86_64\ttrpg-convert-cli-3.0.0-windows-x86_64\bin
136136
137137
138138
Mode LastWriteTime Length Name

docs/alternateRun.md

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

2626
```shell
27-
jbang app install --name ttrpg-convert --force --fresh https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.3.18/ttrpg-convert-cli-2.3.18-runner.jar
27+
jbang app install --name ttrpg-convert --force --fresh https://github.com/ebullient/ttrpg-convert-cli/releases/download/3.0.0/ttrpg-convert-cli-3.0.0-runner.jar
2828
```
2929

3030
🚧 If you want the latest [_unreleased snapshot_][]:
@@ -127,13 +127,13 @@ To run the CLI, you will need to have **Java 17** installed on your system.
127127
128128
2. Download the CLI as a jar
129129
130-
- Latest release: [ttrpg-convert-cli-2.3.18-runner.jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.3.18/ttrpg-convert-cli-2.3.18-runner.jar)
130+
- Latest release: [ttrpg-convert-cli-3.0.0-runner.jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/3.0.0/ttrpg-convert-cli-3.0.0-runner.jar)
131131
- 🚧 [_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)
132132
133133
3. Verify the install by running the command:
134134
135135
```shell
136-
java -jar ttrpg-convert-cli-2.3.18-runner.jar --help
136+
java -jar ttrpg-convert-cli-3.0.0-runner.jar --help
137137
```
138138
139139
🚧 If you are using the [_unreleased snapshot_][], use the following command:

examples/config/config.5e.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"monster|expert|slw"
3131
],
3232
"excludePattern" : [
33-
"race|.*|dmg"
33+
"race\\|.*\\|dmg"
3434
],
3535
"reprintBehavior" : "newest",
3636
"template" : {

examples/config/config.5e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ exclude:
2121
- "monster|expert|sdw"
2222
- "monster|expert|slw"
2323
excludePattern:
24-
- "race|.*|dmg"
24+
- "race\\|.*\\|dmg"
2525
reprintBehavior: "newest"
2626
template:
2727
background: "examples/templates/tools5e/images-background2md.txt"

examples/config/config.pf2e.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"background|insurgent|apg"
2121
],
2222
"excludePattern" : [
23-
"background|.*|lowg"
23+
"background\\|.*\\|lowg"
2424
],
2525
"reprintBehavior" : "newest",
2626
"template" : {

examples/config/config.pf2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include:
1414
exclude:
1515
- "background|insurgent|apg"
1616
excludePattern:
17-
- "background|.*|lowg"
17+
- "background\\|.*\\|lowg"
1818
reprintBehavior: "newest"
1919
template:
2020
ability: "../path/to/ability2md.txt"

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>3.0.0</revision>
3535
<!-- Build -->
3636
<clean-plugin.version>3.4.0</clean-plugin.version>
3737
<compiler-plugin.version>3.13.0</compiler-plugin.version>

0 commit comments

Comments
 (0)