-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
34 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Changelog for NPC v2.0.0b4 | ||
|
||
This is the fourth pre-release build for NPC 2.0. The goal for this build is to test the build system and try to run the resulting binaries. | ||
|
||
## Added | ||
|
||
* [cli] Added `describe` command to explain configured systems, types, and tags. | ||
* Configurable custom game systems | ||
* Support for custom tags. | ||
* Migration tool to help move from v1 to v2 | ||
* New `org`, `role`, and `rank` tags to replace `group` and `rank`. | ||
* Support for more built-in systems | ||
|
||
## Changed | ||
|
||
* [cli] Changed command for new characters. From `npc c Changeling Mann` to `npc new changeling -n "Changeling Mann"`. | ||
* New config file layout and logic | ||
* Move from mako to jinja2 templates | ||
* Nested locale into region and region into location. | ||
* Complete rewrite of internal logic | ||
|
||
## Removed | ||
|
||
* Changeling sheet contents are no longer validated | ||
* The old gui is not available in this release | ||
* Deprecated `keep` tag. Use `sticky` instead. | ||
* Deprecated `skip` tag. Use `delist` instead. | ||
|
||
## Fixed | ||
|
||
* Preserve latest session and plot index when files are missing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ | |
"validation", | ||
] | ||
__author__ = "Paige Andrews" | ||
__version__ = "2.0.0b3" | ||
__version__ = "2.0.0b4" |