8000 release: 1.1.0 by poppingmoon · Pull Request #620 · poppingmoon/aria · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

release: 1.1.0 #620

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .fvmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"flutter": "3.29.2"
"flutter": "3.29.3"
}
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: flutter pub get

- name: Setup Java
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
with:
distribution: zulu
java-version: 17
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:

- name: Release APK
if: startsWith(github.ref, 'refs/tags/v')
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
with:
files: |
${{ env.APK_BUILD_DIR }}/build/app/outputs/apk/release/aria-${{ github.ref_name }}-armeabi-v7a.apk
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
run: flutter pub get

- name: Setup Java
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
with:
distribution: zulu
java-version: 17
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
- name: Authenticate to Google Cloud
id: auth
if: startsWith(github.ref, 'refs/tags/v')
uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
with:
workload_identity_provider: ${{ secrets.WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ secrets.SERVICE_ACCOUNT }}
Expand All @@ -189,7 +189,7 @@ jobs:
serviceAccountJson: ${{ steps.auth.outputs.credentials_file_path }}

build-ios:
runs-on: macos-latest
runs-on: macos-15

needs: get-flutter-version

Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:

- name: Release IPA (Unsigned)
if: startsWith(github.ref, 'refs/tags/v')
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
with:
files: aria-${{ github.ref_name }}.ipa
draft: true
Expand Down Expand Up @@ -339,7 +339,7 @@ jobs:

- name: Release ZIP
if: startsWith(github.ref, 'refs/tags/v')
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
with:
files: aria-${{ github.ref_name }}-windows-x64.zip
draft: true
Expand All @@ -364,7 +364,7 @@ jobs:

- name: Release installer
if: startsWith(github.ref, 'refs/tags/v')
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
with:
files: windows/Output/aria-v${{ steps.trim-version.outputs.version }}-windows-x64.exe
draft: true
Expand Down Expand Up @@ -460,7 +460,7 @@ jobs:

- name: Release DMG
if: startsWith(github.ref, 'refs/tags/v')
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
with:
files: aria-${{ github.ref_name }}.dmg
draft: true
Expand Down Expand Up @@ -546,7 +546,7 @@ jobs:

- name: Release TAR
if: startsWith(github.ref, 'refs/tags/v')
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
with:
files: aria-${{ github.ref_name }}-linux-${{ matrix.arch }}.tar.gz
draft: true
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dart.flutterSdkPath": ".fvm/versions/3.29.2",
"dart.flutterSdkPath": ".fvm/versions/3.29.3",
"editor.formatOnSave": true,
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.expand": false,
Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/zh-CN/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Based on the design of the official Misskey Web client
The user interface is designed to look familiar, similar to the official Misskey front-end. It also supports note decoration with MFM.

