Skip to content

Releases: forestnode-io/oneshot

v2.0.1

23 Aug 20:45
Compare
Choose a tag to compare

Changelog

  • Fix panic when running oneshot version.
  • Don't show full file path on panic.

v2.0.0

21 Aug 21:32
Compare
Choose a tag to compare

Changelog

  • Improved user experience and reduced flag complexity via cobra.
  • Added NAT traversal via either WebRTC or UPnP based port mapping.
  • Added discovery server command to facilitate WebRTC discovery process and remote monitoring.
  • Added JSON reports that include info on both attempted and the successful transfer (if there was one).
  • Added support for custom receive user interfaces.
  • Added support for auto-decoding data received as base64.
  • Added support for config files.
  • Added reverse-proxy command.
  • Added a client mode for WebRTC based transfers from the CLI (not needed for browser clients).
  • Added commands to view and edit configuration.
  • Fixed issue where some browsers were triggering a transfer via a preview request.
  • Fixed issues with auto-archiving when sending multiple files.
  • Several bug fixes and other minor features.

v2.0.0-beta2

24 Apr 02:16
Compare
Choose a tag to compare
v2.0.0-beta2 Pre-release
Pre-release
fix goreleaser and gon configs

v1.5.1

03 Sep 03:02
Compare
Choose a tag to compare

Changelog

295c1f3 Fix CSRF bug
7521f9e Fix invalid CSRF bug when uploading
d13e2d4 Merge branch 'master' of github.com:raphaelreyna/oneshot
4804904 Update version.txt

v1.5.0

15 Apr 17:54
Compare
Choose a tag to compare

Changelog

a67e611 Add (optional) protection against csrf attacks
8057395 Add support for custom upload html for clients

v1.4.1

28 Mar 19:23
0e1f7c8
Compare
Choose a tag to compare

Changelog

Add favicon and homescreen icon support.

v1.3.1

31 Oct 20:50
Compare
Choose a tag to compare

Changelog

Add ability to do HTTP redirects with custom status codes

v1.2.0

20 Aug 21:30
Compare
Choose a tag to compare

Changelog

db2aba8 Extend bot flag to CGI mode
3fd1259 Fix #10
c389ca3 Fix #11
6b17dd0 Fix #12
48e3b99 Fix #14
bbb33ea Fix #19
e6446ea Fix issue #15
f6ac4e7 Refactor (#18)
b28df50 Refactor (#20)
2632d09 fix #9 (#16)

v1.1.3

15 Jul 03:17
5f87593
Compare
Choose a tag to compare

Changelog

3da8cb4 BothCGI and file downloads filter out bots

v1.1.2

15 Jul 03:05
Compare
Choose a tag to compare

Changelog

027dd07 Fix #7
15dd6da Ignore bots (links now work over iMessage)
0b52798 fix broken README.m generator