Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorako committed Nov 16, 2023
1 parent 9f22a61 commit 647ca05
Show file tree
Hide file tree
Showing 48 changed files with 876 additions and 3,277 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/module.zip

# Create a zip file with all files required by the module to add to the release
- run: zip -r ./module.zip module.json CHANGELOG.md README.md LICENSE styles/ templates/ languages/ esmodules/ img/ fonts/
- run: zip -r ./module.zip module.json CHANGELOG.md README.md LICENSE styles/ templates/ languages/ esmodules/ img/

# Create a release for this specific version
- name: Update Release with Files
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.0.0

- (New) All non-UI functionality has been split to the new PF2e Dorako UX module.

# 2.11.22

- (Fix) Fixed certain input fields on NPC sheets being illegible.
Expand Down
5 changes: 0 additions & 5 deletions esmodules/dorako-theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,3 @@ Hooks.on("renderFamiliarSheetPF2e", (app, html, data) => {
}
html[0].classList.add(`${theme}-theme`);
});

// // Blue player sheet
// Hooks.on("renderCharacterSheetPF2e", (app, html, data) => {
// html.closest(".app").find("aside").wrap("<div class='blue'></div>");
// });
190 changes: 0 additions & 190 deletions esmodules/dorako-ux/chat-merge.js

This file was deleted.

141 changes: 0 additions & 141 deletions esmodules/dorako-ux/chat-rolltype-buttons.js

This file was deleted.

Loading

0 comments on commit 647ca05

Please sign in to comment.