> For the complete documentation index, see [llms.txt](https://docs.ccfolia.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ccfolia.com/update/v1.30.md).

# v1.30 リリース情報

#### v1.30.0 アップデート内容

#### ■機能

* [グループチャット機能の追加](/update/v1.30/groupchat.md)
* [背面が共通のスクリーンパネル（カード）をデッキに重ねたときに、デッキに追加されるように](/update/v1.30/add_card.md)
* [山札から枚数を選択してドローできるようにメニューを追加](/update/v1.30/drow_x_cards.md)

#### ■修正・変更

* タイマーを再生中に非表示にすると、タイマーが進行したままになる問題を修正
* BGMを別タブに移動させた時、一覧のレイアウトが崩れる問題を修正
* BGMを別タブに移動させた時、移動させたBGMが末尾でなく途中に追加される問題を修正
* 未連携のSNSアカウントでログインしようとした時に、ココフォリアのアカウントが作られないように変更
* テキストチャットで入力候補を利用した後に編集すると、カーソルが点滅する問題を修正
* Safari利用時に通知Snackbarが表示崩れする問題を修正
* 自身が閲覧できない秘匿メッセージを受け取った際にもブラウザタブに更新表示が出てしまう問題の修正
* 0枚のデッキと複数枚のデッキを合わせると正常に動作しない問題の修正

その他、軽微なバグ修正など。

#### v1.30.2 アップデート内容 (7/10実施)

■修正

* タッチデバイスから盤面を操作した際に状態が同期されないことがある問題の修正


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ccfolia.com/update/v1.30.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
