Skip to content

prathamreet/featherMD

v1.3.2 Feature

This release adds 1 notable feature for engineering teams evaluating rollout.

Published 7d Editors & IDEs
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

codemirror desktop-app dual-pane lightweight linux markdown
+8 more
markdown-editor native notes rust tauri tauri-app windows writing

Summary

AI summary

Implemented frame‑throttled rendering for lag‑free typing and fixed a compilation failure in the async file watcher.

Changes in this release

Performance Medium

Implemented Frame-Throttled Rendering using requestAnimationFrame for lag‑free typing and synchronized preview updates.

Implemented Frame-Throttled Rendering using requestAnimationFrame for lag‑free typing and synchronized preview updates.

Source: llm_adapter@2026-05-30

Confidence: high

Bugfix Medium

Fixed compilation failure in asynchronous file watcher thread by adding tokio dependency and standardizing sleep durations.

Fixed compilation failure in asynchronous file watcher thread by adding tokio dependency and standardizing sleep durations.

Source: llm_adapter@2026-05-30

Confidence: low

Refactor Low

Removed unused active_path field and related lock mutations from FileWatcher Rust struct.

Removed unused active_path field and related lock mutations from FileWatcher Rust struct.

Source: llm_adapter@2026-05-30

Confidence: high

Refactor Low

Eliminated five unused helper function exports from frontend modules.

Eliminated five unused helper function exports from frontend modules.

Source: llm_adapter@2026-05-30

Confidence: high

Full changelog

Feather MD version 1.3.2 introduces critical performance optimizations, core compilation bug fixes, and a comprehensive cleanup of dead code.

Performance Optimizations

  • Implemented Frame-Throttled Rendering using requestAnimationFrame. Typing within the editor is now completely lag-free, while the preview pane updates in lockstep with the monitor's paint refresh cycles.

Bug Fixes

  • Resolved a compilation failure in the asynchronous file watcher thread by adding the tokio dependency to Cargo.toml and standardizing sleep durations.

Cleanups and Refactorings

  • Purged the unused active_path managed state field and related lock mutations from the FileWatcher Rust struct.
  • Eliminated five unused helper function exports (isSettingsOpen, isSyncEnabled, getCurrentTheme, getThemes, and getView) from the frontend modules.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track prathamreet/featherMD

Get notified when new releases ship.

Sign up free

About prathamreet/featherMD

All releases →

Related context

Earlier breaking changes

  • v1.4.0 Removed legacy Vim Mode configurations and packages.

Beta — feedback welcome: [email protected]