You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automated GitHub Releases on version tags (v*) via fyne-cross + GoReleaser.
Dark / Light mode switch in Settings (persisted via app preferences; default remains dark). (#4)
Multi-file upload: stage multiple files (Add files), review/remove them in a queue, then upload sequentially with overall progress. Copy pastes all result URLs (one per line). (#3)
Native multi-select when adding files on Linux (XDG portal / kdialog / zenity) and Windows (common dialog). Android keeps the single-file Fyne picker.
Linux multi-select uses one backend only (KDE → kdialog/Dolphin; elsewhere portal when available) so portal+kdialog no longer open two pickers on Kubuntu.
Settings: Filepicker choice — Fyne default (single file) or OS Native Multipicker (multi-select on desktop).
Changed
Download links in the README now point to GitHub Release assets instead of committed fyne-cross/ binaries.
UI labels that used hardcoded white canvas text now use theme-aware widgets so Light mode stays readable.
Main screen upload actions are split into Add files and Upload / Upload all (Fyne’s file dialog only returns one file per pick).
Fixed
Android uploads no longer fail with open /document/primary%3A…: no such file or directory when picking photos via the Storage Access Framework. Content URIs are streamed into a temp file before go-pd upload. (#5)