Skip to content

Latest commit

 

History

History
68 lines (39 loc) · 4.98 KB

CHANGELOG.md

File metadata and controls

68 lines (39 loc) · 4.98 KB

Changelog

1.3.0 (2025-02-12)

Features

  • ci: update build workflow to include SSH setup and deployment steps (454a241)

Bug Fixes

  • ci: correct directory path in deployment script (9ab9103)
  • ci: disable command echoing in deployment script (e18c762)
  • ci: enhance deployment script by suppressing command output (d524b7a)
  • ci: update notification title and body in build workflow (129b107)
  • ci: update notification title and body in build workflow (5872409)
  • ci: update SSH setup to use SSH_PRIVATE_KEY instead of GITHUB_TOKEN (71df2fc)

1.2.0 (2025-02-12)

Features

  • eval: enhance code evaluation command with improved error handling (1179f96)

1.1.0 (2025-02-04)

Features

  • add safeCall utility function for error handling in async operations (0dee200)
  • presence: implement last seen tracking for users (#36) (cd09bb7)
  • svg: add last seen info to svg cards with option to disable it (#38) (8f724da)

Bug Fixes

  • add optional chaining to member presence status checks (40962cf)
  • commands/eval: integrate safeCall utility for error handling in awaiting messages (6d2893b)
  • routes: update user_id retrieval logic to get user_id from params instead of query (#28) (39eb711)
  • socket: update logging category for websocket connection closure (25163a5)
  • update interaction command check for improved clarity and type safety (c8647ec)
  • update key 'start_human_readable' to 'current_human_readable' for consistency (371d790)

1.1.0 (2025-01-28)

Features

  • add safeCall utility function for error handling in async operations (0dee200)
  • presence: implement last seen tracking for users (#36) (cd09bb7)

Bug Fixes

  • add optional chaining to member presence status checks (40962cf)
  • commands/eval: integrate safeCall utility for error handling in awaiting messages (6d2893b)
  • socket: update logging category for websocket connection closure (25163a5)
  • update interaction command check for improved clarity and type safety (c8647ec)
  • update key 'start_human_readable' to 'current_human_readable' for consistency (371d790)

1.0.0 (2024-11-16)

Bug Fixes

  • routes: update user_id retrieval logic to get user_id from params instead of query (#28) (39eb711)