CHANGELOG.md in snibbets-2.0.27 vs CHANGELOG.md in snibbets-2.0.28
- old
+ new
@@ -1,4 +1,23 @@
+### 2.0.28
+
+2023-04-18 09:18
+
+#### NEW
+
+- `--nvultra` will open the selected snippet in nvUltra
+
+#### IMPROVED
+
+- Use Readline for entering info with `--paste`, allows for better editing experience
+- Allow `--edit` with `--paste` to open the new snippet in your editor immediately
+
+#### FIXED
+
+- Code indentation with `--paste`
+- Nil error when highlighting without extension
+- When detecting indented code blocks, require a blank line (or start of file) before them, to avoid picking up lines within indented lists
+
### 2.0.27
2023-04-17 15:54
#### NEW