Skip to content

Commit

Permalink
Release BCDice 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ysakasin committed Feb 18, 2023
1 parent cd74eee commit 48b76f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Change Log

## Unreleased
## 3.8.0 2023/02/18

### 対応ゲームシステムの追加
- 信長の黒い城 (NobunagasBlackCastle): Facelessさんありがとうっ! ([#577](https://github.com/bcdice/BCDice/pull/577))
- 砂塵戦機アーガス (SajinsenkiAGuS): 猫あきら。さんありがとうっ! ([#582](https://github.com/bcdice/BCDice/pull/582))
- Hunter: The Reckoning 5th Edition (HunterTheReckoning5th): フレッド緑野さんありがとうっ! ([#589](https://github.com/bcdice/BCDice/pull/589))
- コンヴィクター・ドライブ (ConvictorDrive): 三木里 秀予さんありがとうっ! ([#590](https://github.com/bcdice/BCDice/pull/590))
- ダンジョンズ&ドラゴンズ第5版 (DungeonsAndDragons5): Facelessさんありがとうっ! ([#594](https://github.com/bcdice/BCDice/pull/594))
- 中国語 簡体字版 ソード・ワールド系 (SwordWorld:SimplifiedChinese, SwordWorld2.0:SimplifiedChinese, SwordWorld2.5:SimplifiedChinese): 冬子さん翻訳ありがとうっ! ([#595](https://github.com/bcdice/BCDice/pull/595))
- ブラドリウム (Bloodorium): ([#599](https://github.com/bcdice/BCDice/pull/599))

Expand All @@ -15,21 +16,21 @@
- トーグ エタニティ: 高揚コマンドで修正値指定が出来るように拡張。Facelessさんありがとうっ! ([#577](https://github.com/bcdice/BCDice/pull/577))
- Vampire: The Masquerade 5th Edition: 判定コマンドの難易度省略時に判定結果のヒント出力を追加。フレッド緑野さんありがとうっ! ([#581](https://github.com/bcdice/BCDice/pull/581))
- Vampire: The Masquerade 5th Edition: 難易度指定時に成功差分を表示する機能を追加。フレッド緑野さんありがとうっ! ([#591](https://github.com/bcdice/BCDice/pull/591))
- 歯車の塔の探空士(冒険企画局): 航行イベント表を追加。前田さんありがとうっ! ([#601](https://github.com/bcdice/BCDice/pull/601))

### 変更
- シノビガミ: ファンブル表の内容を改訂版に変更。 ([#588](https://github.com/bcdice/BCDice/pull/588))

### 誤植修正
- フタリソウサ: ヘルプメッセージにイベント表の記載漏れを追記。あまねさんありがとうっ! ([#580](https://github.com/bcdice/BCDice/pull/580))
- ウォーハンマーRPG第4版: SLの誤植を修正。Facelessさんありがとうっ! ([#585](https://github.com/bcdice/BCDice/pull/585))
- シノビガミ: 怪変調表の誤植を修正。なす車さんありがとうっ! ([#600](https://github.com/bcdice/BCDice/pull/600))

### バグ修正
- サイバーパンクRED: 判定コマンドの比較記号の誤りを修正。Roratioさん指摘ありがとうっ! ([#587](https://github.com/bcdice/BCDice/pull/587))
- アサルトエンジン: 加算ダイスを実行できないバグを修正。ぽてちさん報告、蜂紫さん修正ありがとうっ! ([#598](https://github.com/bcdice/BCDice/pull/598))




## 3.7.0 2022/10/21

### 対応ゲームシステムの追加
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.7.0"
VERSION = "3.8.0"
end

0 comments on commit 48b76f2

Please sign in to comment.