This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+8 more
Summary
AI summaryImplemented frame‑throttled rendering for lag‑free typing and fixed a compilation failure in the async file watcher.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| 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
About prathamreet/featherMD
All releases →Related context
Related tools
Earlier breaking changes
- v1.4.0 Removed legacy Vim Mode configurations and packages.
Beta — feedback welcome: [email protected]