Skip to content

Releases: designer9999/LanDrop

LanDrop v1.2.1

26 Mar 13:57

Choose a tag to compare

See the changelog for details.

Installation

  • Windows: Download and run the .exe installer
  • Android: Download the .apk and install

v1.2.0

26 Mar 12:47

Choose a tag to compare

v1.2.0: sync Cargo.toml + tauri.conf.json versions for updater

Both files must have matching version for the auto-updater to work.
Previous releases had mismatched versions causing "Up to date" false
positive.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v1.1.2

26 Mar 12:19

Choose a tag to compare

Fix video playback in release builds: use blob URLs instead of asset …

v1.1.1

26 Mar 12:10

Choose a tag to compare

Fix video preview in release builds: expand asset protocol scope

The asset protocol scope was too restrictive in release builds —
videos couldn't be served from arbitrary filesystem paths (Downloads,
Desktop, etc). Expanded scope to cover all common user directories
and drive roots.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v1.1.0

26 Mar 11:54

Choose a tag to compare

Video previews: inline playback, hover-play, mute, timeline, lightbox

- Add video file detection (mp4, webm, mov, avi, mkv, m4v, ogv)
- Videos appear in same grid as images with centered play badge
- Hover starts muted playback, leave pauses
- Progress bar at bottom (clickable to seek)
- Mute/unmute button bottom-right on hover
- Click opens fullscreen Lightbox with full player controls
  (play/pause, timeline scrubber, time display, mute toggle)
- Composer shows video first-frame preview via #t=0.1 fragment
- Uses convertFileSrc + asset protocol for streaming (no base64)
- Memory leak fixes: pause + clear src on unmount, revoke blob URLs
- CSP updated with media-src for video playback
- Bump version to 1.1.0

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>