Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Feb 06:40
aa6cd24

New

  • Start a server when the executable or link's file name is tftp-now-serve (contributed by @kazubu)
    $ ls tftp-now*
    tftp-now*       tftp-now-serve@
    
    $ ./tftp-now
    tftp-now 1.1.0
    
    Usage of tftp-now:
    ... (snip) ...
    
    $ ./tftp-now-serve
    3:45PM INF tftp-now will start a server since the executable's name is 'tftp-now-serve'
    3:45PM INF starting the TFTP server directory=/Users/takumi/dev/github.com/puhitaku/tftp-now host=0.0.0.0 port=69
    
  • When reading (receiving) a file, the local file name will now be inferred from the remote file path, if the local file path was unspecified. For example, if the remote file path is /foo/bar, the local file name will be inferred as bar.
  • The help text will now show the version number.

Fix

  • write subcommand don't validate -remote and -local

Merged PRs

  • Merge #6 by @kazubu with some addition in #7
  • Embed and show version in #8

Full Changelog: 1.0.5...1.1.0