Changelog update

pull/109/head
Zef Hemel 2022-10-29 09:28:55 +02:00
parent b6050fea3b
commit a11f0f5b31
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ release.
* The `query` plug has been renamed to `directive` (because it supports many other features now) and significantly refactored. New docs: [[🔌 Directive]]
* New directive `#eval` see [[🔌 Directive@eval]]
* New PlugOS feature: redirecting function calls. Instead of specifying a `path` for a function, you can now specify `redirect` pointing to another function name, either in the same plug using the `plugName.functionName` syntax.
* `Cmd-click` or `Ctrl-click` now opens page references in a new window. You can `Alt-click` to put your cursor at the target without navigation.
* The `Create page` option when navigating pages now always appears as the _second_ option. Let me know how you like it.
---