Skip to content

Releases: spectre10/fs-cli

v0.5.2

08 Mar 01:39
Compare
Choose a tag to compare

Changelog

  • fc1ca0d make connection public on receive

v0.5.0

08 Mar 00:21
Compare
Choose a tag to compare

What's new

  • turn session/* into libraries
  • minor fix

Changelog

  • d3f7990 modularize and remove web server in favor of native gui
  • a9ae716 receive: modularize more
  • 7aba98c refactor for increased modularity
  • 2635064 Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#6)
  • c823e06 Bump github.com/gofiber/fiber/v2 from 2.49.2 to 2.50.0 (#5)
  • b5b3fae Merge pull request #4 from spectre10/dependabot/go_modules/golang.org/x/net-0.17.0
  • 3c5e030 Bump golang.org/x/net from 0.15.0 to 0.17.0
  • 8e28a75 fix serve command typo and updated logging
  • d36d844 add logger and server enhancements
  • 5799799 basic setup for UI server
  • 184bd74 exit the app when connection fails

v0.4.0

20 Jul 19:10
a152930
Compare
Choose a tag to compare

What's New

  • Display speed
  • Display session stats at end
  • Bug Fixes

Changelog

  • a152930 Update README.md
  • 16cb2fe Update description of commands
  • 0f2ae99 update module names
  • a837ace update version and update final stat to show size in appropriate unit
  • 1810a2e Merge pull request #3 from Dev-Voldemort/1-add-speed-info
  • 5a2d2f9 add speed statistics
  • 1141112 Display speed with amount transferred.
  • 5502ed8 Add comments for documentation.
  • a40e209 Update README.md

v0.3.0

15 Jul 03:45
Compare
Choose a tag to compare

What's New

  • Send multiple files concurrently
  • findip Command : Find your IP address
  • Added some UI things (Bar, Percentage)

Changelog

  • c9bc828 updated findip and updated command description
  • 59a0f32 Implemented findip command to find the IP address
  • 42313f1 synchronize the margin on bars and replace bars with done after completion
  • 51c9941 only send completed signal after all channels are done
  • 45c7b12 added support for sending multiple files concurrently and removed race conditions with atomic counters
  • 2726348 modularized for multiple files usecase
  • b783671 updated dependencies and fixed a bug
  • 83ae68f replaced pterm with mpb due to future concurrent multi-file sharing goal
  • 838d820 added shorthand for file flag and some minor changes

v0.2.1

28 Jun 15:43
Compare
Choose a tag to compare

Changelog

v0.2.0

28 Jun 14:22
Compare
Choose a tag to compare

Changelog

  • 7c96221 re-structured and updated README
  • 0332000 Separated Control and Data channels in webrtc
  • 9480c3f Update README.md
  • d93d853 limited stats to 2 decimal precision and refactored

v0.1.2

24 Jun 13:41
Compare
Choose a tag to compare

Changelog

v0.1.1

18 Jun 07:39
Compare
Choose a tag to compare

Changelog

  • a475b57 cleaned code and updated README
  • a47cfdb send metadata, instead of just size
  • 8ba7ce9 Updated version and README
  • 6e0d365 Updated README

v0.1.0

13 Jun 02:36
Compare
Choose a tag to compare

Changelog

  • 4f49a5c added version
  • 8b7ead0 Create LICENSE
  • 2aa02b7 added github release workflows
  • a71fa9f cleaned code
  • 096f3e2 Interrupt signal
  • 1215c69 Create README.md
  • 760c21a added gzip compression to sdp
  • 2a94e18 updated MiB definition
  • 452d378 updated description of commands
  • 3ba8119 added stats to display on terminal
  • 23ce4fb Merge pull request #1 from spectre10/development
  • 54d9e61 communicating size and waiting to close channel
  • 3d55cf6 channel closing wait and mutex
  • 2ac04e8 added file transfer
  • c833c99 fixed the send SDP not having all candidates
  • 7ba1dc1 added gitignore
  • dda3d43 Fixed invalid SDP loop. Updated description
  • 1bc5344 Integrated Cobra-CLI and added receiver
  • 0eadc7b take sdp directly from cli
  • 42d738b re-structured
  • 4baadf6 Initial commit.