Skip to content

Commit

Permalink
v1.40.40 Released!
Browse files Browse the repository at this point in the history
New exchange Poloniex
Fixed script language command cancel ask and bid for Binance
Fixed bug caused forever API down in some cases
Minor fixes
Drop support of macOS 10.11
  • Loading branch information
JulyIghor committed Jan 1, 2019
1 parent e02644f commit 7b3b113
Show file tree
Hide file tree
Showing 193 changed files with 23,277 additions and 19,807 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ Next ToDo:

## Change Log

v1.40.40
- New exchange Poloniex
- Fixed script language command cancel ask and bid for Binance
- Fixed bug caused forever API down in some cases
- Minor fixes

v1.40.30
- Added new exchange HitBTC
- Added more decimals for Fee Calculator
Expand Down Expand Up @@ -300,6 +306,6 @@ v0.81
v0.8
- First public release

Created by July IGHOR
Copyright (C) 2013-2019 July Ighor
Contact: `julyighor@gmail.com`
Donate: `1d6iMwjjNo8ZGYeJBZKXgcgVk9o7fXcjc`
6 changes: 3 additions & 3 deletions src/QtBitcoinTrader.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<plist version="1.0">
<dict>
<key>CFBundleVersion</key>
<string>1.40.30</string>
<string>1.40.40</string>
<key>CFBundleName</key>
<string>Qt Bitcoin Trader</string>
<key>CFBundleIconFile</key>
<string>QtBitcoinTrader</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleGetInfoString</key>
<string>Developed by July IGHOR. Centrabit AG</string>
<string>Developed by July Ighor. Centrabit AG</string>
<key>CFBundleSignature</key>
<string>QTBT</string>
<key>CFBundleExecutable</key>
Expand All @@ -23,6 +23,6 @@
<key>NSHighResolutionCapable</key>
<string>True</string>
<key>LSMinimumSystemVersion</key>
<string>10.11.0</string>
<string>10.12.0</string>
</dict>
</plist>
2 changes: 2 additions & 0 deletions src/QtBitcoinTrader_Desktop.pro
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ HEADERS += $${PWD}/script/addrulegroup.h \
$${PWD}/exchange/exchange_binance.h \
$${PWD}/exchange/exchange_bittrex.h \
$${PWD}/exchange/exchange_hitbtc.h \
$${PWD}/exchange/exchange_poloniex.h \
$${PWD}/feecalculator.h \
$${PWD}/historyitem.h \
$${PWD}/historymodel.h \
Expand Down Expand Up @@ -236,6 +237,7 @@ SOURCES +=$${PWD}/script/addrulegroup.cpp \
$${PWD}/exchange/exchange_binance.cpp \
$${PWD}/exchange/exchange_bittrex.cpp \
$${PWD}/exchange/exchange_hitbtc.cpp \
$${PWD}/exchange/exchange_poloniex.cpp \
$${PWD}/feecalculator.cpp \
$${PWD}/historyitem.cpp \
$${PWD}/historymodel.cpp \
Expand Down
3 changes: 3 additions & 0 deletions src/QtResource.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,8 @@
<file>Resources/Exchanges/Logos/HitBTC.png</file>
<file>Resources/Exchanges/Logos/HitBTC_Big.png</file>
<file>Resources/QtTrader.png</file>
<file>Resources/Exchanges/Poloniex.ini</file>
<file>Resources/Exchanges/Logos/Poloniex.png</file>
<file>Resources/Exchanges/Logos/Poloniex_Big.png</file>
</qresource>
</RCC>
Loading

0 comments on commit 7b3b113

Please sign in to comment.