Skip to content

Releases: binqry/binq

v0.8.1

17 Jul 18:28
334adab
Compare
Choose a tag to compare

0.8.1 (2020-07-18)

Enhance: (#13)

  • (install) Support Windows OS

Other:

v0.8.0

16 Jul 14:51
32e7849
Compare
Choose a tag to compare

0.8.0 (2020-07-16)

Feature: (#12)

  • (CLI) Add self-upgrade subcommand to upgrade the running program itself

Other:

  • Add script to install the latest binary of binq

v0.7.2

15 Jul 17:29
4def695
Compare
Choose a tag to compare

0.7.2 (2020-07-16)

Feature: (#11)

  • (CLI) Add index subcommand to list Items on Index Server

Changes: (#11)

  • (client) Reorganize packages:
    • Divide "client" package into "install", "client", "client/http" packages.
    • New "install" package implements installation functionality like "client" did so far.
    • New "client" package provides high-level HTTP client to query Index Server.
    • New "client/http" package implements handy HTTP client functionality
  • (CLI/verify) Omit -o short-option to specify OS parameter.
  • (schema) Rename schema.Index.Print to ToJSON.

Other: (#11)

  • (CD) Add shell script to generate release note.
  • Update dependency:
    • github.com/progrhyme/go-lv: v0.3.1 -> v0.4.1

v0.7.1

15 Jul 12:03
be9f865
Compare
Choose a tag to compare

0.7.1 (2020-07-15)

Feature / Change: (#10)

Bug Fix: (#10)

  • (CLI/modify) Can't move file to new path when directory doesn't exist

v0.7.0

13 Jul 12:07
b91b5ac
Compare
Choose a tag to compare

0.7.0 (2020-07-13)

Change:

  • Transfer repository from github.com/progrhyme/binq to github.com/binqry/binq for commonization

No other code change is included.

v0.6.3

12 Jul 10:55
11fe6c8
Compare
Choose a tag to compare

0.6.3 (2020-07-12)

Features: (#9)

  • (schema,install) Add ".meta.rename-files" property to Item JSON to specify default file-renaming config
  • (CLI/new,revise) Add option -R|--rename RENAME_FILES to add "rename-files" JSON property

Minor Change: (#9)

  • (schema/item) Rename item.ItemURLParam to FormatParam

Other: (#9)

  • (test)(CLI/new,revise) Add some tests

v0.6.2

11 Jul 23:15
c92fbd0
Compare
Choose a tag to compare

0.6.2 (2020-07-12)

Enhance: (#8)

  • (checksum) Support MD5 checksum defined in RFC 1321

Bug Fix: (#8)

  • (checksum) func (*item.ItemChecksum) SetSum wrongly sets SHA256 value when CRC is expected

v0.6.1

11 Jul 10:33
b26ba0d
Compare
Choose a tag to compare

0.6.1 (2020-07-11)

Feature: (#7)

  • (CLI/install) Enable to specify download version by @VERSION suffix to source target argument
  • (CLI/install) Enable to specify default install directory by $BINQ_BIN_DIR environment variable

Bug Fix: (#7)

  • (CLI/new) Can't create a file with -f|--file option

Other: (#7)

  • (internal) Use github.com/progrhyme/go-lv package as logger instead of internal/logs

v0.6.0

05 Jul 22:27
edc6be4
Compare
Choose a tag to compare

0.6.0 (2020-07-06)

Feature: (#6)

  • (CLI) Add verify subcommand to verify checksum of a Version in Item JSON

Change: (#6)

  • (CLI) Set logging level by -L|--log-level LEVEL option. Obsolete --debug & -v|--verbose options
  • (client) Export func: NewHttpClient & NewHttpGetRequest

Minor Fix: (#6)

  • (client) Fix potential bug: wrong condition to clear tempdir on downloading item

Other: (#6)

  • (testing,CI) Add some CLI tests & CI task for testing

v0.5.0

04 Jul 13:22
4d76145
Compare
Choose a tag to compare

0.5.0 (2020-07-04)

Feature: (#5)

  • (CLI) Add register subcommand to add Item into Index
  • (CLI) Add deregister subcommand to remove Item from Index
  • (CLI) Add modify subcommand to edit properties of Item in Index
  • (install, client) Verify checksum of downloaded item when it is provided by Item JSON

Change: (#5)

  • (schema/item) Rename struct ItemChecksums -> ItemChecksum