Skip to content

Releases: claudiodangelis/qrcp

0.11.2

03 Feb 14:07
8b35ad8
Compare
Choose a tag to compare

Changelog

Downloads

Platform Download link
Linux deb package
Linux RPM package
macOS macOS package
Windows Windows package

Refer to the list of assets below for all supported platform.

0.11.1

20 Dec 21:32
Compare
Choose a tag to compare

Changelog

  • dee39b9 Add dependabot (#270)
  • 56ec53e Create CNAME
  • ab0abd5 Fixing deleting temp files and incorrect zip file
  • b63fee5 Merge branch 'release-0.10.1'
  • 64ffcab chore(deps): Bump github.com/manifoldco/promptui from 0.7.0 to 0.9.0 (#299)
  • 1f2bcc1 chore(deps): Bump github.com/spf13/viper from 1.18.0 to 1.18.1
  • 5d848c1 chore(deps): Bump github.com/spf13/viper from 1.18.1 to 1.18.2
  • 50d5362 chore(deps): bump github.com/adrg/xdg from 0.3.2 to 0.4.0 (#274)
  • 9ce5362 chore(deps): bump github.com/glendc/go-external-ip (#272)
  • 4467fdf chore(deps): bump github.com/spf13/viper from 1.17.0 to 1.18.0 (#307)
  • 9599aa9 chore(deps): bump several dependencies (#295)
  • c2c3200 chore(deps): update (#310)
  • e1d67bd chore(deps): update gopkg.in/yaml.v2 (#271)
  • 949f2bb chore(docs): add update-docs.sh script
  • 6966e7e chore(pipeline): add "go build"
  • fec7ce2 chore(pipeline): run "go test" at each push (#301)
  • 821a2da chore(spelling): fix bad URL in docs (#290)
  • c86de66 chore(spelling): fix typos (#291)
  • cc50ec8 docs(): add LICENSE
  • 21ee8ed docs(): fix
  • faa5389 docs(): fix logo
  • 5f5c8e8 docs(): regenerate
  • f9e0793 docs(): regenerate
  • 3a46aa1 docs(): update docs
  • ea5e67a docs(homepage): regenerate
  • 335402b docs(readme): add link to similar tool "swift_file" (#276)
  • dc7a48d feat(qr): add Reversed option
  • c759295 fix(windows): don't use illegal characters for default text file filename (#279)
  • 2de794a style(all): run "go fmt"

Downloads

Platform Download link
Linux deb package
Linux RPM package
macOS macOS package
Windows Windows package

Refer to the list of assets below for all supported platform.

0.11.0

08 Dec 19:55
05a0d3c
Compare
Choose a tag to compare

Changelog

  • dee39b9 Add dependabot (#270)
  • b63fee5 Merge branch 'release-0.10.1'
  • 50d5362 chore(deps): bump github.com/adrg/xdg from 0.3.2 to 0.4.0 (#274)
  • 9ce5362 chore(deps): bump github.com/glendc/go-external-ip (#272)
  • 9599aa9 chore(deps): bump several dependencies (#295)
  • e1d67bd chore(deps): update gopkg.in/yaml.v2 (#271)
  • 5e24103 chore(go-releaser): update version
  • 8f16bfb chore(goreleaser): update config
  • 6966e7e chore(pipeline): add "go build"
  • fec7ce2 chore(pipeline): run "go test" at each push (#301)
  • 821a2da chore(spelling): fix bad URL in docs (#290)
  • c86de66 chore(spelling): fix typos (#291)
  • 335402b docs(readme): add link to similar tool "swift_file" (#276)
  • dc7a48d feat(qr): add Reversed option
  • c759295 fix(windows): don't use illegal characters for default text file filename (#279)
  • 05a0d3c fix(zip): delete temporary file after transferring it (#304)

Downloads

Platform Download link
Linux deb package
Linux RPM package
macOS macOS package
Windows Windows package

Refer to the list of assets below for all supported platform.

0.10.1

13 Apr 07:33
31df57b
Compare
Choose a tag to compare

Changelog

  • 31df57b Use correct permissions when creating config directory (#269)

Downloads

Platform Download link
Linux deb package
Linux RPM package
macOS macOS package
Windows Windows package

Refer to the list of assets below for all supported platform.

0.10.0

02 Apr 11:46
5f9df03
Compare
Choose a tag to compare

Changelog

  • 5f9df03 Implement --bind parameter (#266)
  • afab771 Updated instructions to install development version (#258)
  • 7499c16 Use spf13/viper for managing the configuration file (#254)

Downloads

Platform Download link
Linux deb package
Linux RPM package
macOS macOS package
Windows Windows package

Refer to the list of assets below for all supported platform.

0.9.1

14 Mar 15:46
63dc102
Compare
Choose a tag to compare

Changelog

  • 63dc102 Do not set cookies when keep-alive is true (#231)

0.9.0

12 Mar 17:35
a762e15
Compare
Choose a tag to compare

Changelog

  • a762e15 Disable submit button after start transferring (#212)
  • 64227a4 Don't remove connection from WaitGroup on keepAlive (#230)
  • 01a36c4 Send proper HTTP status code if cookies have issues (#229)

0.8.6

11 Mar 18:34
6153f25
Compare
Choose a tag to compare

Changelog

  • 6153f25 Address golangci-lint warnings in source code
  • 178e293 Create SECURITY.md
  • 6f12a53 Set port through environment variable
  • ad19ff6 Update SECURITY.md

0.8.5

03 Mar 12:58
9233bea
Compare
Choose a tag to compare

Changelog

  • 216e7f3 Add Homebrew installation method to the readme
  • b4dba17 Extract base from multipart
  • 9233bea Extract filename base from multipart
  • fa4cfc5 Merge pull request #208 from vladimyr/homebrew

0.8.4

24 Apr 17:24
Compare
Choose a tag to compare

Changelog

b229392 Fix broken logic in IPv4 detection