You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
7
## [Unreleased]
8
+
## [v1.4.1] - 2021-07-04
9
+
### Added
10
+
* Bitcoin-DCA will now check for updates after executing the command and let you know if a newer version is available. This can be disabled by setting `DISABLE_VERSION_CHECK=true`.
11
+
8
12
## [v1.4.0] - 2021-07-04
9
13
### Added
10
14
* Added an `--output` option to the buying command. This enables the user to print information about the purchase in the following formats:
@@ -73,7 +77,8 @@ Due to regulatory changes in The Netherlands, BL3P and Bitvavo currently require
73
77
### Added
74
78
* A Python based fallback mechanism for 32bits systems. Unfortunately a bug prevented Raspberry Pi users from using Xpubs properly. The system will automatically use the native, more advanced method or derivation for systems that are capable and degrade to the Python tool without people noticing.
0 commit comments