Skip to content

Commit 9b46038

Browse files
committed
Add release notes
1 parent d909352 commit 9b46038

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

RELEASE_NOTES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Release notes
2+
3+
## Since 0.0.1
4+
- Added hyperlinked documentation on usage instructions for people new to the CLI
5+
- Added missing source files, now it's possible to compile
6+
- Support for starting queries with `{query:` was enabled
7+
- Shows message when executed without a query
8+
9+
## 0.0.1
10+
- Supports `{and:`, `{or:`, `{not:`, nested arbitrarily, querying using page references
11+
- Works on any kind of indentation, including tabs, spaces.
12+
- Caveat: Mixing tabs and spaces in one file may lead to undesired results, because a tab is interpreted as one space
13+
- Ignores text inside Markdown code blocks `\`\`\``
14+
- Indentation is different for these code blocks. Searching with their text included as part of the parent block is not supported yet

0 commit comments

Comments
 (0)