From 4ff42c93b75782614723cd24599a52b631c9e59b Mon Sep 17 00:00:00 2001 From: otsmr Date: Mon, 10 Nov 2025 00:09:53 +0100 Subject: [PATCH] bump version --- CHANGELOG.md | 8 +++++++- ios/Podfile.lock | 17 +++++++++++++++++ pubspec.yaml | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6827338..2e0a71e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.0.67 + +- Adds crash reports (optional). Please consider enabling this under Settings > Help > “Share errors and crashes with us.” +- Fixes bug when saving images to the gallery +- Multiple layout issues fixed +- Multiple bug fixes + ## 0.0.62 - Support for groups with multiple administrators @@ -16,7 +23,6 @@ - Improved reliability of client-to-client messaging - Multiple bug fixes - ## 0.0.61 - Improving image editor when changing colors diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 32c6051..59e9f0b 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -191,6 +191,8 @@ PODS: - "no_screenshot (0.0.1+4)": - Flutter - ScreenProtectorKit (~> 1.3.1) + - objective_c (0.0.1): + - Flutter - package_info_plus (0.4.5): - Flutter - path_provider_foundation (0.0.1): @@ -208,6 +210,11 @@ PODS: - SDWebImageWebPCoder (0.14.6): - libwebp (~> 1.0) - SDWebImage/Core (~> 5.17) + - Sentry/HybridSDK (8.56.2) + - sentry_flutter (9.8.0): + - Flutter + - FlutterMacOS + - Sentry/HybridSDK (= 8.56.2) - share_plus (0.0.1): - Flutter - shared_preferences_foundation (0.0.1): @@ -275,10 +282,12 @@ DEPENDENCIES: - image_picker_ios (from `.symlinks/plugins/image_picker_ios/ios`) - local_auth_darwin (from `.symlinks/plugins/local_auth_darwin/darwin`) - no_screenshot (from `.symlinks/plugins/no_screenshot/ios`) + - objective_c (from `.symlinks/plugins/objective_c/ios`) - package_info_plus (from `.symlinks/plugins/package_info_plus/ios`) - path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`) - permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`) - restart_app (from `.symlinks/plugins/restart_app/ios`) + - sentry_flutter (from `.symlinks/plugins/sentry_flutter/ios`) - share_plus (from `.symlinks/plugins/share_plus/ios`) - shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`) - sqflite_darwin (from `.symlinks/plugins/sqflite_darwin/darwin`) @@ -306,6 +315,7 @@ SPEC REPOS: - ScreenProtectorKit - SDWebImage - SDWebImageWebPCoder + - Sentry - sqlite3 - SwiftProtobuf @@ -352,6 +362,8 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/local_auth_darwin/darwin" no_screenshot: :path: ".symlinks/plugins/no_screenshot/ios" + objective_c: + :path: ".symlinks/plugins/objective_c/ios" package_info_plus: :path: ".symlinks/plugins/package_info_plus/ios" path_provider_foundation: @@ -360,6 +372,8 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/permission_handler_apple/ios" restart_app: :path: ".symlinks/plugins/restart_app/ios" + sentry_flutter: + :path: ".symlinks/plugins/sentry_flutter/ios" share_plus: :path: ".symlinks/plugins/share_plus/ios" shared_preferences_foundation: @@ -408,6 +422,7 @@ SPEC CHECKSUMS: Mantle: c5aa8794a29a022dfbbfc9799af95f477a69b62d nanopb: fad817b59e0457d11a5dfbde799381cd727c1275 no_screenshot: 6d183496405a3ab709a67a54e5cd0f639e94729e + objective_c: 89e720c30d716b036faf9c9684022048eee1eee2 package_info_plus: af8e2ca6888548050f16fa2f1938db7b5a5df499 path_provider_foundation: bb55f6dbba17d0dccd6737fe6f7f34fbd0376880 permission_handler_apple: 4ed2196e43d0651e8ff7ca3483a069d469701f2d @@ -416,6 +431,8 @@ SPEC CHECKSUMS: ScreenProtectorKit: 83a6281b02c7a5902ee6eac4f5045f674e902ae4 SDWebImage: 16309af6d214ba3f77a7c6f6fdda888cb313a50a SDWebImageWebPCoder: e38c0a70396191361d60c092933e22c20d5b1380 + Sentry: b53951377b78e21a734f5dc8318e333dbfc682d7 + sentry_flutter: 4c33648b7e83310aa1fdb1b10c5491027d9643f0 share_plus: 50da8cb520a8f0f65671c6c6a99b3617ed10a58a shared_preferences_foundation: 7036424c3d8ec98dfe75ff1667cb0cd531ec82bb sqflite_darwin: 20b2a3a3b70e43edae938624ce550a3cbf66a3d0 diff --git a/pubspec.yaml b/pubspec.yaml index 2222fd8..89a411c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: "twonly, a privacy-friendly way to connect with friends through sec publish_to: 'none' -version: 0.0.66+66 +version: 0.0.67+67 environment: sdk: ^3.6.0