2025-04-18 16:10:44 +03:00

3.2 KiB

v0.90.1-beta

The key highlight of this version is the large number of library updates, bringing them to the latest version.

⚙️ Windows Installer

A Squirrel-based installer for the Windows 64-bit platform is now provided with each release.

Simply download the installer and run it and the application should be installed automatically.

🐞 Bugfixes

The following regressions due to the conversion to TypeScript has been solved, compared to v0.90.0:

⬆️ Library updates

Client-side library updates

LibraryOld versionNew version
axios1.6.71.7.2
excalidraw0.17.30.17.6
katex0.16.90.16.11
mermaid10.9.010.9.1
react, react-dom18.2.018.3.1

Server-side library updates

LibraryOld versionNew version
sanitize-url6.0.47.1.0
archiver7.0.07.0.1
marked12.0.013.0.2
sanitize-html1.6.71.7.2
turndown7.1.27.2.0
yauzl3.1.23.1.3
express4.18.34.19.2
express-rate-limit7.2.07.3.1
jsdom24.0.024.1.0
ws8.16.08.18.0
ejs3.1.93.1.10
dayjs1.11.101.11.12
semver7.6.07.6.3
async-mutex0.4.10.5.0
https-proxy-agent7.0.47.0.5
sax1.3.01.4.1
ini3.0.14.1.3
debounce1.2.12.1.0

Technical improvements

  • Updated from Node 18.8.2 to 20.15.1.
  • Reduced the binary size (see #252).
  • Removed redundant open dependency.
  • Updated internal tooling (rimraf, webpack, nodemon, jsdoc).
  • Updated TypeScript to latest.