From 56e1489a01e51ecccaef8dc853cb4750eb7555c0 Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Sun, 2 Jul 2023 16:33:27 +0200 Subject: [PATCH] 0.3.4 --- version.ts | 2 +- website/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/version.ts b/version.ts index e43eedaa..17c6dfb3 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export const version = '0.3.3'; +export const version = '0.3.4'; diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index 4e5c02e1..ee49cc21 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -3,7 +3,7 @@ release. --- -## 0.3.3 +## 0.3.4 * **Breaking change (for some templates):** Template in various places allowed you to use `{{variables}}` and various handlebars functions. There also used to be a magic `{{page}}` variable that you could use in various places, but not everywhere. This has now been unified. And the magical `{{page}}` now has been replaced with the global `@page` which does not just expose the page’s name, but any page meta data. More information here: [[🔌 Core/Templates@vars]]. You will now get completion for built-in handlebars helpers after typing `{{`. * **Breaking change** (for [[STYLES]] users). The [[STYLES]] page is now no longer “magic” and hardcoded. It can (and must) now be specified in [[SETTINGS]] (see example on that page) for styles to be loaded from it.