v2.0.0b4
Pre-release
Pre-release
github-actions
released this
26 Dec 22:00
·
277 commits
to develop
since this release
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
, andrank
tags to replacegroup
andrank
. - Support for more built-in systems
Changed
- [cli] Changed command for new characters. From
npc c Changeling Mann
tonpc 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. Usesticky
instead. - Deprecated
skip
tag. Usedelist
instead.
Fixed
- Preserve latest session and plot index when files are missing
For changes in previous versions, see the files in changelog/
.