Historia wersji dodatku Calcite — 20 wersji
Calcite Autor: Grady Link
Zachowaj ostrożność podczas używania starych wersji! Są one wyświetlane w celach testowych i historycznych.Zawsze powinno używać się najnowszej wersji dodatku.
Najnowsza wersja
Wersja 0.21.1
Data wydania: 19 maj 2026 — 193,49 KBDziała z: firefox 109.0a1 i nowszeFixed the menu causing an error on Web Dashers.Licencja kodu źródłowego: BSD-3 Clause "New" or "Revised" License
Poprzednie wersje
Wersja 0.21.0
Data wydania: 12 maj 2026 — 232,25 KBDziała z: firefox 109.0a1 i nowsze- 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
Licencja kodu źródłowego: BSD-3 Clause "New" or "Revised" License
Wersja 0.20.1
Data wydania: 8 maj 2026 — 198,11 KBDziała z: firefox 109.0a1 i nowszeFixed "api.onUpdate" not working.Licencja kodu źródłowego: BSD-3 Clause "New" or "Revised" License
Wersja 0.20.0
Data wydania: 5 maj 2026 — 198,07 KBDziała z: firefox 109.0a1 i nowsze- 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.
Licencja kodu źródłowego: BSD-3 Clause "New" or "Revised" License
Wersja 0.19.0
Data wydania: 1 maj 2026 — 213,4 KBDziała z: firefox 109.0a1 i nowsze- Added built-in DevTools for patches
- Fixed some minor UI issues
- Added the ability to use mods in the "deps" header field
Licencja kodu źródłowego: BSD-3 Clause "New" or "Revised" License
Wersja 0.18.0
Data wydania: 30 kwi 2026 — 201,28 KBDziała z: firefox 109.0a1 i nowsze- 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
Licencja kodu źródłowego: Tylko GNU Lesser General Public License v3.0
Wersja 0.17.0
Data wydania: 29 kwi 2026 — 231,9 KBDziała z: firefox 109.0a1 i nowsze- 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 :)Licencja kodu źródłowego: Tylko GNU Lesser General Public License v3.0
Wersja 0.16.6
Data wydania: 29 kwi 2026 — 213,88 KBDziała z: firefox 109.0a1 i nowsze- 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
Licencja kodu źródłowego: Tylko GNU Lesser General Public License v3.0
Wersja 0.16.5
Data wydania: 28 kwi 2026 — 229,83 KBDziała z: firefox 109.0a1 i nowszeFixed "loadedMods" not getting properly populatedLicencja kodu źródłowego: Tylko GNU Lesser General Public License v3.0
Wersja 0.16.4
Data wydania: 28 kwi 2026 — 213,8 KBDziała z: firefox 109.0a1 i nowszeMade mods no longer load if any of their dependencies are missing.Licencja kodu źródłowego: Tylko GNU Lesser General Public License v3.0
Wersja 0.16.0
Data wydania: 27 kwi 2026 — 87,2 KBDziała z: firefox 109.0a1 i nowsze- Added a new mods API which allows mods to communicate without using libraries
- Allow mods to set conflicts with other mods
Licencja kodu źródłowego: Tylko GNU Lesser General Public License v3.0
Wersja 0.15.1
Data wydania: 27 kwi 2026 — 87,03 KBDziała z: firefox 109.0a1 i nowszeFixed dependency parsing.Licencja kodu źródłowego: Tylko GNU Lesser General Public License v3.0
Wersja 0.15.0
Data wydania: 27 kwi 2026 — 87,03 KBDziała z: firefox 109.0a1 i nowsze- 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.
Licencja kodu źródłowego: Tylko GNU Lesser General Public License v3.0
Wersja 0.14.0
Data wydania: 17 kwi 2026 — 86,75 KBDziała z: firefox 109.0a1 i nowszeExposed the previously internal deobfuscation map to mods which allows for some easier patching.Licencja kodu źródłowego: Tylko GNU Lesser General Public License v3.0
Wersja 0.13.0
Data wydania: 14 kwi 2026 — 86,72 KBDziała z: firefox 109.0a1 i nowszeAdded some new utilities for extensions (window.pako and window.createImageFromAtlas)Licencja kodu źródłowego: Tylko GNU Lesser General Public License v3.0
Wersja 0.12.3
Data wydania: 11 kwi 2026 — 86,56 KBDziała z: firefox 109.0a1 i nowsze- Made the "createPatchedMethod" API much more robust when extracting arguments.
- Fixed errors when using mods that don't use the hotkeys API
Licencja kodu źródłowego: Tylko GNU Lesser General Public License v3.0
Wersja 0.12.1
Data wydania: 11 kwi 2026 — 86,54 KBDziała z: firefox 109.0a1 i nowszeFixed an issue where the patcher would sometimes match calls to class methods instead of the definitions.Licencja kodu źródłowego: Tylko GNU Lesser General Public License v3.0
Wersja 0.12.0
Data wydania: 11 kwi 2026 — 86,54 KBDziała z: firefox 109.0a1 i nowsze- Added an
onUpdatehook - Added a
getPatchedMethodAPI to allow for basic patching without page refreshes - Added the hotkeys API
Licencja kodu źródłowego: Tylko GNU Lesser General Public License v3.0
- Added an
Wersja 0.11.0
Data wydania: 11 kwi 2026 — 85,78 KBDziała z: firefox 109.0a1 i nowszeMade the patcher automatically extract the names of methods and required values via RegEx making it more resilient against bundle updates.Licencja kodu źródłowego: Tylko GNU Lesser General Public License v3.0
Wersja 0.8.0
Data wydania: 8 kwi 2026 — 85,01 KBDziała z: firefox 109.0a1 i nowszeAdded 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.Licencja kodu źródłowego: Tylko GNU Lesser General Public License v3.0