Skip to content

Commit

Permalink
v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MrVauxs committed Apr 24, 2023
1 parent 9f6d92d commit 301c535
Show file tree
Hide file tree
Showing 19 changed files with 3,495 additions and 11,266 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ jobs:
# endregion

- name: Post Changelogs to Discord
run: bash ./.github/discord.sh --webhook-url="${{ secrets.DISCORD_WEBHOOK }}" --text "<@&901146147480043520>" --title "Version $(head -n 1 RELEASE_NOTES.md)" --description "$(jq -Rs . <<< $(tail -n +2 "RELEASE_NOTES.md") | cut -c 2- | rev | cut -c 2- | rev)" --color "0x6f1c17" --url "https://github.com/Pf2eToolsOrg/Pf2eTools/releases/tag/v${{ env.RELEASE_VERSION }}" --timestamp
run: bash ./.github/discord.sh --webhook-url="${{ secrets.DISCORD_WEBHOOK }}" --text "<@&901146147480043520>" --title "Version $(head -n 1 RELEASE_NOTES.md)" --description "$(jq -Rs . <<< $(tail -n +2 "RELEASE_NOTES.md") | cut -c 2- | rev | cut -c 2- | rev)" --color "0x6f1c17" --url "https://github.com/Pf2eToolsOrg/Pf2eTools/releases/tag/${{ env.RELEASE_VERSION }}" --timestamp
5 changes: 3 additions & 2 deletions css/classes.css

Large diffs are not rendered by default.

11 changes: 1 addition & 10 deletions css/classes.css.map

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions css/list-page--grouped.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 1 addition & 9 deletions css/list-page--grouped.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions css/search.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions css/style.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions data/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,11 @@
"ver": "0.8.2",
"date": "2023-04-20",
"txt": "- Fixed a bug regarding being unable to turn on or off heritages on the ancestry page"
},
{
"ver": "0.8.3",
"date": "2023-04-24",
"txt": "- Fixed text searching within the Items page\n- Add Quest for the Frozen Flame Hazards (thanks H2Os!)\n- (Typos/Tags)"
}
]
}
Loading

0 comments on commit 301c535

Please sign in to comment.