Skip to content

Releases: jessy-bgl/swealy

v1.2.0-alpha6

11 Nov 08:32
Compare
Choose a tag to compare
v1.2.0-alpha6 Pre-release
Pre-release
Merge branch 'main' of github.com:jessy-bgl/swealy into dev/dca-stats

v1.1.5

16 Sep 06:40
Compare
Choose a tag to compare

Bug fixed

  • Binance API : error -1021 (Timestamp for this request is outside of the recvWindow) while placing an order => server time is now used instead of Date.now() for protected requests

v1.2.0-alpha5

12 Sep 18:59
Compare
Choose a tag to compare
v1.2.0-alpha5 Pre-release
Pre-release
version set to 1.2.0

v1.1.4

18 Aug 19:53
Compare
Choose a tag to compare

Bug fixed

  • Binance API : error -1021 (Timestamp for this request is outside of the recvWindow) while placing an order : recvwindow set to maximum value (60000)

v1.2.0-alpha4

28 Jul 20:58
Compare
Choose a tag to compare
v1.2.0-alpha4 Pre-release
Pre-release
average price computation fixed

v1.2.0-alpha3

28 Jul 20:35
Compare
Choose a tag to compare
v1.2.0-alpha3 Pre-release
Pre-release
average price is now computed as weighted mean instead of simple mean

v1.2.0-alpha2

28 Jul 19:53
Compare
Choose a tag to compare
v1.2.0-alpha2 Pre-release
Pre-release
currencies global stats - grouped by assets

v1.2.0-alpha1

28 Jul 18:49
Compare
Choose a tag to compare
v1.2.0-alpha1 Pre-release
Pre-release
minor fix

v1.1.3

21 Jul 15:10
5b6b002
Compare
Choose a tag to compare

Minor updates

  • New API route : GET /dca/:id
  • Dashboard redesigned

v1.1.2

20 Apr 20:27
13fd4e1
Compare
Choose a tag to compare

Minor updates

  • Appbar action buttons simplified
  • Transactions : 10 results per page instead of 6

Bug fixed

  • Transactions : float numbers allowed for price and size when creating a manual transaction