Skip to content

Commit

Permalink
1.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
reonZ committed Nov 30, 2023
1 parent 14d829e commit 549e050
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.22.2

- `Target Token Helper` updates:
- fixed chat log not properly scrolling to bottom (again)
- now also handle scroll-to-bottom for chat-log popouts
- now properly refresh message popouts that have extras elements injected from this feature

# 1.22.1

- `Target Token Helper` updates:
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"verified": "11"
},
"socket": true,
"version": "1.22.1",
"version": "1.22.2",
"manifestPlusVersion": "1.2.0",
"url": "https://github.com/reonZ/pf2e-toolbelt",
"readme": "https://github.com/reonZ/pf2e-toolbelt/blob/master/README.md",
"manifest": "https://raw.githubusercontent.com/reonZ/pf2e-toolbelt/master/module.json",
"download": "https://github.com/reonZ/pf2e-toolbelt/releases/download/1.22.1/module.zip",
"download": "https://github.com/reonZ/pf2e-toolbelt/releases/download/1.22.2/module.zip",
"changelog": "https://github.com/reonZ/pf2e-toolbelt/blob/master/CHANGELOG.md",
"bugs": "https://github.com/reonZ/pf2e-toolbelt/issues",
"styles": [
Expand Down
4 changes: 2 additions & 2 deletions scripts/main.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions scripts/main.js.map

Large diffs are not rendered by default.

0 comments on commit 549e050

Please sign in to comment.