Skip to content

Commit

Permalink
Release BCDice 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ysakasin committed Mar 25, 2023
1 parent 850f810 commit d9ebe2f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Change Log

## 3.9.0 2023/03/25

### 対応ゲームシステムの追加
- 天下繚乱 (TenkaRyouran): 三木里 秀予さんありがとうっ! ([#604](https://github.com/bcdice/BCDice/pull/604))
- ワールドエンドフロントライン (WorldsEndFrontline): ([#611](https://github.com/bcdice/BCDice/pull/611))

### 追加機能
- 初音ミクTRPG: 表をいくつか追加。カルメヤキさんありがとうっ! ([#602](https://github.com/bcdice/BCDice/pull/602))
- スタンダードRPGシステム系: クリティカルを `@` で、ファンブルを `#` で指定できるように。三木里 秀予さんありがとうっ! ([#605](https://github.com/bcdice/BCDice/pull/605))
- ダンジョンズ&ドラゴンズ第5版: 両手持ちのダメージ算出コマンドを追加。Facelessさんありがとうっ! ([#612](https://github.com/bcdice/BCDice/pull/612))
- ダンジョンズ&ドラゴンズ第5版: 攻撃ロールでクリティカル値を指定できるように。Facelessさんありがとうっ! ([#612](https://github.com/bcdice/BCDice/pull/612))

### 変更
- シノビガミ: 変調表と戦場表の内容を改訂版に変更。 ([#588](https://github.com/bcdice/BCDice/pull/588))

### 誤植修正
- 歯車の塔の探空士(冒険企画局): 航行イベント表 困難系の誤植を修正。おさむさんありがとうっ! ([#607](https://github.com/bcdice/BCDice/pull/607))
- サイバーパンクRED: 判定コマンドに対するヘルプメッセージの誤りを修正。 ([#609](https://github.com/bcdice/BCDice/pull/609))

### バグ修正
- ブラドリウム: ダイスチェックで二桁以上のダイス数を指定できない問題を修正。ゆずあずさん指摘ありがとうっ! ([#606](https://github.com/bcdice/BCDice/pull/606))

## 3.8.0 2023/02/18

### 対応ゲームシステムの追加
Expand Down
2 changes: 1 addition & 1 deletion lib/bcdice/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module BCDice
VERSION = "3.8.0"
VERSION = "3.9.0"
end

0 comments on commit d9ebe2f

Please sign in to comment.