这是indexloc提供的服务,不要输入任何密码
Skip to content

release: 1.0.0-beta.13 #586

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 4 commits into from
Mar 29, 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
26 changes: 13 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
cp -r . $APK_BUILD_DIR

- name: Install Flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff # v2.18.0
uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 # v2.19.0
with:
channel: stable
flutter-version: ${{ needs.get-flutter-version.outputs.flutter-version }}
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
mv app-x86_64-release.apk aria-${{ github.ref_name }}-x86_64.apk

- name: Upload APK
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: APK
path: |
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
persist-credentials: false

- name: Install Flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff # v2.18.0
uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 # v2.19.0
with:
channel: stable
flutter-version: ${{ needs.get-flutter-version.outputs.flutter-version }}
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
--build-number ${{ steps.get-build-number.outputs.build-number }}3

- name: Upload App Bundle
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: App Bundle
path: build/app/outputs/bundle/release/app-release.aab
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
persist-credentials: false

- name: Install Flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff # v2.18.0
uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 # v2.19.0
with:
channel: stable
flutter-version: ${{ needs.get-flutter-version.outputs.flutter-version }}
Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:
run: zip -r aria-${{ github.ref_name }}.ipa Payload

- name: Upload IPA (Unsigned)
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: IPA
path: aria-${{ github.ref_name }}.ipa
Expand Down Expand Up @@ -313,7 +313,7 @@ jobs:
persist-credentials: false

- name: Install Flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff # v2.18.0
uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 # v2.19.0
with:
channel: stable
flutter-version: ${{ needs.get-flutter-version.outputs.flutter-version }}
Expand All @@ -332,7 +332,7 @@ jobs:
-DestinationPath aria-${{ github.ref_name }}-windows-x64.zip

- name: Upload ZIP
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: Windows ZIP
path: aria-${{ github.ref_name }}-windows-x64.zip
Expand All @@ -357,7 +357,7 @@ jobs:
run: iscc windows/setup.iss

- name: Upload installer
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: Windows Installer
path: windows/Output/aria-v${{ steps.trim-version.outputs.version }}-windows-x64.exe
Expand Down Expand Up @@ -386,7 +386,7 @@ jobs:
run: rustup update

- name: Install Flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff # v2.18.0
uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 # v2.19.0
with:
channel: stable
flutter-version: ${{ needs.get-flutter-version.outputs.flutter-version }}
Expand Down Expand Up @@ -453,7 +453,7 @@ jobs:
build/macos/Build/Products/Release/aria.app

- name: Upload DMG
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: DMG
path: aria-${{ github.ref_name }}.dmg
Expand Down Expand Up @@ -512,7 +512,7 @@ jobs:
persist-credentials: false

- name: Install Flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff # v2.18.0
uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 # v2.19.0
with:
channel: master
flutter-version: ${{ needs.get-flutter-version.outputs.flutter-version }}
Expand All @@ -539,7 +539,7 @@ jobs:
run: tar -czvf ../../../../../aria-${{ github.ref_name }}-linux-${{ matrix.arch }}.tar.gz *

- name: Upload TAR
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: Linux ${{ matrix.arch }} TAR
path: aria-${{ github.ref_name }}-linux-${{ matrix.arch }}.tar.gz
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
persist-credentials: false

- name: Install Flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff # v2.18.0
uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 # v2.19.0
with:
channel: 'stable'
flutter-version: ${{ needs.get-flutter-version.outputs.flutter-version }}
Expand All @@ -63,7 +63,7 @@ jobs:

- name: Suggest changes
if: github.event_name == 'pull_request'
uses: reviewdog/action-suggester@a3026c6020837c23b61a79d12db223a00df19e6a # v1.19.0
uses: reviewdog/action-suggester@4747dbc9f9e37adba0943e681cc20db466642158 # v1.21.0
with:
fail_level: error

Expand All @@ -85,7 +85,7 @@ jobs:
persist-credentials: false

- name: Install Flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff # v2.18.0
uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 # v2.19.0
with:
channel: 'stable'
flutter-version: ${{ needs.get-flutter-version.outputs.flutter-version }}
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
persist-credentials: false

- name: Install Flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff # v2.18.0
uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 # v2.19.0
with:
channel: 'stable'
flutter-version: ${{ needs.get-flutter-version.outputs.flutter-version }}
Expand All @@ -140,7 +140,7 @@ jobs:
persist-credentials: false

- name: Install Flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff # v2.18.0
uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 # v2.19.0
with:
channel: 'stable'
flutter-version: ${{ needs.get-flutter-version.outputs.flutter-version }}
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
persist-credentials: false

