Skip to content

Commit d80777a

Browse files
committed
version 0.3.1
1 parent f033bfb commit d80777a

8 files changed

Lines changed: 46 additions & 25 deletions

File tree

Cargo.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sulis"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Jared Stephen <grok_moo@yahoo.com>"]
55
license = "GPLv3"
66
description = "An RPG with Turn Based Combat"

Changelog.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55

66
[Semantic Versioning](https://semver.org/spec/v2.0.0.html) is used with major version changes for breaking save game and data format compatibility.
77

8+
## [0.3.1] - 2019-11-09
9+
10+
### Added
11+
- Two new playable classes - the Warlock and Bard, both with new associated mechanics and stats
12+
- Signficantly increased item and bonus variety in all loot
13+
- While in combat, your selected movement path is now previewed before you move
14+
- While in combat, your remaining AP after a given action is now previewed
15+
- A number of new scripting hooks and functions added to the Lua interface
16+
17+
### Changed
18+
- Reworked class kits to give more customization at character creation
19+
- Reworked the companions in the Twin Expanse to fit together better
20+
- Improved dialog flow and highlight the current speaker
21+
- Reworked several abilities in the general ability tree
22+
- Most abilities can now only be activated in combat
23+
24+
### Fixed
25+
- Characters with zero AP still get a turn
26+
- Fixed Male / Female selection in Character Creator (thanks shmutalov!)
27+
- A number of breaking issues in the Twin Expanse Act 1 were resolved
28+
829
## [0.3.0] - 2019-09-09
930
This version is save compatible with 0.2.x.
1031
### Added

sulis_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sulis_core"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Jared Stephen <grok_moo@yahoo.com>"]
55
edition = "2018"
66

sulis_editor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sulis_editor"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Jared Stephen <grok_moo@yahoo.com>"]
55
edition = "2018"
66

sulis_module/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sulis_module"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Jared Stephen <grok_moo@yahoo.com>"]
55
edition = "2018"
66

sulis_state/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sulis_state"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Jared Stephen <grok_moo@yahoo.com>"]
55
edition = "2018"
66

sulis_view/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sulis_view"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Jared Stephen <grok_moo@yahoo.com>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)