Skip to content

Commit

Permalink
Release v2.1.0 (#88)
Browse files Browse the repository at this point in the history
* Release v2.1.0

Signed-off-by: huynguyennovem <huynguyennovem@gmail.com>
  • Loading branch information
huynguyennovem committed Aug 12, 2023
1 parent 62306a7 commit 56faf3d
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 6 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,36 @@
## 1.0.0

* The first MVP version

## 2.0.0

🎊 New features
- Release Windows and Linux
- Switching between Client and Server modes
- File mime type icon
- Download/Open file and file state
- Open sharing native directory
- Display server uptime
- QR Connect method
- Drag-drop and remove files on the uploading screen
- Limit window size on desktop
- Friendly desktop UI/UX

🐞 Bug fixes
- https://github.com/huynguyennovem/netshare/issues/47: The old file URL is wrong
- https://github.com/huynguyennovem/netshare/issues/35: Bad state when switching to Client mode
- https://github.com/huynguyennovem/netshare/issues/33: RangeError when picking a file without extension
- https://github.com/huynguyennovem/netshare/issues/24: Desktop app does not have minimum size that causes overflowed when resizing
- https://github.com/huynguyennovem/netshare/issues/56: Android terminal can not host non-media files on Android 11 and above

## 2.1.0
🎊 New features
- Flutter 3.10 new feature (BottomSheet showDragHandle on list files, add SearchAnchor)

🐞 Bug fixes
- https://github.com/huynguyennovem/netshare/issues/61: List files item hover color is overflowing to outside
- https://github.com/huynguyennovem/netshare/issues/67: Can not download file having empty character in name on iOS
- https://github.com/huynguyennovem/netshare/issues/66: File is downloaded but the state is not updated properly on iOS
- https://github.com/huynguyennovem/netshare/issues/69: Comma key is displayed instead of dot key on iOS
- https://github.com/huynguyennovem/netshare/issues/72: Can not pick media files (image, video) in client mode on iOS
- https://github.com/huynguyennovem/netshare/issues/76: Crashing when hosting file on iOS
2 changes: 1 addition & 1 deletion android/build.gradle
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.6.10'
ext.kotlin_version = '1.8.0'
repositories {
google()
mavenCentral()
Expand Down
4 changes: 2 additions & 2 deletions macos/Podfile.lock
Expand Up @@ -56,9 +56,9 @@ SPEC CHECKSUMS:
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
network_info_plus: f4fbc7877ab7b3294500d9441dfa53cd54972d05
open_dir_macos: 9649018f88e71eb9fb8aa3d95caec30a73c08c5b
path_provider_foundation: 37748e03f12783f9de2cb2c4eadfaa25fe6d4852
path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943
share_plus: 76dd39142738f7a68dd57b05093b5e8193f220f7
shared_preferences_foundation: 297b3ebca31b34ec92be11acd7fb0ba932c822ca
shared_preferences_foundation: 5b919d13b803cadd15ed2dc053125c68730e5126
window_size: 339dafa0b27a95a62a843042038fa6c3c48de195

PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7
Expand Down
5 changes: 4 additions & 1 deletion macos/Runner.xcodeproj/project.pbxproj
Expand Up @@ -202,7 +202,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0920;
LastUpgradeCheck = 1300;
LastUpgradeCheck = 1430;
ORGANIZATIONNAME = "";
TargetAttributes = {
33CC10EC2044A3C60003C045 = {
Expand Down Expand Up @@ -423,6 +423,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3;
INFOPLIST_FILE = Runner/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = NetShare;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
Expand Down Expand Up @@ -555,6 +556,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3;
INFOPLIST_FILE = Runner/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = NetShare;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
Expand All @@ -579,6 +581,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/Release.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3;
INFOPLIST_FILE = Runner/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = NetShare;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1300"
LastUpgradeVersion = "1430"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Expand Up @@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 2.0.0+2
version: 2.1.0+3

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit 56faf3d

Please sign in to comment.