Releases: Innei/ProcessReporter
Releases · Innei/ProcessReporter
v0.5.0
v1.4.0
Enhance MediaInfoManager and Reporter for improved media playback mon…
v1.3.0
Enhance Reporter functionality with mapping rules and improved data h…
v1.2.0
Enhance Slack integration with custom emoji conditions and improve me…
v1.1.2
fix: ci Signed-off-by: Innei <[email protected]>
v1.1.1
Add emoji picker and condition button to Slack preferences view - Introduced an emoji picker button for easier emoji selection in the PreferencesIntegrationSlackView. - Added a condition emoji button to open a modal for setting custom emoji conditions. - Enhanced layout by integrating the emoji picker and condition button into a horizontal stack view alongside the global custom emoji input. - Improved formatting and readability of template string usage instructions. These changes enhance the user experience by providing more intuitive emoji management options in the Slack integration settings. Signed-off-by: Innei <[email protected]>
v1.1.0
Enhance Reporter error handling and integrate rate limiting for Slack - Updated ReporterError enum to include new cases for ratelimitExceeded and ignored errors, providing more granular error handling. - Modified error handling in Reporter to filter out ignored and rate-limited errors, improving the clarity of failure messages. - Implemented a Ratelimiter class to manage request rates for Slack integration, ensuring compliance with rate limits. - Adjusted Slack integration methods to return appropriate error cases based on integration status and rate limits. - Updated processName property in ReportModel to be optional, enhancing flexibility in handling media information. These changes improve error management and ensure that Slack integration adheres to rate limits, enhancing overall application reliability. Signed-off-by: Innei <[email protected]>
v1.0.3
Update GitHub Actions workflow to create a DMG for the ProcessReporte…
v1.0.2
Update GitHub Actions workflow to use Xcode 16.2 - Changed the Xcode version in the workflow from Xcode_15.4.app to Xcode_16.2.app to ensure compatibility with the latest features and improvements. This update aligns the workflow with the current Xcode version, enhancing build reliability. Signed-off-by: Innei <[email protected]>