Skip to content

Releases: tomfong/simple-qr

v4.1.0

30 Mar 18:34
4e436c7
Compare
Choose a tag to compare

4.1.0 (2024-03-31)

Feature

  • Support geolocation QR code. Closed #74
  • Support Portuguese (Brazil) language. Thanks @drcsj for helping with the translation.
  • Disable auto URL opening by default. Closed #75

UI

  • From this version on, the app won't show release note box after update.
  • Minor padding adjustment on the Result page.

Chore

  • Regular update on dependencies

v4.0.1

15 Jul 10:34
Compare
Choose a tag to compare

4.0.1 (2023-07-15)

Fix

  • Import image issue

Chore

  • Regular update on dependencies

v4.0.0

07 Jul 06:18
311ed12
Compare
Choose a tag to compare

4.0.0 (2023-07-07)

Chore

  • Upgraded frameworks - Ionic Framework 7, Capacitor 5, Angular 16
  • Regular update on other dependencies

Feature

  • Support Brave Search (#69)
  • Support open URL automatically
  • Allow user to further edit QR code content

UI

  • Adjust haptic feedback

Performance

  • Improved performance

v3.3.0

01 Dec 13:17
6812279
Compare
Choose a tag to compare

3.3.0 (2022-12-01)

Feature

  • Support Russian language. Thanks @Smooth-E for helping with the translation.
  • Allow user to manually save a record if auto logging is disabled.
  • Allow user to permanently hide Exit App window (android). Closed #62.

UI

  • Minor update on the "icon-only" button bar of the Result page.

Chore

  • Regular update on dependencies

v3.2.0

21 Nov 04:16
d4b42cb
Compare
Choose a tag to compare

3.2.0 (2022-11-21)

Feature

  • Support Open Food Facts (#57)
  • Hide app content in multitasking switcher (ios)

Fix

  • Some bookmarks cannot be exported if they are not in history

UI

  • Primary color adjustment

Chore

  • Regular update on dependencies

v3.1.0

18 Oct 05:12
9263e05
Compare
Choose a tag to compare

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

v3.0.1

25 Sep 05:58
7f4c827
Compare
Choose a tag to compare

3.0.1 (2022-09-25)

Fix

  • "Open URL" button disappeared on Result page under "icon-only button" settings

UI

  • Minor adjustment on splash screen (android)

Chore

  • Removed deprecated dependencies

v3.0.0

23 Sep 11:28
07b99da
Compare
Choose a tag to compare

3.0.0 (2022-09-23)

Chore

  • Upgraded frameworks - Capacitor 4, Angular 14 for better performance
  • Remove Read/Write Contacts permission (android)
  • Regular update on other dependencies

Feature

  • Support quick access tile in the Quick Settings panel (#51) (android)
  • Allow users to hide the number of records on Log page

UI

  • For all "On/Off" settings, use toggles instead of radio buttons

Performance

  • Improved performance

v2.8.0

14 Sep 14:44
7cf23c7
Compare
Choose a tag to compare

2.8.0 (2022-09-14)

Feature

  • Support opening URLs with non-HTTP protocols, closes #51

Fix

  • Screen won't be dimmed automatically anymore when auto brightness is not enabled (ios)

UI

  • Remove infinity symbol on Log page when there's no limit on log records

Performance

  • Improve UI performance

Chore

  • Regular update on dependencies

v2.7.1

16 Jul 05:20
2dd2d68
Compare
Choose a tag to compare

2.7.1 (2022-07-16)

Chore

  • Regular update on dependencies