Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
uintdev committed Jan 2, 2024
1 parent a0b3268 commit 1a36583
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.2.0+39
version: 2.3.0+40

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

0 comments on commit 1a36583

Please sign in to comment.