We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b8680 commit 57a23f8Copy full SHA for 57a23f8
2 files changed
src/plugins/ludens/CHANGELOG.md
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [1.0.1] - 2026-02-17
9
+
10
+### Added
11
+- Added URI encoding for image filenames in non-NWjs environments.
12
13
## [1.0.0] - 2026-01-27
14
15
### Added
src/plugins/ludens/banner.ts
@@ -1,5 +1,5 @@
1
///=============================================================================
2
-/// YDP_Ludens | 1.0.0 | <%= moment().format('MMMM Do YYYY') %>
+/// YDP_Ludens | 1.0.1 | <%= moment().format('MMMM Do YYYY') %>
3
4
/*:
0 commit comments