Skip to content

Releases: fuskovic/nw

v4.0.1

14 Dec 22:23

Choose a tag to compare

Changelog

v4.0.0 - rename + dependabot security updates

14 Dec 22:14
d92b8d5

Choose a tag to compare

Changelog

  • d92b8d5 Merge pull request #9 from fuskovic/dependabot/go_modules/golang.org/x/crypto-0.45.0
  • c9f5313 Bump golang.org/x/crypto from 0.31.0 to 0.45.0
  • 1e662eb Merge pull request #8 from fuskovic/v4
  • a98dab0 enable generating of autocompletion script
  • ccd52f1 remove alias
  • 38207ec version bump
  • ba53455 replace strings.Index -> strings.Contains
  • 1d1a617 rename 'networker' -> 'nw'
  • 4e3f216 rename workflow project name
  • a5efa97 update docs
  • c62b094 update examples to reflect rename
  • 133ec5d replace 'exec.Command('networker' -> 'exec.Command('nw'...
  • f78e6c1 rename test util 'WithNetworker' -> 'WithNw'
  • 5989e81 replace all instances of 'networker/v3' -> 'nw/v4'
  • e2dd84f ignore vendor
  • 5a2a7ee change module name + update go to 1.25
  • 8ccd93f change root command name
  • 4994abc Merge pull request #7 from fuskovic/dependabot/go_modules/golang.org/x/crypto-0.31.0
  • 4f5be72 Bump golang.org/x/crypto from 0.23.0 to 0.31.0
  • 738ab1f update readme

v3.1.3 (IpV6 Support)

26 Jul 13:49

Choose a tag to compare

Changelog

v3.0.3

22 Jul 23:52

Choose a tag to compare

Changelog

Upgrades some dependencies and addresses dependabot security alerts

v3.0.1

01 Jul 15:39

Choose a tag to compare

  • Addresses Dependabot security alert for CVE-2022-27664 by bumping golang.org/x/net
  • Deprecates request subcommand.
  • Bumps https://github.com/jackpal/gateway to include fix for jackpal/gateway#34

v2.1.1

16 Apr 23:48

Choose a tag to compare

Changelog

New Command

New shell command allows you to serve a shell from one machine and then connect to it remotely from another without SSH or authentication.

See docs for usage.

  • 2749726 Merge pull request #6 from fuskovic/shell-command

v2.0.4

10 Apr 09:52

Choose a tag to compare

Changelog

  • 2a904b0 print -> println when printing version

v2.0.3

10 Apr 09:43

Choose a tag to compare

Changelog

v2.0.2

10 Apr 09:39

Choose a tag to compare

Changelog

  • 70a0c18 fix typo in command examples

v2.0.1

10 Apr 09:22

Choose a tag to compare

Changelog

  • d87505f change module github.com/fuskovic/networker -> github.com/fuskovic/networker/v2