高度可定制
Numerous settings, such as reaction display size and display of user icons, can be changed and adjusted to your liking. Also, you can change the theme to decorate the application with your favorite colors.
可以根据自己的喜好,调整回应的显示大小、用户头像等众多的设置。您也可以更改主题,用您喜欢的颜色装饰应用程序。
2 changes: 1 addition & 1 deletion fastlane/metadata/android/zh-CN/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Dive into the interplanetary microblogging platform 🚀
潜入星际微博客平台🚀
42 changes: 42 additions & 0 deletions ios/Localizable.xcstrings
4D32
Original file line number Diff line number Diff line change
Expand Up @@ -1503,6 +1503,12 @@
"value": "채팅 룸에 초대받았습니다"
}
},
"pt": {
"stringUnit": {
"state": "translated",
"value": "Você foi convidado para uma conversa"
}
},
"zh-Hans": {
"stringUnit": {
"state": "translated",
Expand Down Expand Up @@ -1556,6 +1562,12 @@
"value": "액세스 토큰이 생성되었습니다"
}
},
"pt": {
"stringUnit": {
"state": "translated",
"value": "Uma token de acesso foi criada"
}
},
"zh-Hans": {
"stringUnit": {
"state": "translated",
Expand Down Expand Up @@ -1769,6 +1781,12 @@
"value": "만약 기억이 나지 않는다면 '액세스 토큰 관리'를 통해 액세스 토큰을 삭제해 주세요."
}
},
"pt": {
"stringUnit": {
"state": "translated",
"value": "Se você não faz ideia, exclua o token de acesso através de \"Gerenciar tokens de acesso\"."
}
},
"zh-Hans": {
"stringUnit": {
"state": "translated",
Expand Down Expand Up @@ -1803,6 +1821,12 @@
"state": "translated",
"value": "予約済みのノートの投稿に失敗しました" BE96
}
},
"zh-Hans": {
"stringUnit": {
"state": "translated",
"value": "定时帖子发布失败"
}
}
}
},
Expand All @@ -1826,6 +1850,12 @@
"state": "translated",
"value": "ノートが予約されました"
}
},
"zh-Hans": {
"stringUnit": {
"state": "translated",
"value": "帖子已定时"
}
}
}
},
Expand All @@ -1849,6 +1879,12 @@
"state": "translated",
"value": "予約済みのノートが投稿されました"
}
},
"zh-Hans": {
"stringUnit": {
"state": "translated",
"value": "定时帖子已发布"
}
}
}
},
Expand All @@ -1872,6 +1908,12 @@
"state": "translated",
"value": "予約済みのノートの投稿に失敗しました"
}
},
"zh-Hans": {
"stringUnit": {
"state": "translated",
"value": "定时帖子发布失败"
}
}
}
},
Expand Down
6 changes: 0 additions & 6 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ PODS:
- SDWebImageWebPCoder (0.14.6):
- libwebp (~> 1.0)
- SDWebImage/Core (~> 5.17)
- wakelock_plus (0.0.1):
- Flutter
- webcrypto (0.1.1):
- Flutter
- FlutterMacOS
Expand All @@ -62,7 +60,6 @@ DEPENDENCIES:
- image_editor_common (from `.symlinks/plugins/image_editor_common/ios`)
- receive_sharing_intent (from `.symlinks/plugins/receive_sharing_intent/ios`)
- rust_lib_aria (from `.symlinks/plugins/rust_lib_aria/ios`)
- wakelock_plus (from `.symlinks/plugins/wakelock_plus/ios`)
- webcrypto (from `.symlinks/plugins/webcrypto/darwin`)

SPEC REPOS:
Expand Down Expand Up @@ -92,8 +89,6 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/receive_sharing_intent/ios"
rust_lib_aria:
:path: ".symlinks/plugins/rust_lib_aria/ios"
wakelock_plus:
:path: ".symlinks/plugins/wakelock_plus/ios"
webcrypto:
:path: ".symlinks/plugins/webcrypto/darwin"

Expand All @@ -112,7 +107,6 @@ SPEC CHECKSUMS:
rust_lib_aria: 0c3df7954648e308ecb56b46643d21fedce9a23d
SDWebImage: 8a6b7b160b4d710e2a22b6900e25301075c34cb3
SDWebImageWebPCoder: e38c0a70396191361d60c092933e22c20d5b1380
wakelock_plus: 373cfe59b235a6dd5837d0fb88791d2f13a90d56
webcrypto: aa788ff6b0a956e5d6e613b35b99c13e220ca2d0

