Skip to content

Releases: tanghus/currency-converter-qml

Version 0.3 - Beta1

08 Nov 16:24
Compare
Choose a tag to compare
Version 0.3 - Beta1 Pre-release
Pre-release
  • 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!

09 Sep 11:31
Compare
Choose a tag to compare
Version 0.3 - ALPHA! Pre-release
Pre-release

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

07 Feb 21:48
Compare
Choose a tag to compare

0.2

  • Add settings for number of decimals to show in the result.
  • Adjust CurrencyCombo to changes in Silica ComboBox in 1.0.3.8.
  • Last currencies weren't being used on start after update to 1.0.3.8.

Version 0.1

15 Jan 09:58
Compare
Choose a tag to compare

First release