App v0.1.5
·
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:17432to mount your cloud drive.
β‘ Performance
- Database Concurrency: Replaced Mutex with
RwLockfor 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).