Skip to content

Releases: tomfong/simple-qr

v5.1.1

09 Apr 00:05
1015273

Choose a tag to compare

5.1.1 (2026-04-09)

Chore

  • Remove @capgo/capacitor-wifi so as to remove unnecessary network permissions

v5.1.0

08 Apr 17:30
9961515

Choose a tag to compare

5.1.0 (2026-04-09)

Features

  • Support opening Simple QR from other apps via Share (closes #85)

Bug fixes

  • Fix QR detection while scanning (improves detection area/accuracy)

UI

  • Reduce padding across most pages

Performance

  • Improve app startup time

v5.0.1

27 Aug 14:52
5b4d426

Choose a tag to compare

5.0.1 (2025-08-27)

Chore

  • Remove the Internet permission as it was added by mistake in v5.0.0 after changing to use the ML-Kit Scanner. Thanks @mpas97 for reporting the issue.
  • CORRECTLY remove the Storage permission.

UI

  • Adjust the scanning area.

v5.0.0

26 Aug 17:03
7bd7799

Choose a tag to compare

5.0.0 (2025-08-27)

Chore

  • Replaced @capacitor-community/barcode-scanner (ZXing) with @capacitor-mlkit/barcode-scanning (ML Kit) for scanning.
  • Upgraded capacitor from 5 to 7 and related dependencies.
  • Removed storage or media permission as it is not necessary anymore.

Feature

  • You can now zoom in when scanning.

Fix

  • Fixed Android "Edge-To-Edge" issue.

UI

  • Made "Scan" page transparent.

v4.2.1

26 Jul 06:18
ad2a87c

Choose a tag to compare

4.2.1 (2025-07-25)

UI

  • Added bottom margin for safe-area on some pages.

Fix

  • Fixed an error where clicking tile may cause app crash.

v4.2.0

24 Jul 14:39
ac6a275

Choose a tag to compare

4.2.0 (2025-07-24)

UI

  • Removed "Import Image" page. Now importing image is done on "Scan" page.

Performance

  • Changed the way to load data from storage when starting app. The performance should be improved.
  • Removed redundant loading dialog when entering "Result" page.

Fix

  • Fixed an bug where the camera could not be opened when the flash was not available on the device.

Chore

  • Upgraded Ionic Framework to v8.
  • Upgraded Angular to v20.

v4.1.0

30 Mar 18:34
4e436c7

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

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

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

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