Releases: wavy-cat/Cat-Activity
Releases · wavy-cat/Cat-Activity
2.6.0
Changed
- Optimized rendering by introducing lazy variable substitution.
- The placeholder
%linesCount%has been renamed to%fileLineCount%.
Fixed
- Refactored file line count retrieval to use
runReadActionBlockingfor 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
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
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
Fixed
- The Theme setting in new projects has been changed from Macchiato to Default.
2.5.0
2.4.0
2.3.0
Changed
- Updated Catppuccin icons to v1.24.0
2.2.1
Fixed
- Fixed incorrect display of PyCharm and WebStorm.
v2.2.0
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
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.