1.40
Change overview
This update added several features and updates to subscribers leaving only the following feature for self-hosted versions.
- Introducing the long awaited family trees! We've been working on this non-stop over the past few months, and will continue improving them in the upcoming months. [1]
- The entity lookup search at the top has a brand new design with a "preview pane", as surveyed towards the end of last year. The new entity button is now also way more clearly visible at the top rather than at the bottom of the page.
- We've updated Bragi to ChatGPT 3.5 and given it a lot more prompts thanks to community feedback, which results in more variety in the character backstories it comes up with. [1]
- Improved the logic for which entities to list first on mentions.
- Advanced mentions now support listing a character's first family or race.
- The list of creatures now include their locations.
- Replacing the term relations with connections in English to reduce confusion as to how flexible they are.
- Making it easier to superboost a campaign. [1]
- Campaigns can now disable the attributes module for those focused on just worldbuilding.
- Massive improvements to Kanka's accessibility for screen readers and similar tools for our visually impaired users.
All this and more detailed on our blog
Update process
After pulling the tag, run the following commands in the project's root folder.
sail composer install
sail artisan migrate
sail artisan cache:clear
Next, create a new thumbnails
bucket in minio as detailed in the running docs
Lastly, update your .env
file and add the following config keys
THUMBOR_KEY=local
THUMBOR_URL=http://localhost:8889/
[1] These features are only available to subscribers and unavailable to self-hosted versions.