Skip to content

Releases: Innei/ProcessReporter

v0.5.0

12 Jul 13:24
4271aef

Choose a tag to compare

Add comprehensive API, architecture, development, and user guide docu…

v1.4.0

05 May 11:06
49e1959

Choose a tag to compare

Enhance MediaInfoManager and Reporter for improved media playback mon…

v1.3.0

21 Apr 08:52
c40316f

Choose a tag to compare

Enhance Reporter functionality with mapping rules and improved data h…

v1.2.0

19 Apr 17:49
e341a92

Choose a tag to compare

Enhance Slack integration with custom emoji conditions and improve me…

v1.1.2

18 Apr 05:18
802fac1

Choose a tag to compare

fix: ci

Signed-off-by: Innei <[email protected]>

v1.1.1

18 Apr 05:13
3a04172

Choose a tag to compare

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

16 Apr 10:49
38edc0f

Choose a tag to compare

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

15 Apr 06:53
c07a158

Choose a tag to compare

Update GitHub Actions workflow to create a DMG for the ProcessReporte…

v1.0.2

15 Apr 06:46
ce34b1b

Choose a tag to compare

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]>