From 7bdfdba2697e80bc39ea28826b97611856069fe7 Mon Sep 17 00:00:00 2001 From: Thiago Carvalho <32248947+thiagocarvalhodev@users.noreply.github.com> Date: Tue, 29 Oct 2024 09:52:01 -0300 Subject: [PATCH] bump version and release notes --- .../fastlane/metadata/android/en-US/changelogs/159.txt | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 android/fastlane/metadata/android/en-US/changelogs/159.txt diff --git a/android/fastlane/metadata/android/en-US/changelogs/159.txt b/android/fastlane/metadata/android/en-US/changelogs/159.txt new file mode 100644 index 000000000..a834a23d2 --- /dev/null +++ b/android/fastlane/metadata/android/en-US/changelogs/159.txt @@ -0,0 +1,8 @@ +- New feature: Added option to assign an ArNS name during manifest auto-updates in the upload flow. +- New feature: Introduced hide/unhide feature for drives in the sidebar for improved organization. +- Introduced global toggle to show or hide all hidden drives, folders, and files +- Enhanced sidebar persistence during navigation and syncing. +- Improved details panel to retain state when switching views. +- Implemented memory of the last opened drive for quicker access. +- Updated share drive modal with new styles, colors, and copy button with icon. +- Removed feedback survey modal after uploads for a smoother experience. diff --git a/pubspec.yaml b/pubspec.yaml index 02383c734..73c39ad21 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Secure, permanent storage publish_to: 'none' -version: 2.56.0 +version: 2.57.0 environment: sdk: '>=3.2.0 <4.0.0'