Skip to content

v3.1.0

Compare
Choose a tag to compare
@tomfong tomfong released this 18 Oct 05:12
· 65 commits to main since this release
9263e05

3.1.0 (2022-10-18)

Feature

  • Support Ecosia (#57)
  • Export records to CSV

Chore

  • Replace @ionic/storage by @capacitor/preferences for more reliable data store
    Reference: https://capacitorjs.com/docs/apis/preferences

    Mobile OSs may periodically clear data set in window.localStorage, so this API should be used instead. This API will fall back to using localStorage when running as a Progressive Web App.

  • Regular update on other dependencies

Fix

  • Set default route when navigation history is lost

UI

  • Changed presentation of tutorial bottom sheet