Skip to content

Releases: FrozenProductions/Comet

v1.1.4

12 Nov 17:55

Choose a tag to compare

  • [✨] Added pin window button - (Commit)
  • [✨] Added key information fetching functionality in Application Settings - (Commit)

Full Changelog: v1.1.3...v1.1.4

v1.1.3

02 Nov 09:18

Choose a tag to compare

  • [✨] Added key prop to CodeEditor for improved rendering with selected file(AutoExecuteManager) - (Commit)
  • [✨] Improved intellisense accept suggestion keybind logic handling - (Commit)
  • [✨] Removed FastFlags logic completely due to Roblox changes - (Commit)
  • [✨] Fixed execution history window boundary constraints. Window now respects app boundaries during dragging - (Commit)
  • [✨] Added uninstall executor option - (Commit)
  • [⚡️] Optimized ExecutionHistory loading and parsing - (Commit)

Full Changelog: v1.1.2...v1.1.3

v1.1.2

14 Aug 07:34

Choose a tag to compare

  • [✨] Adjusted Sidebar component dimensions and button spacing -(Commit)
  • [✨] Updated workspaceSelector component, Fixed workspace delete process - (Commit)
  • [🎨] Updated accent colors and gradients configuration for Ronix brand - (Commit)
  • [✨] Added settings for hiding topbar and status bar in zen mode - (Commit)
  • [✨] Added keybinds for navigating to next and previous workspaces - (Commit)
  • [🩹] Fixed multiline string parsing(multi-line comments related issue) - (Commit)
  • [✨] Updated layout handling in executionHistory component to prevent layout shifts during dragging - (Commit)

Full Changelog: v1.1.1...v1.1.2

v1.1.2-dp.1

06 Aug 16:37

Choose a tag to compare

v1.1.2-dp.1 Pre-release
Pre-release

Full Changelog: v1.1.1...v1.1.2-dp.1

v1.1.1

03 Aug 14:09

Choose a tag to compare

  • [✨] Increased z-index for workspaceSearch to fix layering with roblox console - (Commit)
  • [✨] Increased z-index for statusBar tooltips to fix layering with roblox console - (Commit)
  • [✨] Added cometOffline component and integrated comet status checking functionality in App component - (Commit)
  • [♻️] Updated default console visibility setting in DEFAULT_EDITOR_SETTINGS to false - (Commit)
  • [✨] Added image support to version message modal - (Commit)
  • [♻️] Refactored editor state management by introducing editorStateService for saving and restoring editor state - (Commit)
  • [✨] Enhanced editor state management by adding position tracking and refining tab update logic. Fixed tab renaming bug that caused tabs content, names desync - (Commit)
  • [✨] Improved file deletion logic in autoExecute component by resetting selected file and content state directly after deletion - (Commit)
  • [✨] Improved hydrogen.rs checking to make it check for both dylib and RobloxPlayer.copy file - (Commit)
  • [✨] Enhanced status bar functionality by implementing reorder support for status bar items - (Commit)
  • [✨] Added keybind for beautifying code - (Commit)
  • [✨] Added search and status filter functionality to execution history component - (Commit)

Full Changelog: v1.1.0...v1.1.1

v1.1.0

16 Jul 18:51

Choose a tag to compare

  • [✨] Fixed layering between commandPalette and robloxConsole - (Commit)
  • [⭐️] Reworked tray menu. Added tray menu configuration and custom script management - (Commit)
  • [🐛] Fixed scriptLibrary script content fetching - (Commit)
  • [✨] Fixed layering between diagnostics dropdown and robloxConsole - (Commit)
  • [⭐️] Added notification system to notify user about being disconnected from a roblox game (Commit)
  • [✨] Added startup settings with start at login toggle - (Commit)
  • [✨] Added permissions checker to ensure that comet has access to every needed directory - (Commit)

Full Changelog: v1.0.9...v1.1.0

v1.0.9

11 Jul 08:27

Choose a tag to compare

[✨] Added Lua support with diagnostics in the code editor - (Commit)
[✨] Added modal size adjustment feature - (Commit)
[🎨] Updated CommandPalette styling - (Commit)
[✨] Added "Go to Line" command functionality in CommandPalette - (Commit)
[✨] Added middle-click tab close feature in settings - (Commit)
[⭐️] Added statusBar component -(Commit)
[✨] Fixed issues with editor re-render on robloxConsole component toggle - (Commit)
[✨] Implemented workspace search functionality - (Commit)
[✨] More keybinds - (Commit)
[⭐️] Refactored script library components and migrated to RSScripts API - (Commit)
[✨] Updated toast component styles - (Commit)
[✨] Added toast position configuration to interface settings - (Commit)
[✨] Added toggle for toast notifications in interface settings - (Commit)
[✨] Added settings for error markers and max tokenization line length in editor settings - (Commit)
[✨] Implemented code beautification feature - (Commit)

Full Changelog: v1.0.8...v1.0.9

v1.0.8

02 Jul 17:13

Choose a tag to compare

  • [✨] Updated CommandPalette component styling - (Commit)
  • [✨] Enhanced pagination button styling in ScriptLibrary component - (Commit)
  • [✨] Added JSON paste functionality in FastFlagManager - (Commit)
  • [✨] Improved import/export functionality in FastFlags - (Commit)
  • [✨] Added execution history settings with configurable maximum items - (Commit)
  • [✨] Added tooltip for first-time users in editorActions - (Commit)
  • [✨] Implemented functionality execute the last executed script in tray menu - (Commit)
  • [✨] Updated hydrogenNotFound component buttons styling - (Commit)
  • [✨] Implemented auto-execute toggle functionality - (Commit)

Full Changelog: v1.0.7...v1.0.8

v1.0.7

28 Jun 13:44

Choose a tag to compare

  • [✨] Added workspace creation functionality to CommandPalette - (Commit)
  • [✨] Reworked editor actions - (Commit)
  • [⭐️] Implemented execution history feature - (Commit)
  • [✨] Updated profile management to clear active profile when ClientAppSettings.json file is missing - (Commit)
  • Improved styling in scriptLibrary, autoExecute, fastFlags, fastFlagsManager, workspace, settings, modals, contextMenu
  • [✨] Updated editorSearch to reset search term on close - (Commit)
  • [✨] Added export functionality to contextMenu for tabs - (Commit)
  • [✨] Improved tabBar component styling and interaction - (Commit)
  • [✨] Added compact mode setting for IntelliSense - (Commit)
  • [✨] Introduced sidebar visibility toggle - (Commit)

Full Changelog: v1.0.6...v1.0.7

v1.0.6

24 Jun 13:46

Choose a tag to compare

  • Enhanced EasyMode component with tooltip support - (Commit)
  • Improved search functionality in ScriptLibrary component with recent searches handling - (Commit)
  • Introduced logging service for enhanced error tracking and log management - (Commit)
  • Moved some API and fastFlags related stuff to backend for dynamic updates
  • Implemented version specific notifications - (Commit)
  • Added new commands to Raycast extension: logs(view last roblox logs), auto execute(manage hydrogen auto execution)

Full Changelog: v1.0.5...v1.0.6