chore: remove and ignore non-additive scripts and dev files
This commit is contained in:
+11
-1
@@ -4,6 +4,15 @@ workflow/
|
||||
.vscode/
|
||||
.DS_Store
|
||||
*.zip
|
||||
*.py
|
||||
*.js
|
||||
*.ps1
|
||||
*.txt
|
||||
!README.md
|
||||
!CHANGELOG.md
|
||||
!RELEASE_NOTES.md
|
||||
!LICENSE
|
||||
!Icons/MIT.txt
|
||||
|
||||
# Build/tool artifacts
|
||||
__pycache__/
|
||||
@@ -13,8 +22,9 @@ __pycache__/
|
||||
coords.lua
|
||||
debug.lua
|
||||
debug_tooltip.lua
|
||||
tmp_*.py
|
||||
.history/
|
||||
Research/
|
||||
Tools/
|
||||
tests/
|
||||
docs/
|
||||
!docs/changelog.html
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
## v1.4.5 — Network & Taint Stability Update
|
||||
|
||||
- **[Network Fix]** Patched AceSerializer natively to dynamically support both dot and colon syntax seamlessly without dropping arguments, while ensuring Deserialize correctly yields (success, result) tuples.
|
||||
- **[Network Fix]** Purged 71 unsafe table.getn replacements in LibDeflate.
|
||||
- **[Init Fix]** Bulletproof tocversion range check for legacy client engines.
|
||||
- **[QuestieLearner Fix]** Module import scoping error resolved.
|
||||
- **[Taint Fix]** Resolved ADDON_ACTION_BLOCKED errors caused by cached loading and QuestieInit._pullGlobal.
|
||||
Reference in New Issue
Block a user