From 32da1af0e256c2f0cf69781b37535066121e7519 Mon Sep 17 00:00:00 2001 From: Andre Date: Sat, 29 Jun 2024 14:38:16 +0100 Subject: [PATCH] Increment version --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9696cec..ab46bb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.5.0 + +- Full URL can now be copied to the clipboard directly by press and holding on the QR code -- no longer need to go through the share sheet (if it even offers the 'copy to clipboard' option in the first place, which may vary by OEM) +- Tooltip with a full URL that would previously show when press and holding the QR code will now appear when tapping on the QR code instead +- Bug fixes from dependencies that address reliability and recent build issues + ## 2.4.0 - Improved file handling in a case where a user can select files of the same name from different folders diff --git a/pubspec.yaml b/pubspec.yaml index 0e8b4a5..f318c74 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Transfer files with ease over a network. publish_to: 'none' -version: 2.4.0+43 +version: 2.5.0+44 environment: sdk: '>= 3.5.0-315.0.dev <4.0.0'