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: 1.1.0(Develop) #538

Merged
merged 1 commit into from
Nov 8, 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
19 changes: 3 additions & 16 deletions CHANGELOG_YOJO.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## x.x.x
## 1.1.0
Cherrypick 4.11.1

### Release Date
2024-11-08

### Note

Expand Down Expand Up @@ -97,8 +98,6 @@ docker環境でノートレコードが多数(数百万件)ある場合**一時
- Enhance: `api/emoji`で`host`を指定できるように [#514](https://github.com/yojo-art/cherrypick/pull/514)


### Misc

## 1.0.1
Cherrypick 4.11.1

Expand All @@ -114,7 +113,6 @@ Cherrypick 4.11.1
### Server
- Change: 溢れそうなチャートの型を大きいものに変更 [#417](https://github.com/yojo-art/cherrypick/pull/417)

### Misc

## 1.0.0
Cherrypick 4.11.1
Expand All @@ -135,7 +133,6 @@ Cherrypick 4.11.1
### Server
-

### Misc

## 0.6.0
Cherrypick 4.11.1
Expand Down Expand Up @@ -167,8 +164,6 @@ Cherrypick 4.11.1
- Fix: 絵文字インポート時にすでにファイルがあるならそれを使うように [#362](https://github.com/yojo-art/cherrypick/pull/362)
- Enhance: リバーシ連合の対応状況をnodeinfoに追加 [#379](https://github.com/yojo-art/cherrypick/pull/379)

### Misc


## 0.5.2
Cherrypick 4.10.0-rc.3
Expand All @@ -190,7 +185,6 @@ Cherrypick 4.10.0-rc.3
### Server
- Fix:withCats(ネコミミ付きのみのstreaming)がフィルタされていない問題を修正 [#323](https://github.com/yojo-art/cherrypick/pull/323)

### Misc

## 0.5.1
Cherrypick 4.10.0-rc.3
Expand All @@ -207,7 +201,6 @@ Cherrypick 4.10.0-rc.3
### Server
- Fix: APリクエストannounceNoteを受け取れない問題を修正 [#310](https://github.com/yojo-art/cherrypick/pull/310)

### Misc

## 0.5.0
Cherrypick 4.10.0-rc.3
Expand All @@ -234,7 +227,6 @@ Cherrypick 4.10.0-rc.3
- ./config/default.ymlファイルの変更が必要です
- Enhance: 高度な検索に検索のオフセットを指定できるように [#285](https://github.com/yojo-art/cherrypick/pull/285)

### Misc

## 0.4.1
Cherrypick 4.9.0
Expand All @@ -253,7 +245,6 @@ Cherrypick 4.9.0
### Server
-

### Misc

## 0.4.0
Cherrypick 4.9.0
Expand All @@ -275,8 +266,6 @@ Cherrypick 4.9.0
### Server
-

### Misc


## 0.3.4
Cherrypick 4.9.0-beta.2
Expand All @@ -299,7 +288,6 @@ Cherrypick 4.9.0-beta.2
- 検索文に一致していてもノートが出てこないことがあるのを修正しました
- 現在のインデックスを破棄して全ノートを再インデックスする必要があります

### Misc

## 0.3.3
Cherrypick 4.9.0-beta.2
Expand All @@ -319,7 +307,7 @@ Cherrypick 4.9.0-beta.2
### Server
- feat: 通知を個別削除するAPI
(Cherry-picked from https://github.com/1673beta/cherrypick/pull/76)
### Misc


## 0.3.2
Cherrypick 4.9.0-beta.2
Expand All @@ -336,7 +324,6 @@ Cherrypick 4.9.0-beta.2
### Server
- Fix: ステータスページURLが返ってこない問題を修正

### Misc

## 0.3.1
Cherrypick 4.9.0-beta.2
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-yojo1.0.1",
"version": "4.11.1-yojo1.1.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-yojo1.0.1",
"version": "4.11.1-yojo1.1.0",
"basedMisskeyVersion": "2024.8.0",
"description": "CherryPick SDK for JavaScript",
"license": "MIT",
Expand Down
Loading