Releases: tomfong/simple-qr
Releases · tomfong/simple-qr
v4.1.0
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
v4.0.0
v3.3.0
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
v3.1.0
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/preferencesMobile 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
v3.0.0
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
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