From 3522b8b6f8333a01c1594cb285002495d05bc0d8 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sun, 22 Jul 2018 20:15:41 -0600 Subject: [PATCH] Notes on show_art / config.art changes --- UPGRADE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/UPGRADE.md b/UPGRADE.md index 956789c3..5ec42295 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -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