Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
uintdev committed Apr 1, 2024
1 parent fdddc6f commit bad57fb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.4.0

- Improved file handling in a case where a user can select files of the same name from different folders
- Added toast messages for when a download begins and ends, along with the IP address of the requestor
- Tweaked appearance of info dialog

## 2.3.2

- Added Persian translation
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ QRServ is a file sharing application that utilises its own HTTP server to serve
- Import via sharesheet (Android only)
- Show and hide filename in download URL path
- Long press the share button to toggle
- Notify when a client requested the hosted file and when that download finishes (includes IP address of requestor)
- Various IP addresses from different network interfaces can be chosen
- HTTP server uses an unused ("random") port
- Supports Android, Windows and Linux platforms
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.3.2+42
version: 2.4.0+43

environment:
sdk: '>=3.4.0-167.0.dev <4.0.0'
Expand Down

0 comments on commit bad57fb

Please sign in to comment.