Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Feb 17:05
d7bed7f

1.0.0 (2025-02-25)

⚠️ DEPRECATED: This release is no longer supported or recommended.

  • Do not use this version
  • Upgrade to the latest release

⚠ BREAKING CHANGES

  • show-file and show-project arguments has been renamed to hide-file and hide-project

Features

  • add configurable Xcode update interval and improve Discord connection handling (5070fec)
  • add configuration management (f142ed4)
  • add custom error variant and improve main function error handling (040b3e5)
  • enhance logging levels based on debug configuration (be81828)
  • improve file language handling (407acec)
  • integrate SimpleLogger for improved logging (474bf11)
  • introduce custom error handling with Result type and Error enum (7476f2a)
  • rename wait_time with update_interval (a09f20b)

Bug Fixes

  • enhance error handling in run_osascript function (6b8db8a)
  • improve error handling for Discord IPC client initialization (b1b5634)
  • rename wait_time to update_interval in default configuration (783020a)
  • streamline output handling in AppleScript execution functions (21c8aee)

Performance Improvements

  • skip discord connection when xcode is not running (f44d54a)