jdogresorg / freewallet-desktop

Desktop wallet for Win/Mac/Linux which supports Bitcoin and Counterparty
https://freewallet.io
MIT License
67 stars 54 forks source link

new version alert not working #95

Closed jdogresorg closed 2 years ago

jdogresorg commented 2 years ago

it seems that the API call to https://freewallet.io/releases/current is being cached and as a result the wallet is not notifying users of the new version of the wallet being available.

Need to update the checkWalletUpgrade() to use $.ajax() and replace $.get() so that we can utilize the cache:false option to prevent caching on this API request