Skip to content

Releases: wavy-cat/Cat-Activity

v1.6.2

13 Nov 10:37
4c074e5

Choose a tag to compare

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

20 Sep 02:49
ddc44a9

Choose a tag to compare

What's Changed

  • Added support for JetBrains IDEs 2024.3

Full Changelog: v1.6.0...v1.6.1

v1.6.0

23 Aug 22:29
63fd7b7

Choose a tag to compare

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

21 Aug 16:55
2da88a0

Choose a tag to compare

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

13 Aug 06:11
2ea138a

Choose a tag to compare

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

09 Aug 17:54
e134340

Choose a tag to compare

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

08 Aug 16:40
5e3f7e6

Choose a tag to compare

What's Changed

A small update that adds support for IntelliJ IDEA 2024.2.

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0

04 Jul 08:10
e710475

Choose a tag to compare

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

18 Jun 05:33
8630aa6

Choose a tag to compare

Fixes

  • Fixed display of C, D, R and V languages.

Full Changelog: v1.4.3...v1.4.4

v1.4.3

17 Jun 10:00
48d5598

Choose a tag to compare

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