4.4.1: update version everywhere, fix DOMPurify initialization

- Bump version to 4.4.1
- DOMPurify now initialized with window context (fixes markdown rendering)
- Add 'it' to eslint globals

Amit Haridas
This commit is contained in:
2026-05-22 21:54:05 +05:30
parent f8361174f2
commit f9a5420ad2
9 changed files with 338 additions and 6 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
* Implements file system operations for Electron using IPC.
* This abstracts file operations to enable easier testing and migration.
*
* @version 4.3.0
* @version 4.4.1
*/
/**