Zgodovina različic Calcite – 20 različic
Calcite — Grady Link
Previdno s starimi različicami! Spodnje različice so na razpolago za namene preskušanja in sklicevanja.Vedno uporabljajte najnovejšo različico dodatka.
Najnovejša različica
Različica 0.21.1
Izdano 19. maj. 2026 – 193,49 KBDeluje s firefox 109.0a1 in novejšiFixed the menu causing an error on Web Dashers.Izvorna koda objavljena pod BSD-3 Clause "New" or "Revised" License
Starejše različice
Različica 0.21.0
Izdano 12. maj. 2026 – 232,25 KBDeluje s firefox 109.0a1 in novejši- 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
Izvorna koda objavljena pod BSD-3 Clause "New" or "Revised" License
Različica 0.20.1
Izdano 8. maj. 2026 – 198,11 KBDeluje s firefox 109.0a1 in novejšiFixed "api.onUpdate" not working.Izvorna koda objavljena pod BSD-3 Clause "New" or "Revised" License
Različica 0.20.0
Izdano 5. maj. 2026 – 198,07 KBDeluje s firefox 109.0a1 in novejši- 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.
Izvorna koda objavljena pod BSD-3 Clause "New" or "Revised" License
Različica 0.19.0
Izdano 1. maj. 2026 – 213,4 KBDeluje s firefox 109.0a1 in novejši- Added built-in DevTools for patches
- Fixed some minor UI issues
- Added the ability to use mods in the "deps" header field
Izvorna koda objavljena pod BSD-3 Clause "New" or "Revised" License
Različica 0.18.0
Izdano 30. apr. 2026 – 201,28 KBDeluje s firefox 109.0a1 in novejši- 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
Izvorna koda objavljena pod Samo GNU Lesser General Public License v3.0
Različica 0.17.0
Izdano 29. apr. 2026 – 231,9 KBDeluje s firefox 109.0a1 in novejši- 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 :)Izvorna koda objavljena pod Samo GNU Lesser General Public License v3.0
Različica 0.16.6
Izdano 29. apr. 2026 – 213,88 KBDeluje s firefox 109.0a1 in novejši- 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
Izvorna koda objavljena pod Samo GNU Lesser General Public License v3.0
Različica 0.16.5
Izdano 28. apr. 2026 – 229,83 KBDeluje s firefox 109.0a1 in novejšiFixed "loadedMods" not getting properly populatedIzvorna koda objavljena pod Samo GNU Lesser General Public License v3.0
Različica 0.16.4
Izdano 28. apr. 2026 – 213,8 KBDeluje s firefox 109.0a1 in novejšiMade mods no longer load if any of their dependencies are missing.Izvorna koda objavljena pod Samo GNU Lesser General Public License v3.0
Različica 0.16.0
Izdano 27. apr. 2026 – 87,2 KBDeluje s firefox 109.0a1 in novejši- Added a new mods API which allows mods to communicate without using libraries
- Allow mods to set conflicts with other mods
Izvorna koda objavljena pod Samo GNU Lesser General Public License v3.0
Različica 0.15.1
Izdano 27. apr. 2026 – 87,03 KBDeluje s firefox 109.0a1 in novejšiFixed dependency parsing.Izvorna koda objavljena pod Samo GNU Lesser General Public License v3.0
Različica 0.15.0
Izdano 27. apr. 2026 – 87,03 KBDeluje s firefox 109.0a1 in novejši- 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.
Izvorna koda objavljena pod Samo GNU Lesser General Public License v3.0
Različica 0.14.0
Izdano 17. apr. 2026 – 86,75 KBDeluje s firefox 109.0a1 in novejšiExposed the previously internal deobfuscation map to mods which allows for some easier patching.Izvorna koda objavljena pod Samo GNU Lesser General Public License v3.0
Različica 0.13.0
Izdano 14. apr. 2026 – 86,72 KBDeluje s firefox 109.0a1 in novejšiAdded some new utilities for extensions (window.pako and window.createImageFromAtlas)Izvorna koda objavljena pod Samo GNU Lesser General Public License v3.0
Različica 0.12.3
Izdano 11. apr. 2026 – 86,56 KBDeluje s firefox 109.0a1 in novejši- Made the "createPatchedMethod" API much more robust when extracting arguments.
- Fixed errors when using mods that don't use the hotkeys API
Izvorna koda objavljena pod Samo GNU Lesser General Public License v3.0
Različica 0.12.1
Izdano 11. apr. 2026 – 86,54 KBDeluje s firefox 109.0a1 in novejšiFixed an issue where the patcher would sometimes match calls to class methods instead of the definitions.Izvorna koda objavljena pod Samo GNU Lesser General Public License v3.0
Različica 0.12.0
Izdano 11. apr. 2026 – 86,54 KBDeluje s firefox 109.0a1 in novejši- Added an
onUpdatehook - Added a
getPatchedMethodAPI to allow for basic patching without page refreshes - Added the hotkeys API
Izvorna koda objavljena pod Samo GNU Lesser General Public License v3.0
- Added an
Različica 0.11.0
Izdano 11. apr. 2026 – 85,78 KBDeluje s firefox 109.0a1 in novejšiMade the patcher automatically extract the names of methods and required values via RegEx making it more resilient against bundle updates.Izvorna koda objavljena pod Samo GNU Lesser General Public License v3.0
Različica 0.8.0
Izdano 8. apr. 2026 – 85,01 KBDeluje s firefox 109.0a1 in novejšiAdded 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.Izvorna koda objavljena pod Samo GNU Lesser General Public License v3.0