- name: Install Flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff # v2.18.0
uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 # v2.19.0
with:
channel: 'stable'
flutter-version: ${{ needs.get-flutter-version.outputs.flutter-version }}
Expand All @@ -205,7 +205,7 @@ jobs:

- name: Suggest changes
if: github.event_name == 'pull_request'
uses: reviewdog/action-suggester@a3026c6020837c23b61a79d12db223a00df19e6a # v1.19.0
uses: reviewdog/action-suggester@4747dbc9f9e37adba0943e681cc20db466642158 # v1.21.0
with:
fail_level: error

Expand All @@ -228,7 +228,7 @@ jobs:
persist-credentials: false

- name: Install Flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff # v2.18.0
uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 # v2.19.0
with:
channel: 'stable'
flutter-version: ${{ needs.get-flutter-version.outputs.flutter-version }}
Expand All @@ -239,7 +239,7 @@ jobs:

- name: Suggest changes
if: github.event_name == 'pull_request'
uses: reviewdog/action-suggester@a3026c6020837c23b61a79d12db223a00df19e6a # v1.19.0
uses: reviewdog/action-suggester@4747dbc9f9e37adba0943e681cc20db466642158 # v1.21.0
with:
fail_level: error

Expand Down
6 changes: 6 additions & 0 deletions ios/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -1473,6 +1473,12 @@
"value": "Token d'accés generat"
}
},
"de": {
"stringUnit": {
"state": "translated",
"value": "Ein Zugangstoken wurde erstellt"
}
},
"en": {
"stringUnit": {
"state": "translated",
Expand Down
46 changes: 34 additions & 12 deletions lib/i18n/misskey/misskey.i18n.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ deleteAreYouSure: "Are you sure that you want to delete \"{x}\"?"
resetAreYouSure: "Really reset?"
areYouSure: "Are you sure?"
saved: "Saved"
messaging: "Chat"
upload: "Upload"
keepOriginalUploading: "Keep original image"
keepOriginalUploadingDescription: "Saves the originally uploaded image as-is. If turned off, a version to display on the web will be generated on upload."
Expand All @@ -306,7 +305,6 @@ uploadFromUrlMayTakeTime: "It may take some time until the upload is complete."
explore: "Explore"
messageRead: "Read"
noMoreHistory: "There is no further history"
startMessaging: "Start a new chat"
nUsersRead: "read by {n}"
agreeTo: "I agree to {x0}"
agree: "Agree"
Expand Down Expand Up @@ -495,8 +493,6 @@ noteOf: "Note by {user}"
quoteAttached: "Quote"
quoteQuestion: "Append as quote?"
attachAsFileQuestion: "The text in clipboard is long. Would you want to attach it as text file?"
noMessagesYet: "No messages yet"
newMessageExists: "There are new messages"
onlyOneFileCanBeAttached: "You can only attach one file to a message"
signinRequired: "Please register or sign in before continuing"
signinOrContinueOnRemote: "To continue, you need to move your server or sign up / log in to this server."
Expand Down Expand Up @@ -702,6 +698,7 @@ userSaysSomethingAbout: "{name} said something about \"{word}\""
makeActive: "Activate"
display: "Display"
copy: "Copy"
copiedToClipboard: "Copied to clipboard"
metrics: "Metrics"
overview: "Overview"
logs: "Logs"
Expand Down Expand Up @@ -1320,14 +1317,35 @@ unmarkAsSensitiveConfirm: "Do you want to remove the sensitive designation for t
preferences: "Preferences"
accessibility: "Accessibility"
preferencesProfile: "Preferences profile"
copyPreferenceId: "Copy the proference ID"
copyPreferenceId: "Copy the preference ID"
resetToDefaultValue: "Revert to default"
overrideByAccount: "Override by the account"
untitled: "Untitled"
noName: "No name"
skip: "Skip"
restore: "Restore"
syncBetweenDevices: "Sync between devices"
preferenceSyncConflictTitle: "The configured value exists on the server."
preferenceSyncConflictText: "The sync enabled settings will save their values to the server. However, there are existing values on the server. Which set of values would you like to overwrite?"
preferenceSyncConflictChoiceServer: "Configured value on server"
preferenceSyncConflictChoiceDevice: "Configured value on device"
preferenceSyncConflictChoiceCancel: "Cancel enabling sync"
paste: "Paste"
emojiPalette: "Emoji palette"
postForm: "Posting form"
textCount: "Character count"
information: "About"
chat_:
invitations: "Invite"
noHistory: "No history available"
members: "Members"
home: "Home"
send: "Send"
emojiPalette_:
palettes: "Palette"
enableSyncBetweenDevicesForPalettes: "Enable palette sync between devices"
paletteForMain: "Main palette"
paletteForReaction: "Reaction palette"
settings_:
driveBanner: "You can manage and configure the drive, check usage, and configure file upload settings."
pluginBanner: "You can extend client features with plugins. You can install plugins, configure and manage individually."
Expand All @@ -1345,6 +1363,9 @@ settings_:
preferencesBanner: "You can configure the overall behavior of the client according to your preferences."
appearanceBanner: "You can configure the appearance and display settings for the client according to your preferences."
soundsBanner: "You can configure the sound settings for playback in the client."
timelineAndNote: "Timeline and note"
makeEveryTextElementsSelectable: "Make all text elements selectable"
makeEveryTextElementsSelectable_description: "Enabling this may reduce usability in some situations."
preferencesProfile_:
profileName: "Profile name"
profileNameDescription: "Set a name that identifies this device."
Expand Down Expand Up @@ -1377,7 +1398,7 @@ abuseUserReport_:
resolve: "Resolve"
accept: "Accept"
reject: "Reject"
resolveTutorial: "If the report is legitimate in content, select \"Accept\" to mark the case as resolved in the affirmative.\nIf the content of the report is not legitimate, select \"Reject\" to mark the case as resolved in the negative."
resolveTutorial: "If the report's content is legitimate, select \"Accept\" to mark it as resolved.\nIf the report's content is illegitimate, select \"Reject\" to ignore it."
delivery_:
status: "Delivery status"
stop: "Suspended"
Expand Down Expand Up @@ -2230,6 +2251,7 @@ permissions_:
readClipFavorite: "View favorited clips"
readFederation: "Get federation data"
writeReportAbuse: "Report violation"
writeChat: "Compose or delete chat messages"
auth_:
shareAccessTitle: "Granting application permissions"
shareAccess: "Would you like to authorize \"{name}\" to access this account?"
Expand Down Expand Up @@ -2509,6 +2531,7 @@ notification_:
achievementEarned: "Achievement unlocked"
exportCompleted: "The export has been completed"
login: "Sign In"
createToken: "Create access token"
test: "Notification test"
app: "Notifications from linked apps"
actions_:
Expand Down Expand Up @@ -2536,6 +2559,7 @@ deck_:
useSimpleUiForNonRootPages: "Use simple UI for navigated pages"
usedAsMinWidthWhenFlexible: "Minimum width will be used for this when the \"Auto-adjust width\" option is enabled"
flexible: "Auto-adjust width"
enableSyncBetweenDevicesForProfiles: "Enable profile information sync between devices"
columns_:
main: "Main"
widgets: "Widgets"
Expand Down Expand Up @@ -2581,7 +2605,7 @@ webhookSettings_:
testRemarks: "Click the button to the right of the switch to send a test Webhook with dummy data."
abuseReport_:
notificationRecipient_:
createRecipient: "Add a recipient for reports"
createRecipient: "Add recipient for reports"
modifyRecipient: "Edit a recipient for reports"
recipientType: "Notification type"
recipientType_:
Expand Down Expand Up @@ -2657,10 +2681,8 @@ externalResourceInstaller_:
checkVendorBeforeInstall: "Make sure the distributor of this resource is trustworthy before installation."
plugin_:
title: "Do you want to install this plugin?"
metaTitle: "Plugin information"
theme_:
title: "Do you want to install this theme?"
metaTitle: "Theme information"
meta_:
base: "Base color scheme"
vendorInfo_:
Expand Down Expand Up @@ -2813,7 +2835,7 @@ customEmojisManager_:
confirmImportEmojisTitle: "Import Emojis"
confirmImportEmojisDescription: "Import {count} Emoji(s) received from the remote server. Please pay close attention to the license of the Emoji. Are you sure to continue?"
local_:
tabTitleList: "List of registered Emojis"
tabTitleList: "Registered emojis"
tabTitleRegister: "Emoji registration"
list_:
emojisNothing: "There are no registered Emojis."
Expand Down Expand Up @@ -2861,8 +2883,8 @@ selfXssPrevention_:
description2: "If you do not understand exactly what you are trying to paste, %cstop working right now and close this window."
description3: "For more information, please refer to this. {link}"
followRequest_:
recieved: "Received application"
sent: "Sent application"
recieved: "Received request"
sent: "Sent request"
remoteLookupErrors_:
federationNotAllowed_:
title: "Unable to communicate with this server"
Expand Down
Loading
Loading