Releases: cnt0/lemonade
Releases · cnt0/lemonade
v1.1.3-cnt0
Changelog
- ecc64be --trans-loopback option is client option
- 056a401 Add '--no-fallback-messages' flag
- faca7d7 Add 'skip' to skip reading config file
- b73873b Add License.
- 6700e8d Add go module files
- e68bf45 Add option
- 2b292b0 Bump all depedencies
- 8c0bdf0 CLI#DataSource is changed from io.Reader to string
- ce8410a Convert line ending func
- 21357e8 Convert line ending.
- 2f3527c Create main.yml
- c4d91c6 Don't execute command when help. Close lemonade-command#4
- c8ca242 Drop older version of Go
- 7854a52 Fall back to localhost when lemonade client can't connect to server.
- ff9b85d Fix broken test
- 8e9a9a5 Fix help message.
- dbe4801 Fix package paths
- 4fd9fed Fix test
- 17023e8 Go 1.3 is not support.
- 53eeb4f IP filtering. Close lemonade-command#2
- 4b30b99 Improve README
- f4b832f Logger
- ad249b1 Maintainers wanted lemonade-command#25
- 63b93e5 Mention about secure usage in readme. lemonade-command#14
- d1807c9 Merge branch 'loopback-address-translation'. Closed lemonade-command#6
- fc4c4d2 Merge branch 'master' into pr/23
- 88b179f Merge branch 'trans-loopback-client-option'. Fixed lemonade-command#9
- b2b0113 Merge branch 'translate-local-file'. Closed lemonade-command#7
- 16640aa Merge pull request lemonade-command#12 from pocke/feature/11_fallback_local
- 1d28f23 Merge pull request lemonade-command#13 from pocke/try-fix-broken-at-travis
- 493f131 Merge pull request lemonade-command#16 from pocke/15-convert-line-ending
- 2f400e6 Merge pull request lemonade-command#24 from pocke/update-go-version-in-travis
- cf62242 Merge pull request lemonade-command#28 from lambdalisue/master
- a016036 Merge pull request lemonade-command#29 from mattn/fix-package
- ddbd6c1 Merge pull request lemonade-command#30 from lemonade-command/pr/23
- 0e8bbad Merge pull request lemonade-command#37 from raa0121/add-go-mod
- 97ad2f7 Merge pull request lemonade-command#38 from 9547/feature/rpc-timeout
- fb41f18 Merge pull request lemonade-command#39 from SuperSandro2000/bumps
- 33364fc Refactor
- 0c139b8 Refactor
- 2da0482 Refactor
- 11edfca Refactor
- 0c0a45b Release
- 8c130cc Remove unreachable code.
- 0c5e592 Return value
- 905763c Server
- e94aa51 Show version in help. Close lemonade-command#10
- 5245473 Strip and remove debugging symbols
- b3da867 Switching sub-cmd by ARGV[0] is enabled to work when exec by full path.
- 5b3193f Test is enabled to work
- 37e5db7 Test with go 1.7 and 1.8 in Travis CI
- 85767fb Tiny fix for command name matching.
- f2cfc63 Translate local file to HTTP
- 03d50a1 Translation local file option is made optional.
- 62663a9 Translation loopback is made optional.
- 444b614 Travis badge.
- ac1d6c0 Update README
- 2b5ca35 Update README
- 54f3b1d Update README. Closed lemonade-command#8
- 8c4cb34 Update readme
- a6cfa44 Update test
- ba09844 Update travis.yml
- 7bb5ffa Usage. Close lemonade-command#5
- 78fe7ec When open receive loopback addr, translate to dst addr
- 3391e29 Work! 🎉
- 1db4688 [DOC] Write README.
- c86dc47 [FIX] IP filtering isn't working properly when IPv6
- c7f5ca9 [WIP] This commit cannot build!
- b459397 add github release section
- 7342da0 add goreleaser config
- 88e212d client: dial localhost with timeout
- de9db56 client: use net.DialTimeout instead of select timeout
- 247a674 connCh
- b724fd3 feature: add rpc timeout
- c6bae47 first commit
- 7d03ee6 flag parse
- 8d9608d go fmt ./...
- 70ec1f2 help without sub-command. Close lemonade-command#3
- fee0f7e line ending work in local
- a41ca97 makable
- c977b8c move files
- 420caf6 release snapshot for now
- 86ba7a4 release task
- 79061ce sideci.yml
- b0a9a60 support go 1.6, and try to fix test on travis
- 0d6f785 travis
- 2fc9086 wip