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(Develop) #393

Merged
merged 1 commit into from
Aug 30, 2024
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
37 changes: 27 additions & 10 deletions CHANGELOG_YOJO.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,23 @@

### Release Date

### General
-

### Client
-

### Server
-

### Misc

## 0.6.0
Cherrypick 4.11.1

### Release Date
2024-08-31

### General
- Feat: 相互リンク機能の追加 [#319](https://github.com/yojo-art/cherrypick/pull/319)
- (Cherry-picked from https://github.com/MisskeyIO/misskey/pull/675)
Expand All @@ -27,21 +44,21 @@
- (Cherry-picked from https://github.com/MisskeyIO/misskey/pull/696)

### Client
- Enhance: 更新情報を確認の画面に幼女.artのチェンジログへのボタンを追加
- Enhance: `/about`で公式タグを表示できるように
- Fix: 検索画面の不具合を修正
- Enhance: 更新情報を確認の画面に幼女.artのチェンジログへのボタンを追加 [#374](https://github.com/yojo-art/cherrypick/pull/374)
- Enhance: `/about`で公式タグを表示できるように [#357](https://github.com/yojo-art/cherrypick/pull/357)
- Fix: 検索画面の不具合を修正 [#346](https://github.com/yojo-art/cherrypick/pull/346)
- リモートユーザー高度な検索画面で照会しますか?のダイアログが出ない問題
- ユーザー検索画面で照会しますか?のダイアログが2つ出る問題
- Fix: 更新情報を確認のCherryPickの項目へのリンクを修正
- Feat: お気に入りのタグリストを作成できるように
- Enhance: リバーシ連合の対応状況をサーバー一覧に表示するように
- Fix: 更新情報を確認のCherryPickの項目へのリンクを修正 [#372](https://github.com/yojo-art/cherrypick/pull/372)
- Feat: お気に入りのタグリストを作成できるように [#358](https://github.com/yojo-art/cherrypick/pull/358)
- Enhance: リバーシ連合の対応状況をサーバー一覧に表示するように [#384](https://github.com/yojo-art/cherrypick/pull/384)

### Server
- Fix: ユーザーnull(System)の場合forceがfalseでも新規追加されるのを修正
- Fix: Outboxから投稿を所得する際にタイムラインに投稿が流れないように
- Fix: ユーザーnull(System)の場合forceがfalseでも新規追加されるのを修正 [#363](https://github.com/yojo-art/cherrypick/pull/363)
- Fix: Outboxから投稿を所得する際にタイムラインに投稿が流れないように [#348](https://github.com/yojo-art/cherrypick/pull/348)
- Fix: 翻訳にdeepl以外を利用していると翻訳できない問題を修正 [#355](https://github.com/yojo-art/cherrypick/pull/355)
- Fix: 絵文字インポート時にすでにファイルがあるならそれを使うように
- Enhance: リバーシ連合の対応状況をnodeinfoに追加
- Fix: 絵文字インポート時にすでにファイルがあるならそれを使うように [#362](https://github.com/yojo-art/cherrypick/pull/362)
- Enhance: リバーシ連合の対応状況をnodeinfoに追加 [#379](https://github.com/yojo-art/cherrypick/pull/379)

### Misc

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cherrypick",
"version": "4.11.1-yojo0.5.2",
"version": "4.11.1-yojo0.6.0",
"basedMisskeyVersion": "2024.8.0",
"codename": "nasubi",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cherrypick-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "cherrypick-js",
"version": "4.11.1-yojo0.5.2",
"version": "4.11.1-yojo0.6.0",
"basedMisskeyVersion": "2024.8.0",
"description": "CherryPick SDK for JavaScript",
"license": "MIT",
Expand Down
Loading