Skip to content

Releases: dan-da/bitprices

Emergency patch for bitcoinaverage API change.

20 Jun 06:37
Compare
Choose a tag to compare

api.bitcoinaverage.com stopped accepting connections yesterday. This release uses the newer apiv2.bitcoinaverage.com, with modified API calls.

bitprices-v1.0.7

08 Apr 20:52
Compare
Choose a tag to compare

Minor bugfix release.

Changes:
539ef2b bump version to bitprices-v1.0.7
5d12f7e fix label of fiatinnow and fiatoutnow columns

bitprices-v1.0.6

13 Feb 16:29
Compare
Choose a tag to compare

This release has fixes in the blockchain API classes.

fix: unconfirmed tx with missing blocktime was causing exception using btcd
fix: missing start_time, end_time for insight::normalize_transactions.
fix: toshi in_period check not parsing date first

bitprices-v1.0.5

12 Feb 19:31
Compare
Choose a tag to compare

This release has a critical bug fix.

The previous release was not calculating intra-wallet transfers correctly when transaction input contains multiple addresses.

bitprices-v1.0.4

12 Feb 02:40
Compare
Choose a tag to compare

As of version 1.0.4, the tool identifies transfers between wallet addresses
and excludes them from reports by default. As such, movements to change
addresses will not be included in reports or calculations.

The --include-transfer flag can be used to include these transfers in reports.
They will not be included in realized gain calculations (FIFO/LIFO) but will
be included in column totals.

The behavior in 1.0.4 has changed since 1.0.3. In particular, bitprices now
splits sales rows to indicate 3rd party payments vs wallet transfers.

If desired, the 1.0.3 behavior can be obtained by using the --disable-transfer
flag. In this mode, wallet transfers will not be detected and sales rows will
not be split.

bitprices-v1.0.3

10 Feb 17:53
Compare
Choose a tag to compare

This is an important bugfix release.

I fixed a bug in the LIFO calculations that caused Buys to be processed after Sells when they occur in the same transaction. For correct results, Buys must be processed before Sells.

bitprices-v1.0.2

05 Feb 00:44
Compare
Choose a tag to compare

This is a minor bugfix release:

  • Fixes exception when an address is queried against btcd that does not have any transactions.

bitprices-v1.0.1

04 Feb 19:42
Compare
Choose a tag to compare

This is a big release.

Major changes:

  • re-worked standard report templates
  • new option to summarize transactions (old behavior) or display each input/output in its own row for more detail.
  • implemented realized_gain (FIFO and LIFO). experimental.
  • added schedule_d and matrix reports. (similar to libratax). experimental.

v0.1

22 Jul 22:01
Compare
Choose a tag to compare

First public release.