remove traces of telemetry configs and update changelog.md

This commit is contained in:
mungai-njoroge
2023-11-14 13:59:26 +03:00
parent cad0651f5e
commit 49fcb349bd
4 changed files with 20 additions and 10 deletions
+1 -2
View File
@@ -16,7 +16,7 @@ else:
class Release:
APP_VERSION = "1.3.0"
APP_VERSION = "1.4.0"
class Paths:
@@ -240,7 +240,6 @@ class TCOLOR:
class Keys:
# get last fm api key from os environment
LASTFM_API_KEY = os.environ.get("LASTFM_API_KEY")
POSTHOG_API_KEY = os.environ.get("POSTHOG_API_KEY")
PLUGIN_LYRICS_AUTHORITY = os.environ.get("PLUGIN_LYRICS_AUTHORITY")
PLUGIN_LYRICS_ROOT_URL = os.environ.get("PLUGIN_LYRICS_ROOT_URL")