diff --git a/CHANGELOG.md b/CHANGELOG.md index fa72d35..b72ea56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 2.3.1 + +- Limited file tamper check to shared internal storage due to modification misreporting with application cache + - Bug fixed: selection with Direct Access Mode off and putting the application in the background can result in the file system watcher to misreport the file as modified + ## 2.3.0 - Added file tamper check (uses existing file removal detection method) diff --git a/pubspec.yaml b/pubspec.yaml index 3ac3678..006643b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Transfer files with ease over a network. publish_to: 'none' -version: 2.3.0+40 +version: 2.3.1+41 environment: sdk: '>=3.2.0-78.0.dev <4.0.0'