Calcite version history - 15 versions
Calcite by Grady Link
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 0.18.0
Released Apr 30, 2026 - 201.28 KBWorks with firefox 109.0a1 and later- 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
Source code released under GNU Lesser General Public License v3.0 only
Older versions
Version 0.17.0
Released Apr 29, 2026 - 231.9 KBWorks with firefox 109.0a1 and later- 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 :)Source code released under GNU Lesser General Public License v3.0 only
Version 0.16.6
Released Apr 29, 2026 - 213.88 KBWorks with firefox 109.0a1 and later- 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
Source code released under GNU Lesser General Public License v3.0 only
Version 0.16.5
Released Apr 28, 2026 - 229.83 KBWorks with firefox 109.0a1 and laterFixed "loadedMods" not getting properly populatedSource code released under GNU Lesser General Public License v3.0 only
Version 0.16.4
Released Apr 28, 2026 - 213.8 KBWorks with firefox 109.0a1 and laterMade mods no longer load if any of their dependencies are missing.Source code released under GNU Lesser General Public License v3.0 only
Version 0.16.0
Released Apr 27, 2026 - 87.2 KBWorks with firefox 109.0a1 and later- Added a new mods API which allows mods to communicate without using libraries
- Allow mods to set conflicts with other mods
Source code released under GNU Lesser General Public License v3.0 only
Version 0.15.1
Released Apr 27, 2026 - 87.03 KBWorks with firefox 109.0a1 and laterFixed dependency parsing.Source code released under GNU Lesser General Public License v3.0 only
Version 0.15.0
Released Apr 27, 2026 - 87.03 KBWorks with firefox 109.0a1 and later- 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.
Source code released under GNU Lesser General Public License v3.0 only
Version 0.14.0
Released Apr 17, 2026 - 86.75 KBWorks with firefox 109.0a1 and laterExposed the previously internal deobfuscation map to mods which allows for some easier patching.Source code released under GNU Lesser General Public License v3.0 only
Version 0.13.0
Released Apr 14, 2026 - 86.72 KBWorks with firefox 109.0a1 and laterAdded some new utilities for extensions (window.pako and window.createImageFromAtlas)Source code released under GNU Lesser General Public License v3.0 only
Version 0.12.3
Released Apr 11, 2026 - 86.56 KBWorks with firefox 109.0a1 and later- Made the "createPatchedMethod" API much more robust when extracting arguments.
- Fixed errors when using mods that don't use the hotkeys API
Source code released under GNU Lesser General Public License v3.0 only
Version 0.12.1
Released Apr 11, 2026 - 86.54 KBWorks with firefox 109.0a1 and laterFixed an issue where the patcher would sometimes match calls to class methods instead of the definitions.Source code released under GNU Lesser General Public License v3.0 only
Version 0.12.0
Released Apr 11, 2026 - 86.54 KBWorks with firefox 109.0a1 and later- Added an
onUpdatehook - Added a
getPatchedMethodAPI to allow for basic patching without page refreshes - Added the hotkeys API
Source code released under GNU Lesser General Public License v3.0 only
- Added an
Version 0.11.0
Released Apr 11, 2026 - 85.78 KBWorks with firefox 109.0a1 and laterMade the patcher automatically extract the names of methods and required values via RegEx making it more resilient against bundle updates.Source code released under GNU Lesser General Public License v3.0 only
Version 0.8.0
Released Apr 8, 2026 - 85.01 KBWorks with firefox 109.0a1 and laterAdded 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.Source code released under GNU Lesser General Public License v3.0 only