История версий «Calcite» – 19 версий
Calcite от Grady Link
Будьте осторожны со старыми версиями! Эти версии отображаются только для сведения и в целях тестирования.Вы всегда должны использовать последнюю версию дополнения.
Последняя версия
Версия 0.21.0
Выпущено 12 мая 2026 г. — 232,25 КБРаботает с firefox 109.0a1 и выше- Corrected toggle setting styles
- Added a "select" (dropdown) setting type
- Added a "file" (upload) setting type
- Added a border to buttons
- Added new "condition" field to settings which allows them to rely on other settings
- Added an "api.privilegedFetch" function which allows making requests to "www.boomlings.com" ignoring CORS
Исходный код выпущен на условиях BSD-3 Clause "New" or "Revised" License
Старые версии
Версия 0.20.1
Выпущено 8 мая 2026 г. — 198,11 КБРаботает с firefox 109.0a1 и вышеFixed "api.onUpdate" not working.Исходный код выпущен на условиях BSD-3 Clause "New" or "Revised" License
Версия 0.20.0
Выпущено 5 мая 2026 г. — 198,07 КБРаботает с firefox 109.0a1 и выше- Fixed support for Web Dashers
- Added a new "compatibleHosts" header field
- Added support for www.geometrydash.com
- Added error handling for hooks
- Added error handling for patch modifiers
- Made the patcher retain script order
- Added a black text outline
- Switched to also using "await import" for mods not just libraries, this allows mods to use ESM features
- Switched to using the scene's update function instead of the player's "syncSprite" function for the update hook.
Исходный код выпущен на условиях BSD-3 Clause "New" or "Revised" License
Версия 0.19.0
Выпущено 1 мая 2026 г. — 213,4 КБРаботает с firefox 109.0a1 и выше- Added built-in DevTools for patches
- Fixed some minor UI issues
- Added the ability to use mods in the "deps" header field
Исходный код выпущен на условиях BSD-3 Clause "New" or "Revised" License
Версия 0.18.0
Выпущено 30 апр. 2026 г. — 201,28 КБРаботает с firefox 109.0a1 и выше- Updated the UI to look a lot more like Geometry Dash's UI
- Fixed some layout and styling issues with the error dialog
- Fixed libraries showing up in the error dialog when patching, it now shows the dependents of that library
Исходный код выпущен на условиях Только Меньшая стандартная общественная лицензия GNU v3.0
Версия 0.17.0
Выпущено 29 апр. 2026 г. — 231,9 КБРаботает с firefox 109.0a1 и выше- Added a timeout for the deobfuscator
- Added new error dialog
- Added error handling for mods and patching
The new error handling system fixes softlocks, so you'll no longer need to reinstall :)Исходный код выпущен на условиях Только Меньшая стандартная общественная лицензия GNU v3.0
Версия 0.16.6
Выпущено 29 апр. 2026 г. — 213,88 КБРаботает с firefox 109.0a1 и выше- Fixed settings button not showing up sometimes
- Fixed weird spacing if only hotkeys were present
- Fixed error if only hotkeys were present
- Fixed error when using hotkeys that weren't customized yet
Исходный код выпущен на условиях Только Меньшая стандартная общественная лицензия GNU v3.0
Версия 0.16.5
Выпущено 28 апр. 2026 г. — 229,83 КБРаботает с firefox 109.0a1 и вышеFixed "loadedMods" not getting properly populatedИсходный код выпущен на условиях Только Меньшая стандартная общественная лицензия GNU v3.0
Версия 0.16.4
Выпущено 28 апр. 2026 г. — 213,8 КБРаботает с firefox 109.0a1 и вышеMade mods no longer load if any of their dependencies are missing.Исходный код выпущен на условиях Только Меньшая стандартная общественная лицензия GNU v3.0
Версия 0.16.0
Выпущено 27 апр. 2026 г. — 87,2 КБРаботает с firefox 109.0a1 и выше- Added a new mods API which allows mods to communicate without using libraries
- Allow mods to set conflicts with other mods
Исходный код выпущен на условиях Только Меньшая стандартная общественная лицензия GNU v3.0
Версия 0.15.1
Выпущено 27 апр. 2026 г. — 87,03 КБРаботает с firefox 109.0a1 и вышеFixed dependency parsing.Исходный код выпущен на условиях Только Меньшая стандартная общественная лицензия GNU v3.0
Версия 0.15.0
Выпущено 27 апр. 2026 г. — 87,03 КБРаботает с firefox 109.0a1 и выше- Added support for libraries.
- Removed window.createImageFromAtlas, use the new atlasUtils library instead.
- Added an "@id" header field to allow more specific control over the IDs of mods.
Исходный код выпущен на условиях Только Меньшая стандартная общественная лицензия GNU v3.0
Версия 0.14.0
Выпущено 17 апр. 2026 г. — 86,75 КБРаботает с firefox 109.0a1 и вышеExposed the previously internal deobfuscation map to mods which allows for some easier patching.Исходный код выпущен на условиях Только Меньшая стандартная общественная лицензия GNU v3.0
Версия 0.13.0
Выпущено 14 апр. 2026 г. — 86,72 КБРаботает с firefox 109.0a1 и вышеAdded some new utilities for extensions (window.pako and window.createImageFromAtlas)Исходный код выпущен на условиях Только Меньшая стандартная общественная лицензия GNU v3.0
Версия 0.12.3
Выпущено 11 апр. 2026 г. — 86,56 КБРаботает с firefox 109.0a1 и выше- Made the "createPatchedMethod" API much more robust when extracting arguments.
- Fixed errors when using mods that don't use the hotkeys API
Исходный код выпущен на условиях Только Меньшая стандартная общественная лицензия GNU v3.0
Версия 0.12.1
Выпущено 11 апр. 2026 г. — 86,54 КБРаботает с firefox 109.0a1 и вышеFixed an issue where the patcher would sometimes match calls to class methods instead of the definitions.Исходный код выпущен на условиях Только Меньшая стандартная общественная лицензия GNU v3.0
Версия 0.12.0
Выпущено 11 апр. 2026 г. — 86,54 КБРаботает с firefox 109.0a1 и выше- Added an
onUpdatehook - Added a
getPatchedMethodAPI to allow for basic patching without page refreshes - Added the hotkeys API
Исходный код выпущен на условиях Только Меньшая стандартная общественная лицензия GNU v3.0
- Added an
Версия 0.11.0
Выпущено 11 апр. 2026 г. — 85,78 КБРаботает с firefox 109.0a1 и вышеMade the patcher automatically extract the names of methods and required values via RegEx making it more resilient against bundle updates.Исходный код выпущен на условиях Только Меньшая стандартная общественная лицензия GNU v3.0
Версия 0.8.0
Выпущено 8 апр. 2026 г. — 85,01 КБРаботает с firefox 109.0a1 и вышеAdded support for patching unobfuscated class fields and fixed an issue where mods could be loaded after the patcher had finished preventing them from registering patches.Исходный код выпущен на условиях Только Меньшая стандартная общественная лицензия GNU v3.0