Releases: designer9999/LanDrop
Releases · designer9999/LanDrop
LanDrop v1.2.1
See the changelog for details.
Installation
- Windows: Download and run the
.exeinstaller - Android: Download the
.apkand install
v1.2.0
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
Fix video playback in release builds: use blob URLs instead of asset …
v1.1.1
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
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>