Releases: uintdev/qrserv
Releases Β· uintdev/qrserv
Release list
v3.1.1
v3.0.6
- Addressed an issue preventing reproducible builds -- '.note.gnu.build-id' is now removed from all native libraries automatically
- NDK version bumped back to 29 -- there was a temporary bug limiting it to 28 in the previous release build
- Improved file type icon logic
v3.0.5
v3.0.4
v3.0.3
v3.0.2
v3.0.1
- Resolved a potential path traversal vulnerability with the file picker
- Edge-to-Edge now enforced on Android 12 to 14 (15 and later enforces it regardless)
- Fixed Impeller (rendering runtime) bug where circles can be rendered as if they are aliased (jagged appearance)
v3.0.0
- Updated framework
- Updated UI
- New settings section
- Port number is now user configurable
- Improved overall performance
- Minimum SDK version had been increased to 24 (Android 7), as per Flutter 3.35.0 requirements
- Now using included framework functionality for System UI overlay styling (resolves API deprecations)
- Fixed a couple cases of crashes (certain video files, file not found) when sharing file selection with app (#31)
- Added build number to info dialog
- Updated translations
- Android builds are now ARM64-only
- Loopback IP addresses now listed
v2.7.6
- Updated dependencies
- Updated framework
Note: the next release will increase the minimum Android version to 7 (SDK version 24) due to it being an enforced minimum SDK version starting from Flutter 3.35.0. This version will still be available on GitHub, should you need to use it on a version of Android from 2014 or 2015.
Another note: it was discovered that from v2.7.1, the version code prefix was added back in. As of v2.7.6, the prefix was removed again but that means updates via package manager will be prevented due to being deemed as a downgrade. If it fails to update, uninstall the application and then install the latest version.