Skip to content

Releases: wavy-cat/Cat-Activity

2.6.0

11 Apr 16:26
f472757

Choose a tag to compare

Changed

  • Optimized rendering by introducing lazy variable substitution.
  • The placeholder %linesCount% has been renamed to %fileLineCount%.

Fixed

  • Refactored file line count retrieval to use runReadActionBlocking for fixed #127 in 2026.1.

Security

  • Updated dependencies.

Removed

  • Removed the dependency on kotlinx-coroutines (JetBrains IDEs 2026.1 uses Kotlin 2 out of the box), reducing the bundle size from 3.3 MB to 0.5 MB.
  • Dropped support for IDE versions below 2026.1.

2.5.3

25 Jan 17:16
1335d58

Choose a tag to compare

Changed

  • Updated the welcome alert logic: it will now appear on project startup until a definitive response is provided.
  • Optimized the welcome alert code.
  • JetBrains AI chats are no longer displayed as activity.

2.5.2

07 Jan 14:14
297384d

Choose a tag to compare

Fixed

  • The issue was fixed where the IDE would crash during background restart of the Discord client.

Changed

  • The activity rendering code has been optimized. All notifications and actions in the Tools menu have been switched to background execution mode.
  • The kotlinx coroutines library was added directly into the plugin for full Kotlin 2 support, so the size of the plugin has increased significantly.

2.5.1

26 Dec 18:24
54d854f

Choose a tag to compare

Fixed

  • The Theme setting in new projects has been changed from Macchiato to Default.

2.5.0

20 Dec 18:28
22dd663

Choose a tag to compare

Changed

  • Updated settings menu. Now you can override default values (#65).
  • Asset storage domain changed.

Security

  • Updated dependencies

2.4.0

13 Oct 13:01

Choose a tag to compare

Changed

  • Updated Catppuccin icons to v1.26.0

Security

  • Updated plugin dependencies

2.3.0

18 Aug 06:10
1135e2f

Choose a tag to compare

Changed

  • Updated Catppuccin icons to v1.24.0

2.2.1

10 Aug 15:27
231601f

Choose a tag to compare

Fixed

  • Fixed incorrect display of PyCharm and WebStorm.

v2.2.0

04 Aug 06:53
54cf345

Choose a tag to compare

Added

  • Added Cat Activity as the IDE icon

Changed

  • Updated Catppuccin icons from v1.21.0 to v1.23.0
  • Redesigned IDE icon selection UI
  • Optimized internal logic
  • Changed icon format to WebP (≈65% smaller). Please open an issue if this causes any problems!
  • Raised minimum supported IDE version to 2024.3
  • Added a "Disable" button to the disconnect notification for turning off Rich Presence

Security

  • Updated plugin dependencies

v2.1.0

04 Jun 09:41
408d96a

Choose a tag to compare

Added

  • Added %dinnerbone% placeholder that flips the text.

Changed

  • Updated Catppuccian icons to version 1.21.0.
  • Units in the %fileSize% placeholder were changed from SI prefixes to binary (KB, MB, GB, TB → KiB, MiB, GiB, TiB).

Fixed

  • Fixed an error in calculating file size in TiB in the %fileSize% placeholder.

Security

  • Updated libraries to the latest stable versions to ensure security and performance.