You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release v2.1.9: fix progress messages for OpenData fallback
- Remove misleading error when caricaAKN unavailable
- Add progress indicators: initial message, animated dots during polling, success message
- Show progress on stderr even when output goes to stdout
- Suppress only with explicit --quiet flag
- Update LOG.md
Fixes confusing UX where users thought command was stuck
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
description = "Convertitore da XML Akoma Ntoso a formato Markdown con download automatico delle leggi citate e cross-references inline (CLI: normattiva2md)"
Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ def read_readme():
19
19
20
20
setup(
21
21
name="normattiva2md",
22
-
version="2.1.8",
22
+
version="2.1.9",
23
23
description="Convertitore da XML Akoma Ntoso a formato Markdown con download automatico delle leggi citate e cross-references inline (CLI: normattiva2md)",
0 commit comments