PODFILE CHECKSUM: b4f6a2524c570f4064b4baab0c402e22ad4981d6
Expand Down
2 changes: 2 additions & 0 deletions lib/i18n/aria/aria.i18n.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ deleteFilesConfirm:
other: "Are you sure you want to delete {n} files?"
deleteTabConfirm: "Are you sure you want to delete this tab?"
disableDataSaverWhenOnWifi: "Disable data saver when on Wi-Fi"
disableStreamingTimeline: "Disable real-time timeline updates"
disableSubscribingNotes: "Disable real-time reaction updates"
discardChangesConfirm: "Are you sure you want to discard changes and back?"
displayOfThumbnail: "Display of thumbnail"
Expand Down Expand Up @@ -133,6 +134,7 @@ showAvatarsInNote: "Show avatars in notes"
showAvatarsInSubNote: "Show avatars in sub notes"
showEntireImage: "Show entire image"
showExpandedImage: "Show expanded image"
showGapBetweenNotesInTimeline: "Show a gap between posts on the timeline"
showImage: "Show image"
showLikeButtonInNoteFooter: "Add \"Like\" to note action menu"
showMenuButtonInTabBar: "Show menu button in tab bar"
Expand Down
1 change: 0 additions & 1 deletion lib/i18n/aria/aria_es-ES.i18n.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ openScratchpadAndRunCode(rich): "Abre {scratchpad} en tu navegador, luego introd
openSensitiveMediaOnDoubleTap: "Abrir multimedia sensible con doble toque"
parameters: "Parámetros"
paste: "Pegar"
pastePinnedEmojisDescription(rich): "Pega la lista de emojis en formato JSON para anclar los emojis.\nPuedes copiar tus emojis anclados para la Web de Misskey desde {url}."
pasteResponseBelow: "Pegar la respuesta a continuación."
pinToEmojiPicker: "Fijar al selector de emojis"
playAudio: "Reproducir audio"
Expand Down
1 change: 0 additions & 1 deletion lib/i18n/aria/aria_id-ID.i18n.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ openScratchpadAndRunCode(rich): "Buka {scratchpad} di browser anda, lalu masukka
openSensitiveMediaOnDoubleTap: "Buka media sensitif dengan ketukan ganda"
parameters: "Parameter"
paste: "Tempel"
pastePinnedEmojisDescription(rich): "Tempel daftar emoji dengan format JSON untuk menyematkan emoji. Anda bisa menyalin emoji yang sudah tersematkan dari Misskey Web di {url}."
pasteResponseBelow: "Tempel respon di bawah."
pinToEmojiPicker: "Sematkan ke pemilih emoji"
playAudio: "Putar audio"
Expand Down
7 changes: 6 additions & 1 deletion lib/i18n/aria/aria_ja-JP.i18n.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ deleteFilesConfirm:
other: "{n}個のファイルを削除しますか?"
deleteTabConfirm: "このタブを削除しますか?"
disableDataSaverWhenOnWifi: "Wi-Fi接続中はデータセーバーを無効にする"
disableStreamingTimeline: "タイムラインのリアルタイム更新を無効にする"
disableSubscribingNotes: "リアクションのリアルタイム更新を無効にする"
discardChangesConfirm: "変更せずに戻りますか?"
displayOfThumbnail: "サムネイルの表示"
Expand Down Expand Up @@ -99,10 +100,12 @@ openInInternalBrowser: "内部ブラウザで開く"
openMenu: "メニューを開く"
openScratchpadAndRunCode(rich): "ブラウザで{scratchpad}を開き、以下のコードを入力して実行してください。"
openSensitiveMediaOnDoubleTap: "ダブルタップしてセンシティブなメディアを開く"
owner: "オーナー"
parameters: "パラメータ"
paste: "貼り付け"
pastePinnedEmojisDescription(rich): "JSON形式で表記された絵文字のリストを貼り付けて一括でピン止めします。\nMisskey Webでピン止めした絵文字のリストは{url}からコピーすることができます。"
pastePinnedEmojisDescription(rich): "絵文字のリストを貼り付けて一括でピン止めします。\nMisskey Webでピン止めした絵文字のリストは{url}からコピーすることができます。"
pasteResponseBelow: "以下にレスポンスを貼り付けてください。"
permissionDeniedErrorDescription: "この操作を行うための権限がアクセストークンに付与されていません。ログインし直してください。"
pinToEmojiPicker: "絵文字ピッカーにピン留め"
playAudio: "音声を再生"
playVideo: "動画を再生"
Expand All @@ -123,13 +126,15 @@ scheduledNotePosted: "予約済みのノートが投稿されました"
scheduledNotes: "予約済みのノート"
selectIcon: "アイコンを選択"
selfRenotedBy(rich): "{user}がセルフリノート"
sendMessageConfirm: "このメッセージを送信しますか?"
serverUrl: "サーバーのURL"
settingsFileForAria: "Ariaの設定ファイル"
settingsForUser(rich): "{user}の設定"
showAvatarsInNote: "ノートにユーザーのアイコンを表示する"
showAvatarsInSubNote: "サブノートにユーザーのアイコンを表示する"
showEntireImage: "全体を表示する"
showExpandedImage: "拡大して表示する"
showGapBetweenNotesInTimeline: "タイムラインのノートを離して表示"
showImage: "画像を表示"
showLikeButtonInNoteFooter: "ノートのアクションにいいねを追加"
showMenuButtonInTabBar: "タイムラインのタブバーにメニューボタンを追加"
Expand Down
7 changes: 6 additions & 1 deletion lib/i18n/aria/aria_ja-KS.i18n.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ deleteFilesConfirm:
other: "ファイルが{n}個あるけどほかしてええか?"
deleteTabConfirm: "このタブほかしてええか?"
disableDataSaverWhenOnWifi: "Wi-Fi接続中はデータセーバーを止めとく"
disableStreamingTimeline: "タイムラインのリアルタイム更新をやめるで"
disableSubscribingNotes: "ツッコミをいちいち更新せんようにする"
discardChangesConfirm: "変えんと戻ってええか?"
displayOfThumbnail: "サムネイルの表示"
Expand Down Expand Up @@ -99,10 +100,12 @@ openInInternalBrowser: "内部ブラウザで開くで"
openMenu: "メニューを開くで"
openScratchpadAndRunCode(rich): "ブラウザで{scratchpad}を開いて、下のコードを入力して走らしてな"
openSensitiveMediaOnDoubleTap: "二度押ししてきわどいメディアを開くで"
owner: "オーナー"
parameters: "パラメータ"
paste: "貼り付け"
pastePinnedEmojisDescription(rich): "JSON形式で表記された絵文字のリストを貼り付けて一括でピン留めするで。\nMisskey Webでピン留めした絵文字のリストは{url}からコピーしてや。"
pastePinnedEmojisDescription(rich): "絵文字のリストを貼り付けて一括でピン留めするで。\nMisskey Webでピン留めした絵文字のリストは{url}からコピーしてや。"
pasteResponseBelow: "下のとこにレスポンスを貼り付けてな"
permissionDeniedErrorDescription: "この操作をやるための権限がアクセストークンについてへんわ。もっかいログインしてな。"
pinToEmojiPicker: "絵文字ピッカーにピン留めしとく"
playAudio: "音声を再生"
playVideo: "動画を再生"
Expand All @@ -123,13 +126,15 @@ scheduledNotePosted: "予約済みのノートが投稿されたで"
scheduledNotes: "予約済みのノート"
selectIcon: "アイコンを選ぶ"
selfRenotedBy(rich): "{user}がセルフリノートしたで"
sendMessageConfirm: "このメッセージを送信してええか?"
serverUrl: "サーバーのURL"
settingsFileForAria: "Ariaの設定ファイル"
settingsForUser(rich): "{user}の設定"
showAvatarsInNote: "ノートにユーザーのアイコンを表示するで"
showAvatarsInSubNote: "サブノートにユーザーのアイコンを表示するで"
showEntireImage: "全体を表示するで"
showExpandedImage: "でかくして表示するで"
showGapBetweenNotesInTimeline: "タイムラインのノートを離して表示するで"
showImage: "画像を表示"
showLikeButtonInNoteFooter: "ノートのアクションにいいねを追加"
showMenuButtonInTabBar: "タイムラインのタブバーにメニューボタンを追加"
Expand Down
1 change: 0 additions & 1 deletion lib/i18n/aria/aria_ko-GS.i18n.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ openScratchpadAndRunCode(rich): "{scratchpad} 를 브라우저에서 열고, 다
openSensitiveMediaOnDoubleTap: "야시시한 미디어는 두 번 눌러서 열라카래이"
parameters: "매개변수"
paste: "붙여넣기"
pastePinnedEmojisDescription(rich): "이모지 목록을 고정할라면은 JSON 파일을 직접 붙여넣어야 한다야.\n{url}에 가가, 거 미스키 웹에서 고정된 이모지 목록을 복사해주믄 고맙겠대이."
pasteResponseBelow: "답변을 아래 복사하세요"
pinToEmojiPicker: "이모지 선택기에 고정"
playAudio: "소리 듣기"
Expand Down
1 change: 0 additions & 1 deletion lib/i18n/aria/aria_ko-KR.i18n.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ openScratchpadAndRunCode(rich): "{scratchpad} 를 브라우저에서 열고, 다
openSensitiveMediaOnDoubleTap: "더블 탭하여 민감한 미디어 열기"
parameters: "매개변수"
paste: "붙여넣기"
pastePinnedEmojisDescription(rich): "이모지를 고정하려면 Json파일을 붙여넣기 해야합니다.\n{url}에서 미스키 웹용으로 고정된 이모지를 복사할 수 있습니다."
pasteResponseBelow: "답변을 아래 복사하세요"
pinToEmojiPicker: "이모지 선택기에 고정"
playAudio: "소리 재생"
Expand Down
Loading
Loading
0