Releases: argon-rbx/argon
Releases · argon-rbx/argon
Argon 0.4.0
Changes:
- Added two-way sync (only for code)
- Added "Launch Roblox Studio" command (VSC)
- Added "Open In Editor" option (Roblox)
- Added open in preview option (VSC, settings)
- Fixed code not syncing when only code mode was enabled and script instance had children
- VSC extension now utilizes node-ffi-napi to communicate with user32.dll (required to bypass Windows limitation and force editor to open)
- Many code optimizations
Argon 0.3.4
Changes:
- Fixed bug reported by @Plasmanode that caused errors when porting "StarterPlayer" to VSC
- Fixed bug reported by @Plasmanode that caused descendants of the scripts being overwritten
- Fixed source code being ported twice (from VSC to Roblox)
- Fixed script source not porting in some cases
- Porting source code takes less time
- All plugin icons are now preloaded
- Minor UI changes
Argon 0.3.3
Changes:
- Added icon for .argon.json
- Added support for custom directories (inside .argon.json)
- Fixed issue with root folder caused by 0.3.2 update
- Fixed "cannot resume dead coroutine" error
Argon 0.3.2
Changes:
- Added auto check for updates in both Roblox plugin and VSC extension
- Added option to not create root (src by default) folder automatically (VSC)
- Fixed some bugs which were caused by the lack of an open workspace (VSC)
- Updating Argon settings no longer requires window reload (VSC)
- Added more VSC icons
Argon 0.3.1
Changes:
- Removed node_modules from VSC extension
Argon 0.3.0
Changes:
- Added releases on GitHub
- Added local website with Argon stats
- Added option to sync only code (exclude empty instances)
- Added option for VSC extension to suppress notifications
- Connecting multiple clients to one Argon server is no longer possible
- StarterPlayer no longer ports to VSC if StarterPlayerScripts and StarterCharacterScripts are empty
- Fixed extension not stopping when plugin was still sending requests (temp fix by destroying websockets, this method will change when Electron adds support for node.js 18.2.0+))
- Fixed notifications displaying twice when Argon got enabled with command
- Fixed class filtering selector color on light mode
- Fixed plugin auto run option
- Various code optimizations