Skip to content

Version 2.12.0

Latest

Choose a tag to compare

@lynnfaraday lynnfaraday released this 14 Jun 06:19
ee72d07

Upgrade Notes

How to Upgrade (no restart required)

Features

  • Added CSSS class names to the sidebar sections. (requested by Solace)
  • Combatant type names are no longer case-sensitive.

Fixes

  • The default max background length (in chargen.yml) was changed from 50 (a value left over from testing) to 2000 (the real intended default). This fix only affects new games, so existing ones may want to check your config.
  • Editing a channel with multiple default aliases caused an error. (reported by SnapCracklePoppy)
  • Random colorizer (for client divider lines) could break occasionally depending on the number of random colors configured. (reported by ImmortalTanuki)
  • Showing a summary of permissions for each role was accidentally removed from roles command.
  • Fixed alignment issue in combat/npcs. (reported by ImmortalTanuki)

Little Things

  • Weather is now designated as an optional plugin, so you can turn it off via the plugins setup screen. This only affects new games.
  • Made the channel notifications a bit more efficient. (suggested by Nerdvana)
  • The tinker client command now uses the coder role instead of the separate tinker permission (which never fully worked).
  • The roles command now makes it more clear that admins have all non-coder permissions.

Notes for Coders

  • The system no longer does a git commit before upgrading, which should cut down on some of those 'branches have diverged' situations. If you make custom code changes directly on the server, you may need to commit them manually if there are merge conflicts during an upgrade.