Notes on show_art / config.art changes

This commit is contained in:
Bryan Ashby 2018-07-22 20:15:41 -06:00
parent 339752236d
commit 3522b8b6f8
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ webSocket: {
```
* The module export `registerEvents` has been deprecated. If you have a module that depends on this, use the new more generic `moduleInitialize` export instead.
* The `system.db` `user_event_log` table has been updated to include a unique session ID. Previously this table was not used, but you will need to perform a slight maintenance task before it can be properly used. After updating to `0.0.9-alpha`, please run the following: `sqlite3 db/system.db DROP TABLE user_event_log;`. The new table format will be created and used at startup.
* If you have art configured for message conference or area selection via the `art` configuration value, you will need to include a `show_art` menu reference. Defaulted to `changeMessageConfPreArt` for conferences and `changeMessageAreaPreArt` for areas & included in the example `menu.hjson`.
# 0.0.7-alpha to 0.0.8-alpha