Skip to content
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

2023.12.2.papi.dev+0121 #50

Merged
merged 107 commits into from
Feb 2, 2024
Merged

2023.12.2.papi.dev+0121 #50

merged 107 commits into from
Feb 2, 2024

Commits on Jan 13, 2024

  1. Configuration menu
    Copy the full SHA
    b13410d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c33f56e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6177fcb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b0f5b5 View commit details
    Browse the repository at this point in the history
  5. clean up

    syuilo committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    5503ad9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d246f6c View commit details
    Browse the repository at this point in the history
  7. Feat(frontend): リアクション・ノート内絵文字・/about#emojisで絵文字詳細が見られるように (misskey-d…

    …ev#12984)
    
    * リアクション・ノート内絵文字・/about#emojisで絵文字詳細が見られるように
    
    * update CHANGELOG.md
    
    * fix locale & type errors
    
    * fix locale etc
    
    * fix
    
    * fix type
    
    * lint fixes
    
    * lint fixes(2)
    1STEP621 authored Jan 13, 2024
    Configuration menu
    Copy the full SHA
    19fe32b View commit details
    Browse the repository at this point in the history
  8. tweak

    syuilo committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    18a5e37 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    79370aa View commit details
    Browse the repository at this point in the history
  10. fix(backend): 虚無ノートを投稿できる問題の修正と api.json の OpenAPI Specification 3.…

    …1.0 への対応 (misskey-dev#12969)
    
    * fix(backend): `text: null`だけのノートは投稿できないように
    
    * add test
    
    * Update CHANGELOG.md
    
    * chore: bump OpenAPI Specification from 3.0.0 to 3.1.0
    
    * chore: テストがすでにコメントで記述されていたのでそっちを使うことにする
    
    * fix test
    
    * fix(backend): prohibit posting whitespace-only notes
    
    * Update CHANGELOG.md
    
    * fix(backend): `renoteId`または`fileIds`(`mediaIds`)または`poll`が`null`でない場合に、`text  が空白文字のみで構成されたリクエストになることを許可して、結果は`text: null`を返すように
    
    * test(backend): 引用renoteで空白文字のみで構成されたtextにするとレスポンスが`text: null`になることをチェックするテストを追加
    
    * fix(frontend): `text`が`null`であって`renoteId`と`replyId`が`null`でないようなノートは引用リノートとして表示するように
    
    * fix(misskey-js): OpenAPI 3.1に対応
    
    * fix(misskey-js): 型生成をOpenAPI Specification 3.1.0に対応
    
    * fix(ci): `validate-api.json`をOpenAPI Specification 3.1.0に対応
    
    * fix(ci): スキーマ書き換えの際のミスを修正
    
    * Revert "fix(frontend): `text`が`null`であって`renoteId`と`replyId`が`null`でないようなノートは引用リノートとして表示するように"
    
    This reverts commit a9ca553.
    
    * fix(misskey-js): `build-misskey-js-with-types`時は`api.json`のGETをスキップするように
    
    * Revert "fix(misskey-js): `build-misskey-js-with-types`時は`api.json`のGETをスキップするように"
    
    This reverts commit 8654589.
    
    * fix(misskey-js): `openapi-parser`で`validate`のかわりに`parse`を用いるように
    
    * Update CHANGELOG.md
    zyoshoka authored Jan 13, 2024
    Configuration menu
    Copy the full SHA
    d792f4f View commit details
    Browse the repository at this point in the history
  11. fix type

    syuilo committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    c26c01c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    920888e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4846ab0 View commit details
    Browse the repository at this point in the history
  14. feat: 枠線をつけるMFMを追加 (misskey-dev#12981)

    * Update MkMisskeyFlavoredMarkdown.ts
    
    * Update const.ts
    
    * Update MkMisskeyFlavoredMarkdown.ts
    
    * Update MkMisskeyFlavoredMarkdown.ts
    
    * Update CHANGELOG.md
    FineArchs authored Jan 13, 2024
    Configuration menu
    Copy the full SHA
    bc8a741 View commit details
    Browse the repository at this point in the history
  15. feat(CI): CHANGELOG.mdの追記個所をチェックするCIを追加 (misskey-dev#12963)

    * feat(CI): CHANGELOG.mdの追記個所をチェックするCIを追加
    
    * fix
    
    * remove strategy
    
    * fix
    
    * fix
    samunohito authored Jan 13, 2024
    Configuration menu
    Copy the full SHA
    57017f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Configuration menu
    Copy the full SHA
    27dc0d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc4c868 View commit details
    Browse the repository at this point in the history
  3. 完成 (misskey-dev#12980)

    ikasoba authored Jan 14, 2024
    Configuration menu
    Copy the full SHA
    79a9def View commit details
    Browse the repository at this point in the history
  4. enhance(frontend): Playの説明欄にMFMを使えるように (misskey-dev#12899)

    * (enhance) Playの説明欄にMFMを使えるように
    
    * Update Changelog
    
    * use class for mfm component
    
    * Update packages/frontend/src/pages/flash/flash-edit.vue
    
    Co-authored-by: 1Step621 <86859447+1STEP621@users.noreply.github.com>
    
    * Update flash.vue
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: 1Step621 <86859447+1STEP621@users.noreply.github.com>
    kakkokari-gtyih and 1STEP621 authored Jan 14, 2024
    Configuration menu
    Copy the full SHA
    12142a2 View commit details
    Browse the repository at this point in the history
  5. fix: isPrivateIpで検証時にipバージョンが一致するかを確認するように (misskey-dev#12988)

    * fix: isPrivateIpで検証時にipバージョンが一致するかを確認するように
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    GrapeApple0 authored Jan 14, 2024
    Configuration menu
    Copy the full SHA
    ec4e57b View commit details
    Browse the repository at this point in the history
  6. enhance(frontend) 日本語の拡張絵文字辞書を追加 (misskey-dev#12855)

    * Create ja-JP.json
    
    * Update general.vue
    
    * Update ja-JP.json
    
    * Update ja-JP.json
    
    * Update ja-JP.json
    
    * fix
    
    * fix design
    
    * (Add) ひらがな [wip]
    
    * fix lint
    
    * Apply suggestions from code review
    
    Co-authored-by: 1Step621 <86859447+1STEP621@users.noreply.github.com>
    
    * (add) ja-JP_hira
    
    Co-authored-by: 1Step621 <86859447+1STEP621@users.noreply.github.com>
    
    * (enhance) 言語名をちゃんと表示するように
    
    ---------
    
    Co-authored-by: 1Step621 <86859447+1STEP621@users.noreply.github.com>
    kakkokari-gtyih and 1STEP621 authored Jan 14, 2024
    Configuration menu
    Copy the full SHA
    0ea8e0c View commit details
    Browse the repository at this point in the history
  7. refactor: noteテーブルのインデックス整理と配列カラムへのクエリでインデックスを使うように (misskey-dev#12993)

    * Optimize note model index
    
    * enhance(backend): ANY()をやめる (MisskeyIO#239)
    
    * add small e2e test drive endpoint
    
    ---------
    
    Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
    yszkst and u1-liquid authored Jan 14, 2024
    Configuration menu
    Copy the full SHA
    d92aaf8 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    3d83c1a View commit details
    Browse the repository at this point in the history
  2. enhance: 動画・音声周りのUIと動作改良 (misskey-dev#12925)

    * wip
    
    * (fix) `/files` をバイトレンジリクエストに対応させる
    
    * video
    
    * audio
    
    * fix
    
    * fix
    
    * spdx
    
    * fix (rangeRequest)
    
    * fix
    
    * Update CHANGELOG.md
    
    * (add) ボリュームを保存できるように
    
    * (fix) ミュート復帰時に音量が固定される
    
    * named export
    
    * tweak design
    
    * Add sensitive class for audio component
    
    * Refactor seekbar styles
    
    * Refactor hms
    
    * Revert "(add) ボリュームを保存できるように"
    
    This reverts commit 6271f94.
    
    * Revert "(fix) ミュート復帰時に音量が固定される"
    
    This reverts commit a65002b.
    
    * revert revert changes
    
    ---------
    
    Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
    kakkokari-gtyih and syuilo authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    8b0fdfc View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    c971edd View commit details
    Browse the repository at this point in the history
  2. enhance(frontend): ページ遷移時にPlayerを閉じるように (misskey-dev#13013)

    * なんかできた
    
    * update changelog.md
    
    * onDeactivatedを使うように
    ikasoba authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    bc5aebe View commit details
    Browse the repository at this point in the history
  3. Enhance(frontend): MkCustomEmojiDetailedDialogを調整 (misskey-dev#13015)

    * MkEmojiDetailedDialogを調整
    
    * 絵文字ライセンスでMFMを使えるように
    
    * <a> -> <MkLink>
    
    * 入力ボックスでmfmのオートコンプリートを効かせる
    1STEP621 authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    acab9cc View commit details
    Browse the repository at this point in the history
  4. enhance(frontend): チャンネルノートの場合はその前後を見れるように (misskey-dev#13019)

    * チャンネルノートの場合はその前後を見れるように
    
    * Update Changelog
    kakkokari-gtyih authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    8db800e View commit details
    Browse the repository at this point in the history
  5. $[border ...]にクリッピング機能を追加 (misskey-dev#13002)

    * Update MkMisskeyFlavoredMarkdown.ts
    
    * Update MkMisskeyFlavoredMarkdown.ts
    
    * Update CHANGELOG.md
    
    * Set clipping as default
    FineArchs authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    bcb4560 View commit details
    Browse the repository at this point in the history
  6. Fix: properly handle cc followers (misskey-dev#13009)

    * Fix: properly handle cc followers
    
    Fix misskey-dev#13001
    
    * Update CHANGELOG.md
    
    * Fix syntax error
    trwnh authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    0283142 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    945d6a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. MkCodeにコピーボタンを追加 (misskey-dev#12999)

    * Update MkCode.vue
    
    * Update MkCode.vue
    
    * Update MkCode.vue
    
    * Update MkCode.vue
    
    * Update MkCode.vue
    
    * Update MkCode.vue
    
    * Update MkCode.vue
    
    * Update MkCode.vue
    
    * Update MkCode.vue
    
    * Update MkCode.vue
    
    * Update MkCode.vue
    
    * Update MkCode.vue
    
    * Update MkCode.vue
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
    FineArchs and syuilo authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    9a40b36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dcf25c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e237a7 View commit details
    Browse the repository at this point in the history
  4. refactor: MkCodeをブロックとインラインで別コンポーネント化する (misskey-dev#13026)

    * Create MkCodeInline.vue
    
    * Update MkCode.vue
    
    * Update MkMisskeyFlavoredMarkdown.ts
    
    * Update flash.vue
    
    * Update MkCodeInline.vue
    FineArchs authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    fc7cd63 View commit details
    Browse the repository at this point in the history
  5. fix(frontend/MediaVideo): 再生シークバーの当たり判定を調整 (misskey-dev#13027)

    * fix(frontend/MediaVideo): 再生シークバーの当たり判定を調整
    
    * fix
    kakkokari-gtyih authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    67a41c0 View commit details
    Browse the repository at this point in the history
  6. feat(frontend): 横スワイプでタブを切り替える機能 (misskey-dev#13011)

    * (add) 横スワイプでタブを切り替える機能
    
    * Change Changelog
    
    * y方向の移動が一定量を超えたらスワイプを中断するように
    
    * Update swipe distance thresholds
    
    * Remove console.log
    
    * adjust threshold
    
    * rename, use v-model
    
    * fix
    
    * Update MkHorizontalSwipe.vue
    
    Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
    
    * use css module
    
    ---------
    
    Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
    kakkokari-gtyih and syuilo authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    c1019a0 View commit details
    Browse the repository at this point in the history
  7. refactor: fully typed locales (misskey-dev#13033)

    * refactor: fully typed locales
    
    * refactor: hide parameterized locale strings from type data in ts access
    
    * refactor: missing assertions
    
    * docs: annotation
    acid-chicken authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    4340121 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. refactor: style

    acid-chicken authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    d85085d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ad2732 View commit details
    Browse the repository at this point in the history
  3. 「外部サイトからインストール」のパスを /install-extensions に変更 (misskey-dev#12991)

    * /install-extensionsに変更
    
    * CHANGELOG.mdに追記
    
    * 旧パスも利用できるように
    k0range authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    8be977b View commit details
    Browse the repository at this point in the history
  4. fix: Some fixes for misskey-dev#12850 (misskey-dev#12862)

    - refinement the error message when trueMail validation fails
    - the settings of trueMail are not displayed after saving
    - changing how `Active Email Validation` is saved
    MarryDream authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    b17eb8e View commit details
    Browse the repository at this point in the history
  5. Enhance(frontend): MFMの属性にオートコンプリートが利用できるように (misskey-dev#12803)

    * MFMのパラメータでオートコンプリートできるように
    
    * tweak conditions & refactor
    
    * ファイル末尾の改行忘れ
    
    * remove console.log & refactor
    
    * 型付けに敗北
    
    * fix
    
    * update CHANGELOG.md
    
    * tweak conditions
    
    * CHANGELOGの様式ミス
    
    * CHANGELOGを書く場所を間違えていたので修正
    
    * move changelog
    
    * move changelog
    
    * typeof MFM_TAGS[number]
    
    Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
    
    * $[border.noclip ]対応
    
    * Update const.ts
    
    ---------
    
    Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
    1STEP621 and syuilo authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    678dba9 View commit details
    Browse the repository at this point in the history
  6. feat: reversi

    syuilo committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    a637b4e View commit details
    Browse the repository at this point in the history
  7. refactor: deprecate i18n.t (misskey-dev#13039)

    * refactor: deprecate i18n.t
    
    * revert: deprecate i18n.t
    
    This reverts commit 7dbf873.
    
    * chore: reimpl
    acid-chicken authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    7881f06 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Configuration menu
    Copy the full SHA
    952386b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9152238 View commit details
    Browse the repository at this point in the history
  3. lint fix

    syuilo committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    bc7b2f1 View commit details
    Browse the repository at this point in the history
  4. lint fixes

    syuilo committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    e2985cf View commit details
    Browse the repository at this point in the history
  5. tweak reversi map

    syuilo committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    79eac66 View commit details
    Browse the repository at this point in the history
  6. fix lint

    kakkokari-gtyih authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    272590e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    44b8ac1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    151e3bc View commit details
    Browse the repository at this point in the history
  9. fix(dev): fix pnpm dev

    syuilo committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    f86d018 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b9a81ed View commit details
    Browse the repository at this point in the history
  11. refactor: migrate to ESM

    syuilo committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    1de29e5 View commit details
    Browse the repository at this point in the history
  12. fix api-extractor

    syuilo committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    cb74b61 View commit details
    Browse the repository at this point in the history
  13. add missing ext

    syuilo committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    094c6e3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3bf3ba4 View commit details
    Browse the repository at this point in the history
  15. 🎨

    syuilo committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    f6b7754 View commit details
    Browse the repository at this point in the history
  16. Fix(frontend): 日本語のUnicode絵文字追加辞書をインストールすると絵文字ピッカーでUnicode絵文字を検索できなくな…

    …るのを修正 (misskey-dev#13046)
    
    * 絵文字辞書のサロゲートペアを修正
    
    * update CHANGELOG.md
    
    * Revert "update CHANGELOG.md"
    
    This reverts commit 7c24fa6.
    1STEP621 authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    c115b8e View commit details
    Browse the repository at this point in the history
  17. enhance(reversi): tweak reversi

    syuilo committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    3cb543f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c48d9cc View commit details
    Browse the repository at this point in the history
  19. Update Dockerfile

    syuilo committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    7d57487 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    fcd7ffe View commit details
    Browse the repository at this point in the history
  21. enhance(frontend): ノート作成画面の添付メニューから直接ファイルを消せるように (misskey-dev#12858)

    * (enhance) 添付画面から直接ファイルを消せるように
    
    * Update Changelog
    
    ---------
    
    Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
    kakkokari-gtyih and syuilo authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    5764848 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    a17251d View commit details
    Browse the repository at this point in the history
  2. enhance(sw): オフライン表示のデザインを改善 (misskey-dev#13052)

    * enhance(sw): オフライン表示のデザインを改善
    
    * Update Changelog
    
    * fix
    
    * fix
    
    * fix
    
    * 言語が取得できなかった場合のフォールバックを追加
    
    * (change) translation key
    kakkokari-gtyih authored Jan 21, 2024
    Configuration menu
    Copy the full SHA
    4de7778 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6039f27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d68cdec View commit details
    Browse the repository at this point in the history
  5. fix: import削除

    n1lsqn committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    332f7fb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b3cc17e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4c87e98 View commit details
    Browse the repository at this point in the history
  8. return a Vary: Accept header for all dual-format endpoints misskey-…

    …dev#365 (misskey-dev#13044)
    
    `/users/:user`, `/@:user`, `/notes/:note` return different responses
    depending on the request's `Accept:` header. If we don't consistently
    return a `Vary: Accept` header, browsers and caching proxies will get
    confused, and return AP representations when HTML was requested, or
    vice versa.
    
    Co-authored-by: dakkar <dakkar@thenautilus.net>
    Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
    3 people authored Jan 21, 2024
    Configuration menu
    Copy the full SHA
    fb309f3 View commit details
    Browse the repository at this point in the history
  9. enhance(frontend): タイムラインフィルターの設定を保持+センシティブなノートを隠せるように (misskey-dev#1…

    …2848)
    
    * (enhance) タイムラインフィルターの状態を記憶するように
    
    * fix
    
    * (enhance) センシティブな投稿をミュート形式で表示する(TLのみ)
    
    * fix
    
    * Update Changelog
    
    * Fix changelog
    
    * Lintエラーを潰す
    
    * Update locales/ja-JP.yml
    
    * hideSensitive -> withSensitive
    
    * Update CHANGELOG.md
    
    * Update ja-JP.yml
    
    ---------
    
    Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
    kakkokari-gtyih and syuilo authored Jan 21, 2024
    Configuration menu
    Copy the full SHA
    0580ba1 View commit details
    Browse the repository at this point in the history
  10. Enhance(frontend): 絵文字編集ダイアログをウィンドウにする (misskey-dev#13047)

    * 絵文字編集ダイアログをウィンドウにする
    
    * update CHANGELOG.md
    1STEP621 authored Jan 21, 2024
    Configuration menu
    Copy the full SHA
    90e0a6e View commit details
    Browse the repository at this point in the history
  11. update deps

    syuilo committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    f4657eb View commit details
    Browse the repository at this point in the history
  12. New Crowdin updates (misskey-dev#12845)

    * New translations ja-jp.yml (French)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Lao)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Lao)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Japanese, Kansai)
    
    * New translations ja-jp.yml (Indonesian)
    
    * New translations ja-jp.yml (Russian)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Russian)
    
    * New translations ja-jp.yml (Russian)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Spanish)
    
    * New translations ja-jp.yml (Catalan)
    
    * New translations ja-jp.yml (Catalan)
    
    * New translations ja-jp.yml (Catalan)
    
    * New translations ja-jp.yml (Catalan)
    
    * New translations ja-jp.yml (Catalan)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Korean)
    
    * New translations ja-jp.yml (Catalan)
    
    * New translations ja-jp.yml (Catalan)
    
    * New translations ja-jp.yml (Catalan)
    
    * New translations ja-jp.yml (Catalan)
    
    * New translations ja-jp.yml (Catalan)
    
    * New translations ja-jp.yml (French)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Lao)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Romanian)
    
    * New translations ja-jp.yml (Spanish)
    
    * New translations ja-jp.yml (Arabic)
    
    * New translations ja-jp.yml (Catalan)
    
    * New translations ja-jp.yml (Czech)
    
    * New translations ja-jp.yml (German)
    
    * New translations ja-jp.yml (Italian)
    
    * New translations ja-jp.yml (Korean)
    
    * New translations ja-jp.yml (Dutch)
    
    * New translations ja-jp.yml (Polish)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (Russian)
    
    * New translations ja-jp.yml (Slovak)
    
    * New translations ja-jp.yml (Swedish)
    
    * New translations ja-jp.yml (Ukrainian)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (English)
    
    * New translations ja-jp.yml (Vietnamese)
    
    * New translations ja-jp.yml (Indonesian)
    
    * New translations ja-jp.yml (Bengali)
    
    * New translations ja-jp.yml (Uzbek)
    
    * New translations ja-jp.yml (Japanese, Kansai)
    
    * New translations ja-jp.yml (Korean (Gyeongsang))
    
    * New translations ja-jp.yml (Catalan)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Catalan)
    
    * New translations ja-jp.yml (Catalan)
    
    * New translations ja-jp.yml (Catalan)
    
    * New translations ja-jp.yml (Catalan)
    
    * New translations ja-jp.yml (French)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Spanish)
    
    * New translations ja-jp.yml (Arabic)
    
    * New translations ja-jp.yml (Catalan)
    
    * New translations ja-jp.yml (Czech)
    
    * New translations ja-jp.yml (German)
    
    * New translations ja-jp.yml (Greek)
    
    * New translations ja-jp.yml (Italian)
    
    * New translations ja-jp.yml (Korean)
    
    * New translations ja-jp.yml (Polish)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (Russian)
    
    * New translations ja-jp.yml (Slovak)
    
    * New translations ja-jp.yml (Ukrainian)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (English)
    
    * New translations ja-jp.yml (Vietnamese)
    
    * New translations ja-jp.yml (Indonesian)
    
    * New translations ja-jp.yml (Bengali)
    
    * New translations ja-jp.yml (Uzbek)
    
    * New translations ja-jp.yml (Japanese, Kansai)
    
    * New translations ja-jp.yml (Korean (Gyeongsang))
    
    * New translations ja-jp.yml (Catalan)
    
    * New translations ja-jp.yml (Catalan)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Italian)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (German)
    
    * New translations ja-jp.yml (Spanish)
    
    * New translations ja-jp.yml (Spanish)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (French)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Spanish)
    
    * New translations ja-jp.yml (Arabic)
    
    * New translations ja-jp.yml (Catalan)
    
    * New translations ja-jp.yml (Czech)
    
    * New translations ja-jp.yml (German)
    
    * New translations ja-jp.yml (Italian)
    
    * New translations ja-jp.yml (Korean)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (Russian)
    
    * New translations ja-jp.yml (Slovak)
    
    * New translations ja-jp.yml (Ukrainian)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (English)
    
    * New translations ja-jp.yml (Vietnamese)
    
    * New translations ja-jp.yml (Indonesian)
    
    * New translations ja-jp.yml (Japanese, Kansai)
    
    * New translations ja-jp.yml (Korean)
    
    * New translations ja-jp.yml (Catalan)
    
    * New translations ja-jp.yml (Indonesian)
    
    * New translations ja-jp.yml (English)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (German)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (French)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Romanian)
    
    * New translations ja-jp.yml (Spanish)
    
    * New translations ja-jp.yml (Arabic)
    
    * New translations ja-jp.yml (Catalan)
    
    * New translations ja-jp.yml (Czech)
    
    * New translations ja-jp.yml (German)
    
    * New translations ja-jp.yml (Greek)
    
    * New translations ja-jp.yml (Italian)
    
    * New translations ja-jp.yml (Korean)
    
    * New translations ja-jp.yml (Polish)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (Russian)
    
    * New translations ja-jp.yml (Slovak)
    
    * New translations ja-jp.yml (Ukrainian)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (English)
    
    * New translations ja-jp.yml (Vietnamese)
    
    * New translations ja-jp.yml (Indonesian)
    
    * New translations ja-jp.yml (Bengali)
    
    * New translations ja-jp.yml (Uzbek)
    
    * New translations ja-jp.yml (Japanese, Kansai)
    
    * New translations ja-jp.yml (Korean (Gyeongsang))
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (French)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Spanish)
    
    * New translations ja-jp.yml (German)
    
    * New translations ja-jp.yml (Italian)
    
    * New translations ja-jp.yml (Korean)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (English)
    
    * New translations ja-jp.yml (Indonesian)
    
    * New translations ja-jp.yml (Japanese, Kansai)
    
    * New translations ja-jp.yml (Chinese Simplified)
    syuilo authored Jan 21, 2024
    Configuration menu
    Copy the full SHA
    b52fe6c View commit details
    Browse the repository at this point in the history
  13. chore(deps-dev): bump vite in /scripts/changelog-checker (misskey-dev…

    …#13040)
    
    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.11 to 5.0.12.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v5.0.12/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v5.0.12/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 21, 2024
    Configuration menu
    Copy the full SHA
    676ee87 View commit details
    Browse the repository at this point in the history
  14. enhance(frontend): 季節に応じた画面の演出を南半球に対応させる (misskey-dev#12838)

    * (enhance) 季節に応じた画面の演出を南半球に対応させる
    
    * Update Changelog
    
    * (add) 半球の簡易自動判定
    
    ---------
    
    Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
    kakkokari-gtyih and syuilo authored Jan 21, 2024
    Configuration menu
    Copy the full SHA
    3784b39 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3ff229a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1a01a85 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. 2024.2.0-beta.1

    syuilo committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    9eb0468 View commit details
    Browse the repository at this point in the history
  2. fix(frontend/pizzax): デフォルト値が適用できないことがあるのを修正 (misskey-dev#13057)

    * fix(frontend/pizzax): デフォルト値が適用できないことがあるのを修正
    
    * fix
    
    * いらんプロパティをけす
    kakkokari-gtyih authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    4f95b8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a431dde View commit details
    Browse the repository at this point in the history
  4. New Crowdin updates (misskey-dev#13056)

    * New translations ja-jp.yml (French)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Lao)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Romanian)
    
    * New translations ja-jp.yml (Spanish)
    
    * New translations ja-jp.yml (Arabic)
    
    * New translations ja-jp.yml (Catalan)
    
    * New translations ja-jp.yml (Czech)
    
    * New translations ja-jp.yml (Danish)
    
    * New translations ja-jp.yml (German)
    
    * New translations ja-jp.yml (Greek)
    
    * New translations ja-jp.yml (Hungarian)
    
    * New translations ja-jp.yml (Italian)
    
    * New translations ja-jp.yml (Korean)
    
    * New translations ja-jp.yml (Dutch)
    
    * New translations ja-jp.yml (Norwegian)
    
    * New translations ja-jp.yml (Polish)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (Russian)
    
    * New translations ja-jp.yml (Slovak)
    
    * New translations ja-jp.yml (Swedish)
    
    * New translations ja-jp.yml (Turkish)
    
    * New translations ja-jp.yml (Ukrainian)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (English)
    
    * New translations ja-jp.yml (Vietnamese)
    
    * New translations ja-jp.yml (Indonesian)
    
    * New translations ja-jp.yml (Bengali)
    
    * New translations ja-jp.yml (Croatian)
    
    * New translations ja-jp.yml (Uyghur)
    
    * New translations ja-jp.yml (Lojban)
    
    * New translations ja-jp.yml (Sinhala)
    
    * New translations ja-jp.yml (Uzbek)
    
    * New translations ja-jp.yml (Kannada)
    
    * New translations ja-jp.yml (Haitian Creole)
    
    * New translations ja-jp.yml (Kabyle)
    
    * New translations ja-jp.yml (Japanese, Kansai)
    
    * New translations ja-jp.yml (Korean (Gyeongsang))
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Chinese Traditional)
    syuilo authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    0cfeb42 View commit details
    Browse the repository at this point in the history
  5. 2024.2.0-beta.2

    syuilo committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    67f6157 View commit details
    Browse the repository at this point in the history
  6. enhance(reversi): some tweaks

    syuilo committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    259992c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    94e282b View commit details
    Browse the repository at this point in the history
  8. fix lint

    syuilo committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    4af3640 View commit details
    Browse the repository at this point in the history
  9. enhance(reversi): render ogp

    syuilo committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    5c8888d View commit details
    Browse the repository at this point in the history
  10. fix lint

    syuilo committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    d380ed3 View commit details
    Browse the repository at this point in the history
  11. fix: 2024-01-22 10:50時点のdevelopにてCIがコケている (misskey-dev#13060)

    * fix: バブルゲームのビルド失敗修正
    
    * fix: api.jsonの定義誤りを修正
    
    * fix: lint.yml(typecheck)
    
    * fix: fix eslint error
    
    * fix: frontend vitest version
    
    * fix: frontend vitest version
    
    * fix:
    
    * fix: cypress
    
    * fix: misskey-js test
    
    * fix: misskey-js tsd(tsdはpakcage.jsonのexportsをサポートしない?)
    
    * fix: conflict
    
    * fix: 間違えて上書きしたところを修正
    
    * fix: 再
    
    * fix: api.json
    
    * fix: api.json
    
    * fix: タイムアウト延長
    
    * Update packages/misskey-js/jest.config.cjs
    
    Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
    Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
    3 people authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    850d384 View commit details
    Browse the repository at this point in the history
  12. 🎨

    syuilo committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    99fe03b View commit details
    Browse the repository at this point in the history
  13. fix lint

    syuilo committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    e0ad066 View commit details
    Browse the repository at this point in the history
  14. 2024.2.0-beta.3

    syuilo committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    5e307e4 View commit details
    Browse the repository at this point in the history
  15. chore: publish misskey-js automatically (misskey-dev#13014)

    * chore: publish @misskey-dev/misskey-js
    
    * remove @misskey-dev/
    
    * ??
    
    * correct version
    
    * version
    tamaina authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    31a3977 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2ee5507 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    58ac8bc View commit details
    Browse the repository at this point in the history
  18. perf: (productionの)dependenciesから@typesを削除、reversi/bubble-gameをesbuil…

    …dにする (misskey-dev#13067)
    
    * perf: (productionの)dependenciesから@typesを削除、reversi/bubble-gameをesbuildにする
    
    * fix
    
    * fix
    tamaina authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    af2d81a View commit details
    Browse the repository at this point in the history
  19. fix(build): スクリプトの名前の変更漏れ (misskey-dev#13068)

    * fix(build): スクリプトの名前の変更漏れ
    
    * 漏れの漏れ
    u1-liquid authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    d2ccce6 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. 🎨

    syuilo committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f48f714 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8ba0b3 View commit details
    Browse the repository at this point in the history
  3. New Crowdin updates (misskey-dev#13061)

    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Korean)
    syuilo authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    62f6f6a View commit details
    Browse the repository at this point in the history
  4. 2024.2.0-beta.4

    syuilo committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    298bc34 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1891284 View commit details
    Browse the repository at this point in the history
  6. fix: ci通す

    n1lsqn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    377666b View commit details
    Browse the repository at this point in the history