Skip to content

Commit 56faf3d

Browse files
Release v2.1.0 (#88)
* Release v2.1.0 Signed-off-by: huynguyennovem <huynguyennovem@gmail.com>
1 parent 62306a7 commit 56faf3d

6 files changed

Lines changed: 45 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
## 1.0.0
2+
3+
* The first MVP version
4+
5+
## 2.0.0
6+
7+
🎊 New features
8+
- Release Windows and Linux
9+
- Switching between Client and Server modes
10+
- File mime type icon
11+
- Download/Open file and file state
12+
- Open sharing native directory
13+
- Display server uptime
14+
- QR Connect method
15+
- Drag-drop and remove files on the uploading screen
16+
- Limit window size on desktop
17+
- Friendly desktop UI/UX
18+
19+
🐞 Bug fixes
20+
- https://github.com/huynguyennovem/netshare/issues/47: The old file URL is wrong
21+
- https://github.com/huynguyennovem/netshare/issues/35: Bad state when switching to Client mode
22+
- https://github.com/huynguyennovem/netshare/issues/33: RangeError when picking a file without extension
23+
- https://github.com/huynguyennovem/netshare/issues/24: Desktop app does not have minimum size that causes overflowed when resizing
24+
- https://github.com/huynguyennovem/netshare/issues/56: Android terminal can not host non-media files on Android 11 and above
25+
26+
## 2.1.0
27+
🎊 New features
28+
- Flutter 3.10 new feature (BottomSheet showDragHandle on list files, add SearchAnchor)
29+
30+
🐞 Bug fixes
31+
- https://github.com/huynguyennovem/netshare/issues/61: List files item hover color is overflowing to outside
32+
- https://github.com/huynguyennovem/netshare/issues/67: Can not download file having empty character in name on iOS
33+
- https://github.com/huynguyennovem/netshare/issues/66: File is downloaded but the state is not updated properly on iOS
34+
- https://github.com/huynguyennovem/netshare/issues/69: Comma key is displayed instead of dot key on iOS
35+
- https://github.com/huynguyennovem/netshare/issues/72: Can not pick media files (image, video) in client mode on iOS
36+
- https://github.com/huynguyennovem/netshare/issues/76: Crashing when hosting file on iOS

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.6.10'
2+
ext.kotlin_version = '1.8.0'
33
repositories {
44
google()
55
mavenCentral()

macos/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ SPEC CHECKSUMS:
5656
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
5757
network_info_plus: f4fbc7877ab7b3294500d9441dfa53cd54972d05
5858
open_dir_macos: 9649018f88e71eb9fb8aa3d95caec30a73c08c5b
59-
path_provider_foundation: 37748e03f12783f9de2cb2c4eadfaa25fe6d4852
59+
path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943
6060
share_plus: 76dd39142738f7a68dd57b05093b5e8193f220f7
61-
shared_preferences_foundation: 297b3ebca31b34ec92be11acd7fb0ba932c822ca
61+
shared_preferences_foundation: 5b919d13b803cadd15ed2dc053125c68730e5126
6262
window_size: 339dafa0b27a95a62a843042038fa6c3c48de195
6363

6464
PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7

macos/Runner.xcodeproj/project.pbxproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
isa = PBXProject;
203203
attributes = {
204204
LastSwiftUpdateCheck = 0920;
205-
LastUpgradeCheck = 1300;
205+
LastUpgradeCheck = 1430;
206206
ORGANIZATIONNAME = "";
207207
TargetAttributes = {
208208
33CC10EC2044A3C60003C045 = {
@@ -423,6 +423,7 @@
423423
CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
424424
CODE_SIGN_STYLE = Automatic;
425425
COMBINE_HIDPI_IMAGES = YES;
426+
CURRENT_PROJECT_VERSION = 3;
426427
INFOPLIST_FILE = Runner/Info.plist;
427428
INFOPLIST_KEY_CFBundleDisplayName = NetShare;
428429
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
@@ -555,6 +556,7 @@
555556
CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
556557
CODE_SIGN_STYLE = Automatic;
557558
COMBINE_HIDPI_IMAGES = YES;
559+
CURRENT_PROJECT_VERSION = 3;
558560
INFOPLIST_FILE = Runner/Info.plist;
559561
INFOPLIST_KEY_CFBundleDisplayName = NetShare;
560562
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
@@ -579,6 +581,7 @@
579581
CODE_SIGN_ENTITLEMENTS = Runner/Release.entitlements;
580582
CODE_SIGN_STYLE = Automatic;
581583
COMBINE_HIDPI_IMAGES = YES;
584+
CURRENT_PROJECT_VERSION = 3;
582585
INFOPLIST_FILE = Runner/Info.plist;
583586
INFOPLIST_KEY_CFBundleDisplayName = NetShare;
584587
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";

macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1300"
3+
LastUpgradeVersion = "1430"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1818
# In Windows, build-name is used as the major, minor, and patch parts
1919
# of the product and file versions while build-number is used as the build suffix.
20-
version: 2.0.0+2
20+
version: 2.1.0+3
2121

2222
environment:
2323
sdk: '>=3.0.0 <4.0.0'

0 commit comments

Comments
 (0)