Skip to content

Releases: argon-rbx/argon

Argon 0.4.0

01 Dec 14:27
Compare
Choose a tag to compare

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

27 Nov 21:45
Compare
Choose a tag to compare

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

26 Nov 12:31
Compare
Choose a tag to compare

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

25 Nov 20:09
Compare
Choose a tag to compare

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

24 Nov 21:54
Compare
Choose a tag to compare

Changes:

  • Removed node_modules from VSC extension

Argon 0.3.0

24 Nov 21:36
Compare
Choose a tag to compare

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