Commit Graph

5 Commits

Author SHA1 Message Date
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