GDmod Patcher의 버전 기록 - 7개 버전
GDmod Patcher 제작자: arthuro555
GDmod Patcher의 버전 기록 - 7개 버전
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 0.1.2
2021년 5월 7일에 출시 - 353.17 KBfirefox 48.0 이상에서 작동✨ Improvements
- New better logo (thanks alaska#3432!)
- Updated the internal extensions loader extensions list
- Added GDAPI docs
- Added strict validation of mod manifest
- Errors reports in the console are also more detailed now
- Added support for loading audio resources
- Made resource parsing more forgiving
- A resources.json containing for example ["foo.png"] will automatically be converted to [{"file": "foo.png", "name": "foo.png", kind: "image"}]
🐞 Bug fixes
- Fix internal GDMod variables leaking into mods code
- Fix the web loader crashing on errors instead of showing it
- Fix some occasional crashes
- Fix the API not working on older electron versions
🛠️ Internal changes
- Switched to another RuntimeGame access patch
- The new patch only gets it once instead of every frame to prevent any lag.
- Switched to a lerna managed monorepo to make contributing easier
- Converted the API to typescript es modules
- This caused some breaking changes to the API.
- Remove dependency on the GDevelop repository
- Added unit tests to the APIMIT 라이선스에 따라 릴리스된 소스 코드
Firefox를 다운로드하고 확장 기능을 받으세요이 확장 기능을 사용하려면 Firefox가 필요함이전 버전
버전 0.0.8
2021년 3월 3일에 출시 - 151.27 KBfirefox 48.0 이상에서 작동Rework the mod manager into a class
Fix bugs when reinstalling a currently loaded mod
Fix the global namespace of websites getting polluted by the mod loader
Add unload() to the mod class to allow cleaning up manually when the mod unloads
Adapt some code to make the Mozilla extensions linter happyMIT 라이선스에 따라 릴리스된 소스 코드
버전 0.0.7
2021년 2월 26일에 출시 - 150.94 KBfirefox 48.0 이상에서 작동- Files are now added to the extension at compilation time, no longer relying on an external CDN for extra speed, safety and reliability
- Mods are now cached inside browser storage
- Mods can now be unloaded
- Added support for older GDevelop versions by polyfilling missing APIs
- Auto formatted the code with prettierMIT 라이선스에 따라 릴리스된 소스 코드
버전 0.0.5
2020년 9월 30일에 출시 - 104.78 KBfirefox 48.0 이상에서 작동Changes to the class API: initialized removed, sceneChanged added.
Fixed some mior API bugs
Fixed class API callbacks
Added mechanism to load non-exported GDevelop extensionsMIT 라이선스에 따라 릴리스된 소스 코드
버전 0.0.4
2020년 6월 14일에 출시 - 103.59 KBfirefox 48.0 이상에서 작동- Added Resource loading
- Fixed many bugs
- Added 2 template mods (see main repository)MIT 라이선스에 따라 릴리스된 소스 코드
버전 0.0.3
2020년 6월 12일에 출시 - 104.17 KBfirefox 48.0 이상에서 작동- Refactored way the extensions are loaded
- Added basic Mod Manager (internally)
- Added mod loading modal
- Added mod loading error modal
- Added Mod Template
- Fixed appearance issue in firefox
- Updated to UiKit 3.5.3MIT 라이선스에 따라 릴리스된 소스 코드