From 11b0d2d90a406ad5189fa169fe937d26bbb36f05 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sun, 18 Apr 2021 00:49:38 +0200 Subject: [PATCH] add deprecation notice --- config_webrx.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/config_webrx.py b/config_webrx.py index 7d8ffbb..516a68e 100644 --- a/config_webrx.py +++ b/config_webrx.py @@ -32,6 +32,20 @@ config_webrx: configuration options for OpenWebRX and use them for running your web service with OpenWebRX.) """ +""" +DEPRECATION notice + +As of OpenWebRX 0.21, the configuration system has been completely overhauled. +The configuration of OpenWebRX should now be done in the new web-based +configuration interface exclusively. + +Existing configurations can still be used, but their values will be migrated +to the new storage infrastructure as soon as the web configuration is used to +edit them. + +The new configuration storage is not intended to be edited manually. +""" + # configuration version. please only modify if you're able to perform the associated migration steps. version = 7