Gimloader version history - 25 versions
Gimloader by TheLazySquid
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 1.13.0
Released 1 Aug 2026 - 826.66 kBWorks with firefox 109.0a1 and later- Added folders which can be used to organize scripts
- Fixed error message appearing when viewing asset pages
- Added developer option to change Gimkit's bundle
- Added logger api for scripts
- Un-deprecated platformerPhysics and added it to scoped api
- Deprecated global GL variable
Source code released under MIT Licence
Older versions
Version 1.12.7
Released 1 Jul 2026 - 803.2 kBWorks with firefox 109.0a1 and later- Hotfix for scripts disappearing when dragged
Source code released under MIT Licence
Version 1.12.6
Released 28 Jun 2026 - 803.52 kBWorks with firefox 109.0a1 and later- Fixed name of UI.addStyles in errors
- Fixed the Gimloader menu being placed behind certain Gimkit popups
- Exposed some Svelte components for plugins to use
- Added automatic cleanup for styles created by Svelte in scripts
- Fixed modal backdrops sometimes being behind the wrong modal
Source code released under MIT Licence
Version 1.12.5
Released 5 Apr 2026 - 775.75 kBWorks with firefox 109.0a1 and later- Hotfix for a crash when joining 2d modes
Source code released under MIT Licence
Version 1.12.4
Released 5 Apr 2026 - 775.74 kBWorks with firefox 109.0a1 and later- Hotfix for a crash when joining 2d modes
Source code released under MIT Licence
Version 1.12.3
Released 5 Apr 2026 - 775.77 kBWorks with firefox 109.0a1 and later- Added signing confirming scripts are official
- Hotfixed Colyseus stuff for new Gimkit update, plugins will be updated soon
Source code released under MIT Licence
Version 1.12.2
Released 25 Mar 2026 - 771.95 kBWorks with firefox 109.0a1 and later- Fixed forceReactUpdate causing UI to disappear if called twice simultaneously
- Added examples to more api types
- Reversed order onStop callbacks are called
- Added GL.UI.onComponentLoad method
Source code released under MIT Licence
Version 1.12.1
Released 23 Mar 2026 - 770.06 kBWorks with firefox 109.0a1 and later- Hotfix for crashes that can happen when loading shaders
Source code released under MIT Licence
Version 1.12.0
Released 22 Mar 2026 - 770.04 kBWorks with firefox 109.0a1 and later- Added patcher.swap api
- Improved look of plugin settings menus
- Replaced const with let in all parsed js for easier reassignment. This has a small chance of breaking certain plugins.
- Added UI.forceReactUpdate method
Source code released under MIT Licence
Version 1.11.4
Released 7 Mar 2026 - 769.04 kBWorks with firefox 109.0a1 and later- Added net.state with types, which is Gimkit's colyseus state
- Replaced arrays with ReadonlyArrays in api types
Source code released under MIT Licence
Version 1.11.3
Released 3 Mar 2026 - 769.02 kBWorks with firefox 109.0a1 and later- Added plugins.require and libs.require api
- Fixed patcher incorrectly throwing an error on properties of functions
- Updated location to download official plugins from
Source code released under MIT Licence
Version 1.11.2
Released 26 Feb 2026 - 768.15 kBWorks with firefox 109.0a1 and later- Fixed changelog modal overflowing
- Consolidated individual commands for each script into a few general ones
- Fixed command palette not working when a modal is open
- Fixed arrow keys not working properly in select input on command palette
- Disabled Gimkit's "Stop!" message in the console
Source code released under MIT Licence
Version 1.11.1
Released 20 Feb 2026 - 767.71 kBWorks with firefox 109.0a1 and later- Fixed poller setting not updating when loading a config
- Improved patcher types
- Added script version number to loging
- Exposed svelte v5.43.0 for scripts
Source code released under MIT Licence
Version 1.11.0
Released 7 Feb 2026 - 740.57 kBWorks with firefox 109.0a1 and later- Added api.requestReload method for scripts
- Fixed id property being accessible on api namespaces
- Fixed poller not showing toasts
- Fixed hotkeys tab overflowing rather than scrolling
- Added gimloader button to signed out screen, and in Draw That
- Added indicator to show that a plugin requires a reload
- Improved stores types
- Settings.create now returns a typed object of the settings
Source code released under MIT Licence
Version 1.10.5
Released 30 Dec 2025 - 738.91 kBWorks with firefox 109.0a1 and later- Added rewriter.exposeVar utility API
- Fixed regression with new scripts being named "undefined"
- Fixed poller deleting and recreating plugin each time
Source code released under MIT Licence
Version 1.10.4
Released 17 Dec 2025 - 742.04 kBWorks with firefox 109.0a1 and later- Added rewriter.runInScope option to allow certain plugins to start without needing a reload
- Fixed cache not being properly cleared sometimes
- Fixed some types in editor
- Fixed regression with new scripts being named "undefined"
Source code released under MIT Licence
Version 1.10.3
Released 15 Dec 2025 - 741.47 kBWorks with firefox 109.0a1 and later- Fixed plugins asking for a reload even after reloading
- Fixed plugin downloading setting being mislabeled as for libraries
Source code released under MIT Licence
Version 1.10.2
Released 15 Dec 2025 - 741.55 kBWorks with firefox 109.0a1 and later- Internally overhauled how scripts are handled
- Improved script dependency popup
- Added dialog to confirm downloading missing dependencies rather than throwing an error
- Added needsPlugin header to allow plugins to depend on one another
- Added third argument for settings.listen to trigger immediately
- Improved stores type
Source code released under MIT Licence
Version 1.10.1
Released 23 Nov 2025 - 714.69 kBWorks with firefox 109.0a1 and later- Fixed broken script system that was accidentally included in 1.10.0
Source code released under MIT Licence
Version 1.10.0
Released 22 Nov 2025 - 714.84 kBWorks with firefox 109.0a1 and later- Added command palette- open with ctrl+shift+p (chrome) or alt+shift+p (firefox)
- Fixed polling for extensions locally on firefox
- Fixed crash when used on Firefox together with some other extensions
- Added titles for script buttons
- Added option to import scripts from a URL
- Improved validation for api arguments
- Fixed visual issue with script author's name being cut off
- Fixed visual issue with horizontal scrollbar appearing in settings
- Better handling for load errors
Source code released under MIT Licence
Version 1.9.2
Released 13 Nov 2025 - 683.16 kBWorks with firefox 109.0a1 and later- Fixed updates tab looking strange
- Fixed modals for certain plugins looking strange
- Added notingame option for reloadRequired header
- Removed syncEval header
- Added button to copy debug information in popup
- Greatly improved error handling when scripts fail to load
Source code released under MIT Licence
Version 1.9.1
Released 11 Nov 2025 - 673.85 kBWorks with firefox 109.0a1 and later- Added api for plugins to modify fetch requests
- Added modals for gimloader/plugin updates
Source code released under MIT Licence
Version 1.9.0
Released 6 Nov 2025 - 671.15 kBWorks with firefox 109.0a1 and later- Internal UI overhaul
- Added easy settings support for scripts
- Introduced the @deprecated header
Source code released under MIT Licence
Version 1.8.3
Released 27 Oct 2025 - 607.68 kBWorks with firefox 109.0a1 and later- Added redirect to help with some internal changes
Source code released under MIT Licence
Version 1.8.2
Released 23 Oct 2025 - 607.44 kBWorks with firefox 109.0a1 and later- Fixed certain gamemode ids being incorrect
- Fixed issue where the forums would not work
Source code released under MIT Licence