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

Release: 0.6.0 #394

Merged
merged 125 commits into from
Aug 30, 2024
Merged

Release: 0.6.0 #394

merged 125 commits into from
Aug 30, 2024

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    e98f66d View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Update about-misskey.vue

    syuilo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    6e3e7d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. fix import

    syuilo authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    820becb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f244d42 View commit details
    Browse the repository at this point in the history
  3. fix(backend): check visibility of following/followers of remote users…

    … / feat: moderators can see following/followers of all users (#14375)
    
    * fix(backend): check visibility of following/followers of remote users
    
    Resolves misskey-dev/misskey#13362.
    
    * test(backend): add tests for visibility of following/followers of remote users
    
    * docs(changelog): update CHANGELOG.md
    
    * feat: moderators can see following/followers of all users
    
    * docs(changelog): update CHANGELOG.md
    
    * refactor(backend): minor refactoring
    
    `createPerson`と`if`の条件を統一するとともに、異常系の
    処理をearly returnに追い出すための変更。
    
    * feat(backend): moderators can see following/followers count of all users
    
    As per misskey-dev/misskey#14375 (comment).
    tesaguri authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    0d508db View commit details
    Browse the repository at this point in the history
  4. fix: readAllNotifications message not working (#14374)

    * refactor: add and use isJsonObject
    
    * fix: readNotification message without body is not working
    
    * docs(changelog): WSの`readAllNotifications` メッセージが `body` を持たない場合に動作しない問題
    
    * Update CHANGELOG.md
    
    Co-authored-by: Sayamame-beans <[email protected]>
    
    ---------
    
    Co-authored-by: Sayamame-beans <[email protected]>
    anatawa12 and Sayamame-beans authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    f509413 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. fix(general): some fixes and improvements of Play visibility (#14384)

    * fix(backend): missing `visibility` param in packing flash
    
    * fix(frontend): use `visibility` value got from API
    
    * enhance(frontend): change preview appearance of private Play
    
    * Update CHANGELOG.md
    zyoshoka authored Aug 10, 2024
    Configuration menu
    Copy the full SHA
    01a815f View commit details
    Browse the repository at this point in the history
  2. fix(frontend): ページ遷移に失敗することがある問題を修正 (bump vue version) (#14380)

    * fix(frontend): ページ遷移に失敗することがある問題を修正 (bump vue version)
    
    * Update Changelog
    
    ---------
    
    Co-authored-by: syuilo <[email protected]>
    kakkokari-gtyih and syuilo authored Aug 10, 2024
    Configuration menu
    Copy the full SHA
    7e3dedb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1532d5f View commit details
    Browse the repository at this point in the history
  4. fix(frontend): iOSでacctなどがリンクとして誤検知されるのを抑制 (#14354)

    * fix(frontend): iosでの自動リンク化を抑制
    
    * Update Changelog
    
    * typo
    
    * typo
    
    * Update CHANGELOG.md
    kakkokari-gtyih authored Aug 10, 2024
    Configuration menu
    Copy the full SHA
    cb10156 View commit details
    Browse the repository at this point in the history
  5. refactor

    syuilo committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    93c569c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37c9d91 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. fix(frontend): mCaptchaを使用していてもbotプロテクションに関する警告が消えないのを修正 (#14390)

    * fix(frontend): mCaptchaを使用していてもbotプロテクションに関する警告が消えないのを修正
    
    * Update Changelog
    
    * refactor
    kakkokari-gtyih authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    046f243 View commit details
    Browse the repository at this point in the history
  2. fix(backend): InstanceEntityService.packMany に me が渡っていないのを修正 (#14360)

    * fix: pass current user into `InstanceEntityService.packMany`
    
    (cherry picked from commit 858ba188768017764c61c4a5591bdf2524a850e7)
    
    * Update Changelog
    
    * origin
    
    * Update Changelog
    
    ---------
    
    Co-authored-by: Hazel K <[email protected]>
    kakkokari-gtyih and warriordog authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    0aaf74e View commit details
    Browse the repository at this point in the history
  3. fix(backend): getApTypeでエラーを投げないように (#14361)

    * fix(backend): getApTypeでエラーを投げないように
    
    * Update Changelog
    
    * Update Changelog
    
    * Update type.ts
    
    * add comment
    kakkokari-gtyih authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    93fc06d View commit details
    Browse the repository at this point in the history
  4. fix(backend): ダイレクト投稿をユーザーごとのチャートから除外 (#14350)

    * fix(chart): ダイレクト投稿をユーザーごとのチャートから除外 (MisskeyIO#679)
    
    (cherry picked from commit 3db41c2d829ac18daabbdf52fe6235a874735b31)
    
    * Update Changelog
    
    ---------
    
    Co-authored-by: Yuuki <[email protected]>
    Co-authored-by: syuilo <[email protected]>
    3 people authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    ab7bbd4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94b8c00 View commit details
    Browse the repository at this point in the history
  6. New Crowdin updates (#14341)

    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * 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 (Thai)
    
    * New translations ja-jp.yml (Thai)
    
    * New translations ja-jp.yml (Japanese, Kansai)
    
    * New translations ja-jp.yml (Japanese, Kansai)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (French)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (English)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (English)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (Portuguese)
    syuilo authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    2a2bbcd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d75786 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. chore: fix some comments (#14394)

    Signed-off-by: timesince <[email protected]>
    timesince authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    41936c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    cd21000 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86dd4ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b68b2ee View commit details
    Browse the repository at this point in the history
  4. feat(profile): 相互リンク機能の追加 (MisskeyIO#675)

    (cherry picked from commit b6a5a36eaa66883e9306c782b71cb08f80cb12bc)
    # Conflicts:
    #	locales/index.d.ts
    #	locales/ja-JP.yml
    #	packages/backend/src/core/CoreModule.ts
    #	packages/backend/src/core/entities/UserEntityService.ts
    #	packages/backend/src/models/RepositoryModule.ts
    #	packages/backend/src/models/_.ts
    #	packages/backend/src/models/json-schema/user.ts
    #	packages/backend/src/server/api/endpoints/i/update.ts
    #	packages/backend/src/types.ts
    #	packages/cherrypick-js/etc/cherrypick-js.api.md
    #	packages/cherrypick-js/src/autogen/endpoint.ts
    #	packages/cherrypick-js/src/autogen/entities.ts
    #	packages/cherrypick-js/src/consts.ts
    #	packages/frontend/src/pages/admin-user.vue
    #	packages/frontend/src/pages/user/home.vue
    #	packages/frontend/src/pages/user/index.timeline.vue
    
    Co-authored-by: まっちゃてぃー。 <[email protected]>
    kozakura913 and mattyatea committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    9935d26 View commit details
    Browse the repository at this point in the history
  5. enhance(profile): 相互リンク機能の改修 (MisskeyIO#684)

    (cherry picked from commit 5a9d8a556440452bdf803c323b93098e7c716a54)
    # Conflicts:
    #	locales/ja-JP.yml
    #	packages/backend/src/core/CoreModule.ts
    #	packages/backend/src/core/RoleService.ts
    #	packages/backend/src/core/entities/UserEntityService.ts
    #	packages/backend/src/models/RepositoryModule.ts
    #	packages/backend/src/models/_.ts
    #	packages/backend/src/models/json-schema/role.ts
    #	packages/backend/src/types.ts
    #	packages/backend/test/e2e/users.ts
    #	packages/cherrypick-js/etc/cherrypick-js.api.md
    #	packages/cherrypick-js/src/autogen/endpoint.ts
    #	packages/cherrypick-js/src/autogen/entities.ts
    #	packages/cherrypick-js/src/autogen/types.ts
    #	packages/cherrypick-js/src/consts.ts
    #	packages/frontend/src/const.ts
    #	packages/frontend/src/pages/admin-user.vue
    #	packages/frontend/src/pages/user/home.vue
    #	packages/frontend/src/pages/user/index.timeline.vue
    
    Co-authored-by: まっちゃてぃー。 <[email protected]>
    kozakura913 and mattyatea committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    05d760b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da87753 View commit details
    Browse the repository at this point in the history
  7. fix roleService

    kozakura913 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    0cf9d60 View commit details
    Browse the repository at this point in the history
  8. enhance(profile): 相互リンク機能の設定画面のデザイン修正 (MisskeyIO#690)

    (cherry picked from commit 90be6317e6cd39e82bc0b1a108fe490f0fb772a9)
    # Conflicts:
    #	locales/en-US.yml
    #	locales/ko-KR.yml
    
    Co-authored-by: まっちゃとーにゅ <[email protected]>
    kozakura913 and u1-liquid committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    82dcaeb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    962cfcb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    30f1bf7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fbaac8d View commit details
    Browse the repository at this point in the history
  12. fix lint

    kozakura913 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    cf66376 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5921c6d View commit details
    Browse the repository at this point in the history
  14. fix SPDX

    kozakura913 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    ae9ecb1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    950d232 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'develop' into mutual_links

    # Conflicts:
    #	packages/frontend/src/components/MkLink.vue
    kozakura913 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    6838085 View commit details
    Browse the repository at this point in the history
  17. Update CHANGELOG_yojo.md

    kozakura913 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    44be14b View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    1695e17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a8fb3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3568594 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcd2af6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45d8857 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    5266418 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75c18c9 View commit details
    Browse the repository at this point in the history
  3. fix(backend): リバーシの設定変更が反映されないのを修正 (#14404)

    * fix(backend): リバーシの設定変更が反映されないのを修正
    
    * Update Changelog
    
    * add bindthis
    kakkokari-gtyih authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a8810af View commit details
    Browse the repository at this point in the history
  4. fix(frontend): correct condition to displayed as system account on mo…

    …deration page (#14407)
    zyoshoka authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    2632204 View commit details
    Browse the repository at this point in the history
  5. fix(frontend): Misskeyの利用中に使用できるタイムラインの種類が変化した場合、使用できないタイムラインが表示されないよ…

    …うに (#14412)
    
    * fix(frontend): Misskeyの利用中に使用できるタイムラインの種類が変化した場合、使用できないタイムラインが表示されないように
    
    * Update timeline.vue
    
    * Update timeline.vue
    kakkokari-gtyih authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    6db3c50 View commit details
    Browse the repository at this point in the history
  6. feat: localizable dialog title for enter section title (#14401)

    * feat: localizable dialog title for enter section title
    
    * refactor: define `getPageBlockList` in separated file and import instead of provide/inject
    anatawa12 authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    748a7e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    571566d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b8f6a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    d3cdc08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfaf938 View commit details
    Browse the repository at this point in the history
  3. suspend周りの改修 (#14409)

    * enhance(backend): 凍結されたアカウントのフォローリクエストを表示しないように
    
    * Update CHANGELOG.md
    
    * wip
    
    * Update gen-spec.ts
    
    * Update packages/backend/src/server/api/endpoints/admin/suspend-user.ts
    
    Co-authored-by: Kisaragi <[email protected]>
    
    * owa-
    
    * revert misskey-js related changes (#14414)
    
    ---------
    
    Co-authored-by: Kisaragi <[email protected]>
    Co-authored-by: anatawa12 <[email protected]>
    3 people authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    ef950a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ab5ee8 View commit details
    Browse the repository at this point in the history
  5. New Crowdin updates (#14393)

    * New translations ja-jp.yml (English)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (Spanish)
    syuilo authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    61cc3b5 View commit details
    Browse the repository at this point in the history
  6. fix(frontend): リノートの判定が甘いのを修正 (#14396)

    * fix(frontend): リノートの判定が甘いのを修正
    
    * fix
    
    * Update Changelog
    
    * fix
    
    * use type assertion
    
    * fix + add comments
    
    * lint
    
    * misskey-jsに移動
    
    * PureRenote -> Renote
    
    * isRenote -> isPureRenote
    kakkokari-gtyih authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    059eb6d View commit details
    Browse the repository at this point in the history
  7. fix(backend): ベースロールのポリシー変更時モデレーションログが残るように (#14418)

    * fix(policies): ベースロールのポリシー変更時モデレーションログが残るように (MisskeyIO#700)
    
    (cherry picked from commit 80389a914049f6f26237fde8da7d4e1bd41452fc)
    
    * Update Changelog
    
    ---------
    
    Co-authored-by: まっちゃとーにゅ <[email protected]>
    kakkokari-gtyih and u1-liquid authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    06684fe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    68ec745 View commit details
    Browse the repository at this point in the history
  9. 🎨

    syuilo committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    383c41b View commit details
    Browse the repository at this point in the history
  10. enhance(backend): ページ、ギャラリー、Playのモデレーション強化 (#13523)

    * enhance(backend): Page、ギャラリー、Playのモデレーション強化
    
    * Update CHANGELOG.md
    
    * fix: update misskey-js
    
    * refactor(frontend): use `MkA`
    
    * Update CHANGELOG.md
    
    * fix(i18n): Page -> ページ
    zyoshoka authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    fd744f4 View commit details
    Browse the repository at this point in the history
  11. enhance(backend): headタグ内にrel=alternateの指定のあるlinkタグがある場合、記述されたURLを参照し…

    …て照会できるように (#14371)
    
    * signedGet時にhttpかつalternate属性のlinkがある場合に一回だけfollowして照会する
    
    * Fix: validation position
    
    * Fix import
    
    * Fix tagname
    
    * Update CHANGELOG
    
    * Fix code style
    
    ---------
    
    Co-authored-by: syuilo <[email protected]>
    tai-cha and syuilo authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    9fbc1b7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6cdecd7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    75b0315 View commit details
    Browse the repository at this point in the history
  14. Update about-misskey.vue

    syuilo committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    c0de57c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4e0d570 View commit details
    Browse the repository at this point in the history
  16. Update CHANGELOG.md

    Co-authored-by: taichan <[email protected]>
    kakkokari-gtyih and tai-cha authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    0b98554 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    83c04c5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    129af06 View commit details
    Browse the repository at this point in the history
  19. Fix(beckend): html content-type detection on signedGet (#14424)

    * fix(backend): contenttype detection of html in signedGet
    
    * code style
    
    * fix by review
    tai-cha authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    bf8c42e View commit details
    Browse the repository at this point in the history
  20. [skip ci] New Crowdin updates (#14423)

    * New translations ja-jp.yml (English)
    
    * New translations ja-jp.yml (Chinese Simplified)
    syuilo authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    e790aa0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ba9c5c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Update about-misskey.vue

    syuilo committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    427f4a2 View commit details
    Browse the repository at this point in the history
  2. New Crowdin updates (#14426)

    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Chinese Simplified)
    syuilo authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    1629c0e View commit details
    Browse the repository at this point in the history
  3. 🎨

    syuilo committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    9b78ce8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3cd5f86 View commit details
    Browse the repository at this point in the history
  5. fix(backend): memory leak in memory caches (#14363)

    * encapsulate `MemoryKVCache<T>`
    
    * remove infinity caches
    
    * encapsulate other caches
    
    * add missing awaits to internally synchronize caches
    
    * implement pull-through caching
    
    * tune cache lifetimes
    
    * optimize cache GC by stopping early
    
    * summarize changes in CHANGELOG.md
    
    * Fix timeout comments
    
    Co-authored-by: かっこかり <[email protected]>
    
    * add comments about awaiting the redis write
    
    ---------
    
    Co-authored-by: かっこかり <[email protected]>
    warriordog and kakkokari-gtyih authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    9ce44b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b708b27 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b53ee54 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2e8a102 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f4f55ef View commit details
    Browse the repository at this point in the history
  10. Release: 2024.8.0

    github-actions[bot] committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    621626a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    882c8b9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8df4bcc View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    bf0577c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efe479f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16d25eb View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    3daf8e5 View commit details
    Browse the repository at this point in the history
  2. fix(backend): withCatsがフィルタされていない問題を修正 (#485)

    * Fix:withCatsがフィルタされていない問題を修正 (#323)
    
    * del:test
    penginn-net authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    4b284a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a22435f View commit details
    Browse the repository at this point in the history
  4. 4.10.0-rc.4

    noridev committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    56a0832 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0453a4e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    611ec80 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    c061a17 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    f76abb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    010f9f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1087514 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    d826a1a View commit details
    Browse the repository at this point in the history
  2. 4.10.0

    noridev committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    8d46557 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    314b1fd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #479 from kokonect-link/develop

    Release: 4.10.0
    noridev authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    cce7353 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d09934 View commit details
    Browse the repository at this point in the history
  6. 4.11.0-beta.1

    noridev committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    4c87b4a View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    e4b95b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0428fb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5452b2d View commit details
    Browse the repository at this point in the history
  4. 4.11.0-beta.2

    noridev committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    15182f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8da3e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a3ac34 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0bbd178 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. 4.11.0

    noridev committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4fdb904 View commit details
    Browse the repository at this point in the history
  2. Release: 4.11.0

    noridev authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b625dba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    523b0f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78d315d View commit details
    Browse the repository at this point in the history
  5. Fix messages search (#339)

    Co-authored-by: penginn-net <[email protected]>
    kozakura913 and penginn-net authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4fe3dc8 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    7f1bc7b View commit details
    Browse the repository at this point in the history
  2. Merge branch '4.11.0' into develop

    # Conflicts:
    #	.github/workflows/changelog-check.yml
    #	.gitignore
    #	locales/index.d.ts
    #	locales/ja-JP.yml
    #	package.json
    #	packages/backend/src/core/activitypub/type.ts
    #	packages/backend/src/types.ts
    #	packages/cherrypick-js/etc/cherrypick-js.api.md
    #	packages/cherrypick-js/package.json
    #	packages/frontend/src/pages/timeline.vue
    #	pnpm-lock.yaml
    kozakura913 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    56cdd5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b1c518 View commit details
    Browse the repository at this point in the history
  4. 型チェックの追加

    kozakura913 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f8462f6 View commit details
    Browse the repository at this point in the history
  5. Merge 4.11.0 (#385)

    kozakura913 authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7092404 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    72491fc View commit details
    Browse the repository at this point in the history
  2. 4.11.1

    noridev committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    dab3e64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    833e978 View commit details
    Browse the repository at this point in the history
  4. Merge branch '4.11.1' into develop

    # Conflicts:
    #	package.json
    #	packages/cherrypick-js/package.json
    kozakura913 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    11cf961 View commit details
    Browse the repository at this point in the history
  5. Merge 4.11.1 (#391)

    kozakura913 authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    afb1cd8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0aaa42f View commit details
    Browse the repository at this point in the history