What Changed
- Custom command help v2: A new, stricter format for
.cmdhelp text is now supported alongside the old one. Recommended for anything you're distributing as a plugin. See the wiki for the full format. - Cleaner remote log output: Log lines sent to remote WebSocket clients (e.g.
bwsc) no longer include raw color escape codes. - Bug fix: Broken or malformed
.cmdfiles now log the specific parsing error instead of being silently skipped.
Updating to this version
To update to this version, run the following command:
bw-update --to v1.2.9-allexisCommit history
- [meta] releases.txt: =--- v1.2.9-allexis ---= (
147df89) - [wiki] *.md: sync GitHub wiki into /wiki (
c628788) - [wiki] *.md: sync GitHub wiki into /wiki (
4f31f67) - [shared] custom_cmds.py: remove the 3 first chars (including leading space, hope it doesnt break anything) (
e77afa1) - [shared] custom_cmds.py: dont lstrip() on help text, it can break formatting (
82cebc9) - Merge pull request #103 from dpipstudio/ccmdv2 (
bce146c) - [shared] custom_cmds.py: keyword fits better than command (
1258dc8) - [shared] custom_cmds.py: allow empty syntax (
76ffa68) - [shared] custom_cmds.py: removed unused CustomCommands.version and thus cmdver keyword (
c37a1bb) - [shared] help.py: supporting the new CustomCommand obj (
3ddf7fe) - [shared] custom_cmds.py: support for a new custom command format (
f45faff) - [shared] logger.py: dont send ascii escape codes over websocket (
7c3cf23) - [shared] ops/help.py: strip custom commands help whitespaces (
e17e8cf) - [docs] README.md: replaced '1234' with 'MyPass' in remote cli access (
e5cbb8b) - [project] README.md, assets/.../badge_eutech_direvtory.svg: added eutech.directory in the mentions (
219a515) - [project] **/*: fixed some frenchism (
ba936d8) - [meta] installation.json: update for v1.2.8-nymania (
13711a6)