Skip to content

Commit

Permalink
Release: 1.0.0(Develop) (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
kozakura913 authored Sep 4, 2024
1 parent 56eb85f commit 3d6f2e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG_YOJO.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<!--
## x.x.x (unreleased)

### Release Date
Expand All @@ -14,19 +13,20 @@

### Misc

-->
## x.x.x (unreleased)
## 1.0.0
Cherrypick 4.11.1

### Release Date
2024-09-05

### General
-

### Client
- Fix: 非ログインでリバーシの戦績が見れない不具合の修正 [#404](https://github.com/yojo-art/cherrypick/pull/404)
- Fix: 翻訳に失敗したとき読み込み中のままになるのを修正
- Fix: ノート詳細の本文表示優先度を変更
- Feat: 同じノートを連続してリノートしようとしたときに警告する設定を追加(設定→全般)
- Fix: 翻訳に失敗したとき読み込み中のままになるのを修正 [#407](https://github.com/yojo-art/cherrypick/pull/407)
- Fix: ノート詳細の本文表示優先度を変更 [#408](https://github.com/yojo-art/cherrypick/pull/408)
- Feat: 同じノートを連続してリノートしようとしたときに警告する設定を追加(設定→全般) [#409](https://github.com/yojo-art/cherrypick/pull/409)
- Enhance: ユーザー概要の...からサーバー情報にリンクを追加 [#406](https://github.com/yojo-art/cherrypick/pull/406)

### Server
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.6.0",
"version": "4.11.1-yojo1.0.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.6.0",
"version": "4.11.1-yojo1.0.0",
"basedMisskeyVersion": "2024.8.0",
"description": "CherryPick SDK for JavaScript",
"license": "MIT",
Expand Down

0 comments on commit 3d6f2e5

Please sign in to comment.