Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
4681ddb
fix: update license in package.json and add package-lock.json to .git…
cookieukw Dec 22, 2025
3e9dffa
fix: enable resolveJsonModule in tsconfig.json
cookieukw Dec 22, 2025
845f903
feat: implement internationalization support and update UI texts
cookieukw Dec 22, 2025
1c93014
refactor: improve formatting and readability of import_as_attachment …
cookieukw Dec 22, 2025
d8b1089
feat: enhance Brazilian Portuguese translations and add new entries
cookieukw Dec 22, 2025
104e924
refactor: replace hardcoded strings with translation function in setu…
cookieukw Dec 22, 2025
4e56a13
fix: update version to 0.5.0 in package.json
cookieukw Dec 22, 2025
c39e47c
# update plugin js
cookieukw Dec 22, 2025
3350efc
feat: add toggle attachment editing functionality in translations
cookieukw Dec 22, 2025
6ee5450
# update plugin js
cookieukw Dec 22, 2025
763c8bd
fix: correct character and prop name translations in setupFormats
cookieukw Dec 23, 2025
8086230
# update plugin js
cookieukw Dec 23, 2025
1bc0115
fix: correct license information in package.json
cookieukw Dec 26, 2025
3e62529
# update plugin js
cookieukw Dec 26, 2025
86afe5f
fix: add category to duplicate bone names setting
cookieukw Jan 16, 2026
0a9f07b
fix: add category to copy paste setting
cookieukw Jan 16, 2026
ab81719
feat: add setupPreviewScenes import to plugin
cookieukw Jan 16, 2026
1142d8e
fix: correct spelling and update resource links in translations
cookieukw Jan 16, 2026
bd35794
fix: import missing utilities for element handling
cookieukw Jan 16, 2026
9cead35
# update hytale_plugin.js
cookieukw Jan 16, 2026
65cab4e
fix: update version to 0.6.0 in package.json
cookieukw Jan 16, 2026
7da47b1
Merge branch 'main' into main
cookieukw Jan 16, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
package-lock.json
Loading