From edcff8b92f7bb9b5e68771f33319155f32ca861b Mon Sep 17 00:00:00 2001 From: poppingmoon <63451158+poppingmoon@users.noreply.github.com> Date: Sat, 14 Jun 2025 21:59:14 +0900 Subject: [PATCH 1/3] build: update dependencies --- ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme | 2 ++ macos/Podfile.lock | 6 ------ pubspec.lock | 4 ++-- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme index d795332e1..c3fedb29c 100644 --- a/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme +++ b/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme @@ -44,6 +44,7 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit" shouldUseLaunchSchemeArgsEnv = "YES"> Date: Sat, 14 Jun 2025 22:45:00 +0900 Subject: [PATCH 2/3] chore: update localizations Squashed commit of the following: commit 1a20d9dd4e9190f30310ef6f3d728f9050c271f2 Author: poppingmoon <63451158+poppingmoon@users.noreply.github.com> Date: Fri Jun 13 23:59:24 2025 +0900 New translations aria.i18n.yaml (Indonesian) Close #659 --- lib/i18n/aria/aria_id-ID.i18n.yaml | 1 + lib/i18n/strings.g.dart | 2 +- lib/i18n/strings_id_ID.g.dart | 1 + misskey | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/i18n/aria/aria_id-ID.i18n.yaml b/lib/i18n/aria/aria_id-ID.i18n.yaml index 38c3c2bc2..1e6feb293 100644 --- a/lib/i18n/aria/aria_id-ID.i18n.yaml +++ b/lib/i18n/aria/aria_id-ID.i18n.yaml @@ -160,3 +160,4 @@ userSaysSomethingSensitive(rich): "Postingan oleh {name} mengandung konten sensi vibrateNote: "Getarkan untuk note baru" vibrateNotification: "Getarkan untuk notifikasi baru" webBrowser: "Peramban web" +willBePostedOn: "Akan diposting pada {date} " diff --git a/lib/i18n/strings.g.dart b/lib/i18n/strings.g.dart index 03020f8de..be635ee84 100644 --- a/lib/i18n/strings.g.dart +++ b/lib/i18n/strings.g.dart @@ -4,7 +4,7 @@ /// To regenerate, run: `dart run slang` /// /// Locales: 31 -/// Strings: 62810 (2026 per locale) +/// Strings: 62811 (2026 per locale) // coverage:ignore-file // ignore_for_file: type=lint, unused_import diff --git a/lib/i18n/strings_id_ID.g.dart b/lib/i18n/strings_id_ID.g.dart index 5a89dc8de..92f52b899 100644 --- a/lib/i18n/strings_id_ID.g.dart +++ b/lib/i18n/strings_id_ID.g.dart @@ -255,6 +255,7 @@ class _TranslationsAriaIdId extends TranslationsAriaEnUs { @override String get vibrateNote => 'Getarkan untuk note baru'; @override String get vibrateNotification => 'Getarkan untuk notifikasi baru'; @override String get webBrowser => 'Peramban web'; + @override String willBePostedOn({required Object date}) => 'Akan diposting pada ${date} '; } // Path: misskey diff --git a/misskey b/misskey index aae796154..420756d74 160000 --- a/misskey +++ b/misskey @@ -1 +1 @@ -Subproject commit aae7961540651c2aa102ade911f07abcf3cacc14 +Subproject commit 420756d744aef1ab985d2f9ef0eb8e9b7aa65433 From fb3c5da40e035d8e78f5d6a6026a51ef9e0bf9b1 Mon Sep 17 00:00:00 2001 From: poppingmoon <63451158+poppingmoon@users.noreply.github.com> Date: Sat, 14 Jun 2025 22:57:44 +0900 Subject: [PATCH 3/3] release: 1.2.2 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 373c76380..84cef8765 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: aria description: "A client app for Misskey, a federated social media platform." publish_to: "none" -version: 1.2.1+65 +version: 1.2.2+66 environment: sdk: ">=3.8.0 <4.0.0"