Skip to content

Commit

Permalink
v1.40.43 Released!
Browse files Browse the repository at this point in the history
Request interval now can be set less than 0.5 seconds
Fixed bug when timers wasn't stopped on group stop
Fixed crash when open Debug dialog
Fixed incorrect fee value in Bitfinex
Fixed filter open orders in Bitfinex
Fixed tray icon in Linux
Fixed bug caused long delay after network down
Fixed on top mode for dock widgets
Fixed bug when password was incorrectly detected as weak
Currency pairs synchronized in all exchanges
  • Loading branch information
JulyIghor committed Sep 8, 2019
1 parent a921d34 commit ee65703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ BaseValues::BaseValues()
gzipEnabled = true;
appVerIsBeta = false;
jlScriptVersion = 1.0;
appVerStr = "1.4043";
appVerStr = "1.40431";
appVerReal = appVerStr.toDouble();

if (appVerStr.size() > 4)
Expand Down

0 comments on commit ee65703

Please sign in to comment.