Skip to content

Releases: matan-h/Transfer

v0.6.1

30 Jan 05:36

Choose a tag to compare

New features:

  • web: added multi-select option (#78)

Changes:

  • revert #57 for now as it does create multiple problems in the codebase

v0.6.0

26 Oct 12:02

Choose a tag to compare

Bug fixes:

  • server: fix another url-encoding bug (#53)
  • server: make file system write operation async (to prevent UI freeze)

v0.5.0

21 Sep 17:26

Choose a tag to compare

New features:

  • main: Add stop server button to the UI (PR #49 by signalbean)
  • main: Add QR code button (PR #52 by signalbean)

Bug fixes:

  • server: dont double url-decode (#44)
  • web: block folder drop (#50)
  • main: normal error message if the port is alredy used (#47)

v0.4.2

22 Aug 14:49

Choose a tag to compare

New features:

  • main: replace error report activity with directly opening github issues. attempting to stop empty reports

v0.4.1

17 Aug 07:01

Choose a tag to compare

Minor release.
The app passed the testing phase in google play!

Bug fixes:

  • fix #29 (the server no longer adds .txt in spesific request with form data content-type)

v0.4.0

05 Aug 10:01

Choose a tag to compare

New features:

  • main: files now open when you press them (ref #28)

Bug fixes:

  • main: minor race condition on file sharing

v0.3.7

25 Jul 07:38

Choose a tag to compare

New features:

  • web: added multiple IPs, so hotspot and WiFi now work (a.2 in #4)

Bug fixes:

  • app: fix IP on VPN (#26)

v0.3.6

14 Jul 20:28

Choose a tag to compare

New features:

  • web: added a clipboard paste button

Bug fixes:

  • web: another attempt Style fix on the website for long filenames in small screens (#19)
  • app: server state now correctly update after app refocus

v0.3.5

07 Jul 13:39

Choose a tag to compare

New features:

  • added a download all button (#21)

Bug fixes:

  • Style fix on the website for long filenames in small screens (#19)
  • Reverse the screenshots symlink direction to make it work better on izzydroid (PR #22 by @mkalmousli)

v0.3.4

03 Jul 09:46

Choose a tag to compare

new features:

  • auto update IP when WiFi changes
  • permission dialog now in notification when the app not in focus

bug fixes: the download button now visable on mobile web UI,app no longer crash without WiFi on settings (#17). this is the release version,after fixing #18