Skip to content

Releases: k1nz/lanpaste

Release list

LanPaste v0.1.0

Choose a tag to compare

@github-actions github-actions released this 09 Sep 09:03

[0.1.0] - 2026-09-09

Added

  • Add bilingual user-facing README for the 0.1.0 release. by @k1nz
  • Add English and Chinese UI locales that follow the system language by default. by @k1nz
  • Add tag-triggered Tauri release CI with git-cliff changelogs. by @k1nz
  • Add a dev:tauri script to start Vite and Tauri together. by @k1nz
  • Implement LanPaste v1 with Tauri 2 overlay, pairing, and LAN sync. by @k1nz

Changed

  • Show actual text in history rows instead of RTF/HTML type labels. by @k1nz
  • Stop auto-sync from echoing a copy back as duplicate history on both machines. by @k1nz
  • Show image thumbnails in history, including copied image files. by @k1nz
  • Hide the overlay when it loses focus so click-away dismisses the panel. by @k1nz
  • Write remote files as clipboard promises so paste, not copy, triggers the download. by @k1nz
  • Treat the Windows desktop as a paste target instead of the last app. by @k1nz
  • Send a real Ctrl+V on Windows instead of a plain v key. by @k1nz
  • Paste files under their original names so type and extension survive. by @k1nz
  • Use Ctrl+Shift+V as the Windows overlay default and record Control separately from Command. by @k1nz
  • Look up file downloads by item id so paste from a peer can fetch the blob. by @k1nz
  • Make the overlay shortcut editable and default it to Option+Shift+V. by @k1nz
  • Apply acrylic blur on Windows so overlay panels stay frosted. by @k1nz
  • Paste into the previously focused Windows app from the UI thread. by @k1nz
  • Use native macOS vibrancy so overlay and pairing panels stay frosted. by @k1nz
  • Clarify window count, size-cap semantics, and pairing prompt in the spec. by @k1nz

Documentation

  • Document LanPaste product spec and Raycast-oriented design system. by @k1nz

Fixed

  • Fix file sync hitting Axum's 2MB body limit on Windows. by @k1nz
  • Fix overlay action bar overlap and unify list and preview scrollbars. by @k1nz
  • Fix Tauri window theme to Dark so config schema validation passes. by @k1nz
  • Fix Windows Enter-to-paste by writing the clipboard and simulating Ctrl+V. by @k1nz
  • Fix Windows Tauri build by gating macOS-only activation policy. by @k1nz
  • Fix Tauri startup crash from invalid global-shortcut plugin config. by @k1nz