Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
uintdev committed Dec 15, 2023
1 parent ee0ebb4 commit 053c8ea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 2.2.0

- Added support for direct internal storage access (press on the SD card icon to toggle) -- ideal for large files
- Direct access mode does not support multi-file selection
- For this to function under Android 13 or later, a new permission 'MANAGE_EXTERNAL_STORAGE' was added
- This grants access to '/storage/emulated/0'
- Fixed an issue where there would be multiple instances of the file system watcher
- File system watcher is now focused on the specific selected file rather than the directory it is under

## 2.1.7

- Long IPv6 addresses now visually limited to 2 lines (font size lowers when close to hard limit -- begins truncating when the limit is reached)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Transfer files with ease over a network.

publish_to: 'none'

version: 2.1.7+37
version: 2.2.0+39

environment:
sdk: '>=3.2.0-78.0.dev <4.0.0'
Expand Down

0 comments on commit 053c8ea

Please sign in to comment.