Povijest verzija dodatka Calcite – 20 verzija
Calcite Autor: Grady Link
Oprez sa starim verzijama! Ove se verzije prikazuju u svrhu testiranja i referenci.Uvijek koristiti najnoviju verziju dodatka.
Najnovija verzija
Verzija 0.21.1
Objavljeno 19. svi. 2026 – 193,49 KBRadi s firefox 109.0a1 i novije verzijeFixed the menu causing an error on Web Dashers.Izvorni kod je objavljen pod licencom BSD-3 Clause "New" or "Revised" License
Starije verzije
Verzija 0.21.0
Objavljeno 12. svi. 2026 – 232,25 KBRadi s firefox 109.0a1 i novije verzije- 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
Izvorni kod je objavljen pod licencom BSD-3 Clause "New" or "Revised" License
Verzija 0.20.1
Objavljeno 8. svi. 2026 – 198,11 KBRadi s firefox 109.0a1 i novije verzijeFixed "api.onUpdate" not working.Izvorni kod je objavljen pod licencom BSD-3 Clause "New" or "Revised" License
Verzija 0.20.0
Objavljeno 5. svi. 2026 – 198,07 KBRadi s firefox 109.0a1 i novije verzije- 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.
Izvorni kod je objavljen pod licencom BSD-3 Clause "New" or "Revised" License
Verzija 0.19.0
Objavljeno 1. svi. 2026 – 213,4 KBRadi s firefox 109.0a1 i novije verzije- Added built-in DevTools for patches
- Fixed some minor UI issues
- Added the ability to use mods in the "deps" header field
Izvorni kod je objavljen pod licencom BSD-3 Clause "New" or "Revised" License
Verzija 0.18.0
Objavljeno 30. tra. 2026 – 201,28 KBRadi s firefox 109.0a1 i novije verzije- 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
Izvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 0.17.0
Objavljeno 29. tra. 2026 – 231,9 KBRadi s firefox 109.0a1 i novije verzije- 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 :)Izvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 0.16.6
Objavljeno 29. tra. 2026 – 213,88 KBRadi s firefox 109.0a1 i novije verzije- 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
Izvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 0.16.5
Objavljeno 28. tra. 2026 – 229,83 KBRadi s firefox 109.0a1 i novije verzijeFixed "loadedMods" not getting properly populatedIzvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 0.16.4
Objavljeno 28. tra. 2026 – 213,8 KBRadi s firefox 109.0a1 i novije verzijeMade mods no longer load if any of their dependencies are missing.Izvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 0.16.0
Objavljeno 27. tra. 2026 – 87,2 KBRadi s firefox 109.0a1 i novije verzije- Added a new mods API which allows mods to communicate without using libraries
- Allow mods to set conflicts with other mods
Izvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 0.15.1
Objavljeno 27. tra. 2026 – 87,03 KBRadi s firefox 109.0a1 i novije verzijeFixed dependency parsing.Izvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 0.15.0
Objavljeno 27. tra. 2026 – 87,03 KBRadi s firefox 109.0a1 i novije verzije- 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.
Izvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 0.14.0
Objavljeno 17. tra. 2026 – 86,75 KBRadi s firefox 109.0a1 i novije verzijeExposed the previously internal deobfuscation map to mods which allows for some easier patching.Izvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 0.13.0
Objavljeno 14. tra. 2026 – 86,72 KBRadi s firefox 109.0a1 i novije verzijeAdded some new utilities for extensions (window.pako and window.createImageFromAtlas)Izvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 0.12.3
Objavljeno 11. tra. 2026 – 86,56 KBRadi s firefox 109.0a1 i novije verzije- Made the "createPatchedMethod" API much more robust when extracting arguments.
- Fixed errors when using mods that don't use the hotkeys API
Izvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 0.12.1
Objavljeno 11. tra. 2026 – 86,54 KBRadi s firefox 109.0a1 i novije verzijeFixed an issue where the patcher would sometimes match calls to class methods instead of the definitions.Izvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 0.12.0
Objavljeno 11. tra. 2026 – 86,54 KBRadi s firefox 109.0a1 i novije verzije- Added an
onUpdatehook - Added a
getPatchedMethodAPI to allow for basic patching without page refreshes - Added the hotkeys API
Izvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
- Added an
Verzija 0.11.0
Objavljeno 11. tra. 2026 – 85,78 KBRadi s firefox 109.0a1 i novije verzijeMade the patcher automatically extract the names of methods and required values via RegEx making it more resilient against bundle updates.Izvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only
Verzija 0.8.0
Objavljeno 8. tra. 2026 – 85,01 KBRadi s firefox 109.0a1 i novije verzijeAdded 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.Izvorni kod je objavljen pod licencom GNU Lesser General Public License v3.0 only