From d9880970921bdd0f7dcad0fce9deb2fcfa1aad77 Mon Sep 17 00:00:00 2001 From: ChunkyAtlas Date: Sun, 20 Jul 2025 00:54:41 -0600 Subject: [PATCH] update chance-man to v2.4.1 (#8516) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Precompile regex patterns - Split on “;” or comma-space to handle multi-value lists - Strip thousand-separator commas and handle percentages, multipliers, simple fractions - Support ranges (–/—/-), “in” syntax, parenthetical notes, and approximate markers - Provide a clean fallback for any unrecognized formats - Update to v2.4.1 --- plugins/chance-man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/chance-man b/plugins/chance-man index 1ca2dc77e..0ca78d059 100644 --- a/plugins/chance-man +++ b/plugins/chance-man @@ -1,2 +1,2 @@ repository=https://github.com/ChunkyAtlas/chance-man.git -commit=d7bfee7b188a3716b40e280dec3329a9e57d4ec9 +commit=090b55390c665ce756075d1c3b3617a43da93ae7