We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014e5ed commit bf9a37eCopy full SHA for bf9a37e
CHANGELOG.md
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
12
### Fixed
13
14
+## [2.2.1] - 2025-12-29
15
+
16
+### Fixed
17
18
+- [FIX] fix for text readability when dark mode enabled. (https://github.com/JankariTech/web-app-presentation-viewer/pull/117)
19
20
## [2.2.0] - 2025-11-24
21
22
### Added
package-common.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mdpresentation-viewer",
3
- "version": "2.2.0",
+ "version": "2.2.1",
4
"description": "Markdown Presentation Viewer for OpenCloud and ownCloud Web",
5
"license": "Apache-2.0",
6
"private": true,
0 commit comments