Skip to content

Releases: gcomte/bitcoinvert

v0.1.6 - Round output values

28 Oct 08:42
68fa3e1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.5...v0.1.6

0.1.5 - Security fixes

27 Sep 19:16
e1d2e93
Compare
Choose a tag to compare

What's Changed

  • Fix running unit tests only in dedicated CI step by @gcomte in #205
  • Allow thousand separators in amount input by @dleutenegger in #204
  • Update dependencies

New Contributors

Full Changelog: v0.1.4...v0.1.5

Use SI units as input

24 Jul 18:01
670baa7
Compare
Choose a tag to compare

What's Changed

Overview

  • Enable use of SI unit abbreviations by @gcomte in #187
  • Updated dependencies

SI suffixes

You can use SI suffixes for input numbers.

For example:
bitcoinvert 1M SAT USD => convert 1,000,000 SAT to USD
bitcoinvert 1.23k SAT => convert 1,230 SAT

Full Changelog

v0.1.3...v0.1.4

Security fix

23 Apr 11:46
v0.1.3
e27a26d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

Security fix

09 Apr 21:05
3701245
Compare
Choose a tag to compare

Updated several dependencies to get rid off security issues within them.

Better installation

22 Jan 15:32
cded999
Compare
Choose a tag to compare

Some more info about how to install the binary and limited types of archives.

Initial release

22 Jan 15:05
9891c56
Compare
Choose a tag to compare
v0.1.0

Add automated release via GitHub Actions