norn-cli 1.1.3 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to the "Norn" extension will be documented in this file.
4
4
 
5
+ ## [1.1.4] - 2026-02-02
6
+
7
+ ### Fixed
8
+ - **Inline comments**: Fixed syntax highlighting and execution for inline comments
9
+ - **URL highlighting**: URLs now colored as strings with variable interpolation support
10
+ - **Duplicate detection**: Diagnostics for duplicate variables, named requests, and sequences
11
+
5
12
  ## [1.1.3] - 2026-02-01
6
13
 
7
14
  ### Fixed