{ "version": "v0.10.2", "date": "2026-07-31", "title": "Shorthand Input Refinements", "layout": "default", "sections": [ { "type": "fix", "label": "Fixes", "emoji": "🔧", "items": [ { "text": "ATK/DEF/Heal shorthand now rejects unrealistically large values (e.g. `150.0M`, or an already-full number with an extra `M` tacked on) instead of silently accepting them — the limit is moderator-adjustable via `/tg-config tg set-max-stat-value`" } ] }, { "type": "improvement", "label": "Improvements", "emoji": "✨", "items": [ { "text": "ATK/DEF/Heal shorthand now accepts a comma as the decimal separator too — `3,4M` parses the same as `3.4M`" } ] } ], "examples": [] }