Commit Graph

7 Commits

Author SHA1 Message Date
6578f83dd8 Update to 7.4
Some checks failed
Build and Release / Build (push) Failing after 13s
2025-12-18 10:03:45 +02:00
cd23b9e381 yes 2025-08-06 17:01:25 +03:00
f299e04189 Upgrade 13 2025-08-06 17:01:08 +03:00
b124838915 test 2025-08-06 15:58:06 +03:00
561811cd1f Enhance command handling and add namespace imports
- Added `using` directives for essential namespaces in `Plugin.cs`.
- Implemented a "set" subcommand for configuring activity options, including color and prefix/suffix settings.
- Added error handling for duplicate and invalid inputs, with user feedback via chat.
- Updated the configuration for the first activity based on user input.
2025-06-22 21:44:51 +03:00
0c0c72be9f Enhance Spotify track retrieval in Updater.cs
Updated `Updater.cs` to improve functionality for retrieving the currently playing track in Spotify. Added new methods for window title retrieval and utilized the `EnumWindows` function to filter and identify relevant Spotify track titles. Included P/Invoke declarations for Windows API functions to support these enhancements, along with a new method `GetWindowTitle` for better code organization.
2025-06-11 20:39:08 +03:00
75762504bd first commit 2025-06-07 02:03:54 +03:00