Releases: tanghus/currency-converter-qml
Releases · tanghus/currency-converter-qml
Version 0.3 - Beta1
- Currency symbols on ComboBoxes where missing until new currency selected.
- Better return values for errors in DB and XMLHttpRequests.
- Improved Cover. Background, animation, layout.
- Sort currency list properly.
- Fixed graphics corruption due to memory error.
- A lot of other fixes.
Version 0.3 - ALPHA!
0.3
- Currency Converter now uses https://exchangeratesapi.io/ instead Yahoo Finance.
- Caching!!! Now all results are saved (on the device) and looked up before
trying to request newer rates from the service. You can select to work offline
so you won't be bothered with network availablity problems. - Detects online state, both the actual, and whether the user wants to work offline.
- Settings dialog is much more intuitive now. Number of decimals in the result
can be set with a Slider. - Better error handling and notifications.
- Update currency model.
- Moves from homegrown settings class to Nemo.Configuration.
- Change cover refresh icon to a more suitable one.
- Plus a lot of major changes to the backend.
Version 0.2
Version 0.1
First release