readme
parent
24905947c9
commit
f8bdf50b97
|
|
@ -2,3 +2,4 @@
|
||||||
0.04: Using GB http for Binance API requests
|
0.04: Using GB http for Binance API requests
|
||||||
0.05: Lot of cleanup
|
0.05: Lot of cleanup
|
||||||
0.06: Creating app v1
|
0.06: Creating app v1
|
||||||
|
0.07: Finishing touches for v1
|
||||||
|
|
|
||||||
|
|
@ -40,3 +40,8 @@ Martin Zwigl
|
||||||
|
|
||||||
- Choose which of the uploaded tokens to display in clock_info
|
- Choose which of the uploaded tokens to display in clock_info
|
||||||
- Choose update-time for clock_info HTTP requests to Binance
|
- Choose update-time for clock_info HTTP requests to Binance
|
||||||
|
|
||||||
|
## Possible Improvements / TODOs
|
||||||
|
|
||||||
|
- Pause HTTP request cycle during show of Details or Lows/Highs
|
||||||
|
- Better chosing of fonts for more space
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{ "id": "coin_info",
|
{ "id": "coin_info",
|
||||||
"name": "Crypto-Coins Info",
|
"name": "Crypto-Coins Info",
|
||||||
"shortName":"Coins Info",
|
"shortName":"Coins Info",
|
||||||
"version": "0.06.68",
|
"version": "0.07.00",
|
||||||
"description": "Crypto-Coins Infos with the help of the Binance API",
|
"description": "Crypto-Coins Infos with the help of the Binance API",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "clkinfo",
|
"tags": "clkinfo",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue