Skip to content

Commit

Permalink
Release 2.0.0 beta 4
Browse files Browse the repository at this point in the history
  • Loading branch information
aurule committed Dec 26, 2023
1 parent f11f070 commit 82977c6
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog for NPC v2.0.0b3
# Changelog for NPC v2.0.0b4

This is the third 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.
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

Expand Down
31 changes: 31 additions & 0 deletions changelog/v2.0.0b4.md
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
2 changes: 1 addition & 1 deletion src/npc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"validation",
]
__author__ = "Paige Andrews"
__version__ = "2.0.0b3"
__version__ = "2.0.0b4"

0 comments on commit 82977c6

Please sign in to comment.