diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 743aef1f4eb3..2208e6e0c45b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -208,7 +208,7 @@ jobs: - name: Get flutter version if: ${{ github.ref == 'refs/heads/develop' }} run: | - FLUTTER_VERSION=$(cat app/FLUTTER_VERSION) + FLUTTER_VERSION=$(cat FLUTTER_VERSION) echo "FLUTTER_VERSION=${FLUTTER_VERSION}" >> $GITHUB_ENV - name: Get flutter version if: ${{ github.ref == 'refs/heads/main' }} diff --git a/README.md b/README.md index a049d6d6f235..94ea0588dd19 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,6 @@ --- -**2.0 will be released soon...** -**It would be nice if you help me translating the app: ** - Butterfly is a note taking app where your ideas come first. You can paint, add texts, and export them easily on every device. This app works on android, windows, linux, and in the web. ## Features diff --git a/app/lib/handlers/label.dart b/app/lib/handlers/label.dart index 6aa99bf0b4ef..ebb579095002 100644 --- a/app/lib/handlers/label.dart +++ b/app/lib/handlers/label.dart @@ -257,6 +257,7 @@ class LabelHandler extends Handler } bloc.refresh(); _refreshToolbar(bloc); + _connection?.setEditingState(currentTextEditingValue); } void _refreshToolbar(DocumentBloc bloc) { diff --git a/app/pubspec.lock b/app/pubspec.lock index 0a3869e53840..37e4354b7d1b 100644 --- a/app/pubspec.lock +++ b/app/pubspec.lock @@ -643,10 +643,10 @@ packages: dependency: "direct main" description: name: go_router - sha256: c5fa45fa502ee880839e3b2152d987c44abae26d064a2376d4aad434cf0f7b15 + sha256: ca7e4a2249f96773152f1853fa25933ac752495cdd7fdf5dafb9691bd05830fd url: "https://pub.dev" source: hosted - version: "12.1.3" + version: "13.0.0" graphs: dependency: transitive description: diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 39e9a43aa5b4..c6f922ffe8dc 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -40,7 +40,7 @@ dependencies: share_plus: ^7.2.1 package_info_plus: ^5.0.1 idb_shim: ^2.3.2 - go_router: ^12.1.3 + go_router: ^13.0.0 xml: ^6.5.0 collection: ^1.18.0 bloc_concurrency: ^0.2.3 diff --git a/fastlane/metadata/android/en-US/changelogs/86.txt b/fastlane/metadata/android/en-US/changelogs/86.txt new file mode 100644 index 000000000000..0e075982eed5 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/86.txt @@ -0,0 +1 @@ +* Add support for multi character input languages ([#539](https://github.com/LinwoodDev/Butterfly/issues/539)) \ No newline at end of file