From 3c521188c5ca6a4752f8c8188772ccc668304fe2 Mon Sep 17 00:00:00 2001 From: Lucas Kessayan Date: Sun, 29 Sep 2024 14:32:36 +0200 Subject: [PATCH] Chat Proximity 1.1.0 # 1.1.0 - Added indoor reducer - This is meant to make discussion in indoor and crowded areas event more readable - Added some tooltip to main options --- stable/ChatProximity/manifest.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/stable/ChatProximity/manifest.toml b/stable/ChatProximity/manifest.toml index f47ce95d87..0f32a28c1d 100644 --- a/stable/ChatProximity/manifest.toml +++ b/stable/ChatProximity/manifest.toml @@ -1,10 +1,12 @@ [plugin] repository = "https://github.com/iv230/chat-proximity.git" -commit = "5ab6f33f2a5c50351ba5b24c4076fb7a417e574b" +commit = "f036ae234edb6124fd8d68e66533b7266cee0fdf" owners = [ "iv230" ] project_path = "" -changelog = """# 1.0.0 -- Moved out of testing +changelog = """# 1.1.0 +- Added indoor reducer + - This is meant to make discussion in indoor and crowded areas event more readable +- Added some tooltip to main options """