Skip to content

DRAINY v1.4.1

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Jul 20:51
· 1 commit to main since this release

Changelog

Added

  • 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)