Skip to content

v0.1.1

Latest
Compare
Choose a tag to compare
@stephan-fischer stephan-fischer released this 19 Feb 15:16
· 1 commit to main since this release

Version 0.1.1 (2025-02-20)

Added

  • Improved path handling in getMedia

    • Now directly retrieves original media file paths for images and videos.
    • Uses PHAssetResource for more accurate file access on iOS.
  • Thumbnail generation optimizations

    • Web version uses OffscreenCanvas for faster processing.
  • Refactored getMedia structure

    • Introduced includePath instead of path for clarity.
    • Added better error handling when media retrieval fails.
  • Refactored code structure

    • Moved conversion logic into separate helper functions.
    • Improved maintainability and readability.

Fixed

  • Media retrieval issues
    • Fixed an issue where getMedia would sometimes return stale data.
    • Ensured video paths are correctly fetched for playback.

Breaking Changes

  • Renamed generatePath to includePath in getMedia
    • Update your API calls accordingly.

Full Changelog: v0.1.0...v0.1.1