Skip to content

Releases: Ludy87/xplora_watch

v2.10.0

10 Sep 07:58
5a5e34a
Compare
Choose a tag to compare

What's Changed

  • Bump actions/setup-python from 4.6.1 to 4.7.0 by @dependabot in #234
  • Bump github/codeql-action from 2.20.3 to 2.20.4 by @dependabot in #236
  • 🔨 Update hacs.json file by <github-actions[bot]> by @github-actions in #237
  • 🔨 Update hacs.json file by <github-actions[bot]> by @github-actions in #239
  • Bump github/codeql-action from 2.20.4 to 2.21.2 by @dependabot in #241
  • Bump svenstaro/upload-release-action from 2.6.1 to 2.7.0 by @dependabot in #242
  • 🔨 Update hacs.json file by <github-actions[bot]> by @github-actions in #243
  • Bump github/codeql-action from 2.21.2 to 2.21.3 by @dependabot in #246
  • Bump mukunku/tag-exists-action from 1.2.0 to 1.3.0 by @dependabot in #248

Full Changelog: v2.8.3...v2.10.0

v2.8.3

12 Jul 20:12
98e566a
Compare
Choose a tag to compare

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 from v2.8.2 to v2.8.3 as indicated in the manifest.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

v2.8.2

13 Jun 09:55
3107fa8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.8.1...v2.8.2

v2.8.1

10 Jun 10:36
75b599b
Compare
Choose a tag to compare

What's Changed

PR Summary

  • Update pyxplora_api version
    Upgrade to version 2.8.3 for improved performance and compatibility
  • Fix functions returning base64 strings
    Ensure functions like fetchChatVoice and get_chat_voice return objects with appropriate keys, rather than raw base64 strings

Full Changelog: v2.8.0...v2.8.1

v2.8.0

08 Jun 18:03
15fed39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.7.16...v2.8.0

v2.7.16

04 May 20:15
b87823b
Compare
Choose a tag to compare
  • Update Pyxplora API to 2.7.0
  • Upgrade to the latest Pyxplora API version for improved functionality and compatibility.
  • Add marshmallow-enum as a requirement
  • Include a new library called marshmallow-enum for better handling of enumerations in the code.
  • Bump version number from v2.7.15 to v2.7.16
  • Increment the software version to reflect the changes made in this pull request.

What's Changed

Full Changelog: v2.7.15...v2.7.16

v2.7.15

29 Mar 18:45
a3a1fe0
Compare
Choose a tag to compare

What's Changed

  • 🐛 Fix #195 🏗️ TypeError by @Ludy87 in #196
  • Update pyxplora_api to 2.6.4

Full Changelog: v2.7.14...v2.7.15

v2.7.14

28 Mar 15:32
26bbec7
Compare
Choose a tag to compare

What's Changed

  • ✨ v2.7.13 by @Ludy87 in #192
  • V2.7.14 - Fix error openstreetmap service not available by @Ludy87 in #194
  • 🐛 Fix a bug in the log message - Improved log messages for better understanding
  • 🔧 Add try/except for openstreetmap.org and mapbox.com - Prevent errors related to map usage
  • ⬆️ Update pyxplora_api to latest 2.6. version* - Stay up-to-date with the latest API improvements

Full Changelog: v2.7.13...v2.7.14

v2.7.13

27 Mar 15:50
aa9899e
Compare
Choose a tag to compare

✨ v2.7.13

What's Changed

  • Bump jpetrucciani/bandit-check from 1.7.4 to 1.7.5 by @dependabot in #183
  • Bump github/codeql-action from 2.2.5 to 2.2.7 by @dependabot in #186
  • Bump actions/checkout from 3.3.0 to 3.4.0 by @dependabot in #187
  • unread message to read message
  • add session timeout

Full Changelog: v2.7.12...v2.7.13

v2.7.12

05 Mar 11:19
e6beb38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.7.11...v2.7.12