Skip to content

Commit c833464

Browse files
committed
Release BCDice 3.4.0
1 parent 6d56417 commit c833464

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# Change Log
22

3-
## Unreleased
3+
## 3.4.0 2021/08/14
44

55
### 対応ゲームシステムの追加
66
- 中国語簡体字版 クトゥルフ神話TRPG 克苏鲁的呼唤 第六版 (Cthulhu:SimplifiedChinese): Dravolutionさんありがとうっ! ([#477](https://github.com/bcdice/BCDice/pull/477))
77
- 瞳逸らさぬイリスベイン (Irisbane): ViViさんありがとうっ! ([#482](https://github.com/bcdice/BCDice/pull/482))
88
- ペルソナTRPG-O (PersonaO): 猫あきら。さんありがとうっ! ([#485](https://github.com/bcdice/BCDice/pull/485))
99
- としあきの聖杯戦争TRPG (ToshiakiHolyGrailWar): 覇王庭師さん要望ありがとうっ! ([#487](https://github.com/bcdice/BCDice/pull/487))
1010

11+
### 追加機能
12+
- choiceコマンドで連続要素の省略記法と複数選択機能を追加 ([#490](https://github.com/bcdice/BCDice/pull/490))
13+
1114
### 変更
1215
- 日本語版発売に伴い「TORG Eternity」を「トーグ エタニティ」に変更 ([#486](https://github.com/bcdice/BCDice/pull/486))
1316
- ドラクルージュ: 抗い判定で合計値を表示する。ひらさんに要望ありがとうっ! ([#488](https://github.com/bcdice/BCDice/pull/488))

lib/bcdice/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module BCDice
4-
VERSION = "3.3.0"
4+
VERSION = "3.4.0"
55
end

0 commit comments

Comments
 (0)