From 48c6694d30b385c374fcd33df294fd9f22fb104b Mon Sep 17 00:00:00 2001 From: Saq Imtiaz Date: Sun, 25 Jan 2026 17:30:35 +0100 Subject: [PATCH] Enhance release notes for version 5.4.0 Updated GitHub links and contributors for release notes. --- editions/tw5.com/tiddlers/releasenotes/5.4.0/#8972.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/releasenotes/5.4.0/#8972.tid b/editions/tw5.com/tiddlers/releasenotes/5.4.0/#8972.tid index 45203e0ebd..bebbb5a6e1 100644 --- a/editions/tw5.com/tiddlers/releasenotes/5.4.0/#8972.tid +++ b/editions/tw5.com/tiddlers/releasenotes/5.4.0/#8972.tid @@ -4,8 +4,8 @@ release: 5.4.0 tags: $:/tags/ChangeNote change-type: enhancement change-category: hackability -github-links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/8972 -github-contributors: Jermolene +github-links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/8972 https://github.com/TiddlyWiki/TiddlyWiki5/pull/9614 +github-contributors: Jermolene saqimtiaz This PR introduces a new filter run prefix `:let` that assigns the result of the filter run to a variable that is made available for the remaining filter runs of the filter expression. It solves the problem that previously it was impossible to compute values for filter operator parameters; parameters could only be a literal string, text reference or variable reference.