Merge pull request #8 from Misskey-art/art/dev

Release v13.13.2-art_1.0
This commit is contained in:
Mogyuchi 2023-08-11 22:46:16 +09:00
commit ae9013872e
No known key found for this signature in database
GPG key ID: 59FD1FE61E03F2B4
25 changed files with 50 additions and 40 deletions

View file

@ -3,8 +3,8 @@ name: Check copyright year
on:
push:
branches:
- master
- develop
- art/main
- art/dev
jobs:
check_copyright_year:

View file

@ -3,12 +3,18 @@ name: Publish Docker image (develop)
on:
push:
branches:
- develop
- art/dev
workflow_dispatch:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
permissions:
packages: write
runs-on: ubuntu-latest
if: github.repository == 'misskey-dev/misskey'
steps:
@ -23,12 +29,14 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: misskey/misskey
- name: Log in to Docker Hub
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Log in to the Container registry
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and Push to Docker Hub
uses: docker/build-push-action@v4
with:

View file

@ -5,9 +5,15 @@ on:
types: [published]
workflow_dispatch:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
permissions:
packages: write
runs-on: ubuntu-latest
steps:
@ -22,7 +28,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: misskey/misskey
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=edge
type=ref,event=pr
@ -30,11 +36,13 @@ jobs:
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
- name: Log in to Docker Hub
- name: Log in to the Container registry
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and Push to Docker Hub
uses: docker/build-push-action@v4
with:

View file

@ -4,8 +4,8 @@ name: Dockle
on:
push:
branches:
- master
- develop
- art/main
- art/dev
pull_request:
jobs:

View file

@ -3,8 +3,8 @@ name: Lint
on:
push:
branches:
- master
- develop
- art/main
- art/dev
pull_request:
jobs:

View file

@ -1,13 +0,0 @@
name: "Reviewer lottery"
on:
pull_request_target:
types: [opened, ready_for_review, reopened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: uesteibar/reviewer-lottery@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

View file

@ -5,7 +5,7 @@ on:
branches:
- master
- develop
pull_request_target:
# pull_request_target:
jobs:
build:

View file

@ -3,8 +3,8 @@ name: Test (backend)
on:
push:
branches:
- master
- develop
- art/main
- art/dev
pull_request:
jobs:

View file

@ -3,8 +3,8 @@ name: Test (frontend)
on:
push:
branches:
- master
- develop
- art/main
- art/dev
pull_request:
jobs:

View file

@ -5,9 +5,9 @@ name: Test (misskey.js)
on:
push:
branches: [ develop ]
branches: [ art/dev ]
pull_request:
branches: [ develop ]
branches: [ art/dev ]
jobs:
test:

View file

@ -3,8 +3,8 @@ name: Test (production install and build)
on:
push:
branches:
- master
- develop
- art/main
- art/dev
pull_request:
env:

1
locales/index.d.ts vendored
View file

@ -988,6 +988,7 @@ export interface Locale {
"disableFederationConfirm": string;
"disableFederationConfirmWarn": string;
"disableFederationOk": string;
"contentWarningCheckRule": string;
"invitationRequiredToRegister": string;
"emailNotSupported": string;
"postToTheChannel": string;

View file

@ -985,6 +985,7 @@ letsLookAtTimeline: "タイムラインを見てみる"
disableFederationConfirm: "連合なしにしますか?"
disableFederationConfirmWarn: "連合なしにしても投稿は非公開になりません。ほとんどの場合、連合なしにする必要はありません。"
disableFederationOk: "連合なしにする"
contentWarningCheckRule: "R18に相当する内容を投稿する場合は、注釈に投稿の内容に関する簡単な説明を記述してください。\n詳しくはルールをご覧ください。https://service.misskey.art"
invitationRequiredToRegister: "現在このサーバーは招待制です。招待コードをお持ちの方のみ登録できます。"
emailNotSupported: "このサーバーではメール配信はサポートされていません"
postToTheChannel: "チャンネルに投稿"

View file

@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "13.13.2",
"version": "13.13.2-art_1.0",
"codename": "nasubi",
"repository": {
"type": "git",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 57 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 162 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 57 KiB

Before After
Before After

View file

@ -7,13 +7,13 @@
"theme_color": "#86b300",
"icons": [
{
"src": "/static-assets/icons/192.png",
"src": "/static-assets/icons/192art.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/static-assets/icons/512.png",
"src": "/static-assets/icons/512art.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Before After
Before After

View file

@ -59,6 +59,7 @@
<button class="_buttonPrimary" style="padding: 4px; border-radius: 8px;" @click="addVisibleUser"><i class="ti ti-plus ti-fw"></i></button>
</div>
</div>
<MkInfo v-if="useCw" warn :class="$style.contentWarningCheckRule">{{ i18n.ts.contentWarningCheckRule }}</MkInfo>
<MkInfo v-if="hasNotSpecifiedMentions" warn :class="$style.hasNotSpecifiedMentions">{{ i18n.ts.notSpecifiedMentionWarning }} - <button class="_textButton" @click="addMissingMention()">{{ i18n.ts.add }}</button></MkInfo>
<input v-show="useCw" ref="cwInputEl" v-model="cw" :class="$style.cw" :placeholder="i18n.ts.annotation" @keydown="onKeydown">
<div :class="[$style.textOuter, { [$style.withCw]: useCw }]">
@ -1046,6 +1047,10 @@ defineExpose({
background: var(--X4);
}
.contentWarningCheckRule {
margin: 0 20px 16px 20px;
}
.hasNotSpecifiedMentions {
margin: 0 20px 16px 20px;
}