Skip to content

App v0.1.5

Choose a tag to compare

@github-actions github-actions released this 20 Jan 17:59
· 0 commits to 50df04e5398016b2c7380679974a2150e6de919d since this release

πŸš€ Paperfold v0.1.5 - Phase 2: Performance & Polish

✨ New Features

  • Detached WebDAV Sidecar: The network drive daemon now runs independently and survives app restarts.
  • Paperfold Network Drive: Toggle the built-in WebDAV server directly from the sidebar.
  • Mount URL Display: Easily copy http://127.0.0.1:17432 to mount your cloud drive.

⚑ Performance

  • Database Concurrency: Replaced Mutex with RwLock for non-blocking database reads. Browse files while uploading!
  • Persistent Caching: File previews are now cached in AppSupport/cache, significantly reducing bandwidth usage and preview capability.

πŸ› οΈ Fixes & Portability

  • Cross-Platform: Automated builds for macOS (Universal), Linux (AppImage), and Windows (Exe).
  • Correct Timestamps: Files now display accurate creation/modification dates.
  • Wayland Support: Fix for black screen issues on Linux (Wayland).