Releases: wavy-cat/Cat-Activity
v1.6.2
What's Changed
- Fixed a bug that caused terminal activity to display as dummy.prompt or Dummy.txt.
- Removed the dependency on
marketplace-zip-signer. This means the plugin is now more secure and 25 times smaller. - Reverted the asset server URL to its original value.
- Relaxed Cloudflare security rules for bots (such as Discordbot) on the asset server domain. This should reduce the number of failed attempts by Discord to retrieve icons.
Full Changelog: v1.6.1...v1.6.2
v1.6.1
v1.6.0
What's Changed
- ⭐️ Added Idle mode. While your IDE is starting up or when no files are open, idle information will be displayed in the activity. This works if you have Details set to Files mode.
- 🪲 Fixed a bug that caused the activity information to reset when closing an inactive tab.
- 🪲 Fixed a bug where 2 different files with the same name had the same elapsed time information.
- ✏️ Changed how the file extension is retrieved. Now, if the file extension is not found, the full name will be used. This primarily affects the
%fileExtension%placeholder. - ✏️ Changed error notification behavior. Now, the plugin will send only 1 notification and will not try to spam your screen. By the way, you can always reconnect to Discord in the "Tools" tab.
- ✏️ The elapsed time information is now stored for 24 hours instead of 1 hour.
- 🖼 Added Protocol Buffers icon. It will be displayed for .proto files.
Full Changelog: v1.5.3.1...v1.6.0
Special thanks to @kofe3k for the feedback and help in improving the plugin.
See you in the fall! 🍁
v1.5.3.1
What's Changed
- Hot Fix The URL of the icons server has been changed to the default Cloudflare Pages URL.
Important
Please update the plugin to the new version to ensure images display correctly in Discord.
Full Changelog: v1.5.3...v1.5.3.1
v1.5.3
What's Changed
This small update has to do with placeholders.
- Added new placeholder
%fileExtension%. - Placeholder
%totalLines%renamed to%linesCount%.
Full Changelog: v1.5.2...v1.5.3
v1.5.2
What's Changed
The JetBrains IDE icons have been updated by default, and now the new version in a minimalist style is used. However, you can choose the old version in the plugin settings.
Full Changelog: v1.5.1...v1.5.2
v1.5.1
What's Changed
A small update that adds support for IntelliJ IDEA 2024.2.
New Contributors
- @danielmillar made their first contribution in #1
Full Changelog: v1.5.0...v1.5.1
v1.5.0
Added
- A new notification that appears when there are issues connecting to Discord.
- You can now manually reconnect to Discord from the Tools menu.
Full Changelog: v1.4.4...v1.5.0
v1.4.4
v1.4.3
Added new 2 new placeholders
%totalLines%to output the number of lines in the file being edited%fileSize%to output the file size with autoformatting in bytes, KB, MB, GB and TB.
Full Changelog: v1.4.2...v1.4.3