diff --git a/CHANGELOG.md b/CHANGELOG.md index 62b0e30..fa72d35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.3.0 + +- Added file tamper check (uses existing file removal detection method) + - This is an additional security measure, now that direct access to shared internal storage is possible +- Press and holding QR code shows full URL in a tooltip +- Moved file import button to the middle (for improved ergonomics on mobile) +- File name tooltip now shows the full file path if file selection was done while in Direct Access Mode + ## 2.2.0 - Added support for direct internal storage access (press on the SD card icon to toggle) -- ideal for large files diff --git a/pubspec.yaml b/pubspec.yaml index 7698029..3ac3678 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Transfer files with ease over a network. publish_to: 'none' -version: 2.2.0+39 +version: 2.3.0+40 environment: sdk: '>=3.2.0-78.0.dev <4.0.0'