v2.8.3
What's Changed
- Bump github/codeql-action from 2.3.6 to 2.20.1 by @dependabot in #226
- Bump github/codeql-action from 2.20.1 to 2.20.2 by @dependabot in #229
- Bump github/codeql-action from 2.20.2 to 2.20.3 by @dependabot in #230
- 🔨 Update hacs.json file by <github-actions[bot]> by @github-actions in #231
PR Summary
-
Version Update
The application has been updated to a new version. Specifically, the version has been bumped fromv2.8.2
tov2.8.3
as indicated in themanifest.json
file. -
Refined Data Fetching
Improvements have been made to the way we fetch and process different types of chat content, including voice messages, short videos, and images. Now it prevents unnecessary function calls in case the data is not available. This change is expected to lead to faster and more efficient data processing.- Voice Data: The method that retrieves voice data in chat now checks whether the voice data is there before using it.
- Video Data: The methods fetching short video chat data have been refined to prevent unnecessary function calls when video or thumbnail data is not present.
- Image Data: Modifications to how chat image data is handled ensure we only process image data when it is available.
New Contributors
- @github-actions made their first contribution in #231
Full Changelog: v2.8.2...v2.8.3