Skip to content

CoffeeWzRepacker V1.2.4

Latest

Choose a tag to compare

@a894985459 a894985459 released this 27 Apr 10:53
· 4 commits to main since this release
82f50ae

For optimal stability and performance, please use the latest version. Older versions may contain unresolved issues and performance limitations.
為確保最佳穩定性與效能,建議使用最新版本。舊版本可能存在未修正的問題與效能限制。

English Release Notes (Click to expand)

Added

  • Added CLI support (experimental)
  • Added custom IV decryption and saving support (experimental)
  • Added Ins shortcut to quickly create a new node under the current selection
  • Added batch compression format editing via right-click when multiple Canvas nodes are selected
  • Added keyboard-based node navigation (toggleable in settings)
    • Rapid key input within 2 seconds allows quick node jumping
  • Added save support for .ms and PKG2 formats (experimental)
  • Added digital signature verification to prevent tampered or malicious files
  • Added file info display (encryption type, package format, version) when selecting wz / ms files
  • Added support for creating PKG2 and ms files (experimental)

Fixed

  • Fixed data inconsistency when copying nodes from left workspace to right workspace in compare mode
  • Fixed selection focus jumping after creating a new node
  • Fixed issue where newly created nodes were not properly focused in the node view
  • Fixed inability to correctly import Xml and Img into the selected node
  • Fixed incorrect handling of duplicate node names during node creation
  • Fixed occasional horizontal rendering issues in the node tree
  • Fixed workspace width expanding unexpectedly when maximizing the application
  • Fixed right workspace width not being preserved in compare mode
  • Fixed UOL type not supporting Sound type
  • Fixed incorrect audio format when saving Sound nodes
  • Fixed incorrect encryption version handling during save operations
  • Fixed an issue where the export format was incorrect when exporting files containing Sound resources

Improved

  • Automatically fills node value with clipboard text when creating new nodes
  • Optimized save strategy to reduce OOM occurrences
  • Improved workspace path memory handling by separating left/right paths
  • Optimized save logic to reduce memory usage

Changed

  • Adjusted fieldLimit calculation logic in Map.wz
  • When creating Int nodes without a name, they will now be auto-incremented (0, 1, 2, 3...)

中文更新說明 (點擊展開)

新增

  • 新增 CLI 功能 (測試功能)
  • 新增自訂 IV解密 / 儲存功能 (測試功能)
  • 新增 Ins 快捷鍵,可對當前選中節點執行新增節點操作
  • 新增多選 Canvas 節點時,右鍵可批次更改選中節點的壓縮格式
  • 新增鍵盤按鍵快速跳轉節點功能 (可於個人設定中開關)
    • 2秒內連續輸入按鍵即可快速定位至節點
  • 新增對 .msPKG2 格式的存檔邏輯 (測試功能)
  • 新增數位簽章驗證合法性,避免使用者下載到惡意竄改的檔案
  • 新增點選 wzms檔案時顯示 加密類型封包格式版本 等資訊
  • 新增建立檔案時支援建立 PKG2ms格式 (測試功能)

修正

  • 修正比對模式下,左側工作區複製節點貼上至右側時資料異常的問題
  • 修正新增節點後,當前選取節點焦點跳動的問題
  • 修正新增部分節點時,未正確聚焦至節點視窗的問題
  • 修正無法正確將 XmlImg 匯入到指定的節點下的問題
  • 修正新增節點時,名稱與同層節點重複時的錯誤處理邏輯
  • 修正偶發性節點樹目錄水平渲染錯誤的問題
  • 修正最大化視窗時,工作區寬度異常增加的問題
  • 修正比對模式下,右側工作區寬度沒有正確記憶的問題
  • 修正 UOL 型別未支援 Sound 型別的問題
  • 修正 Sound 型別儲存時音效格式錯誤的問題
  • 修正存檔時沒有按照正確加密版本存檔問題
  • 修正匯出包含 Sound 資源時,匯出格式不正確問題

優化

  • 新增節點時,若剪貼簿內含純文字資料,將自動帶入為節點值
  • 優化存檔策略,降低 OOM 發生率
  • 優化左右工作區路徑記憶機制,改為各自獨立記憶
  • 優化存檔流程,降低記憶體佔用

調整

  • 調整 Map.wzfieldLimit 節點的實際運算邏輯
  • 新增 Int 節點時,若未輸入名稱,將自動以 0、1、2、3 依序命名

Important Notes / 注意事項

  • New features have undergone basic testing, but undiscovered issues may still exist.
    新功能已完成基礎測試,但仍可能存在未發現的問題。
  • Please report any issues on the project page if encountered.
    若發現任何異常,請於頁面回報 Issue。