Fix RSOE from filter operator errors (#9496)

* Fix RSOE from decodebase64

* Update change note

* Revert "Fix RSOE from decodebase64"

This reverts commit 4145f08623.

* Use a more general implementation

* Operator error should let whole filter fail
This commit is contained in:
XLBilly
2025-12-17 22:24:25 +08:00
committed by GitHub
parent da41a55f29
commit 86c4770a28
2 changed files with 31 additions and 16 deletions

View File

@@ -0,0 +1,10 @@
title: $:/changenotes/5.4.0/#9496
description: Fix RSOE from decodebase64
release: 5.4.0
tags: $:/tags/ChangeNote
change-type: bugfix
change-category: filters
github-links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/9496
github-contributors: Leilei332
[[decodebase64 Operator]] now outputs error to the filter operator result.