CHANGELOG.md in snibbets-2.0.28 vs CHANGELOG.md in snibbets-2.0.29
- old
+ new
@@ -1,4 +1,25 @@
+### 2.0.29
+
+2023-04-18 10:45
+
+#### 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
+- Better removal of extra leading/trailing newlines
+
+#### 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
+- Selecting 'All snippets' could return blank results in some cases
+
### 2.0.28
2023-04-18 09:18
#### NEW