-
v0.0.6 Stable
released this
2026-04-08 18:04:12 +00:00 | 0 commits to main since this release🚀 Ehwaz — release notes
This branch delivers a major editor and workflow upgrade, with big improvements across UI structure, Git tooling, search, AI integrations, and overall reliability.
- 🎨 UI & editor polish: reorganized Slint UI, cleaner panels/modals, improved markdown preview, better diff layout, richer Git diff preview, and smoother editor workflows.
- 🧠 AI improvements: refined Copilot chat behavior, restored active-editor context, better inline completion handling, stronger Ollama integration, and proper request cancellation.
- 🔎 Search & navigation: stronger Ctrl+P workspace search, improved search panel behavior, debounced and cached project search, broader text asset coverage, and safer replace-all execution.
- 🌲 Explorer & file handling: better explorer sync, untitled file lifecycle fixes, cross-device move support, preserved recent-file search history on rename/move, and safer external/media file handling.
- 🛡️ Performance & hardening: throttled inline blame work, bounded remote markdown imag fetching, safer media validation, preserved user-edited RULES.md, and multiple runtime/config stability fixes.
- 🧩 New foundations: expanded Git panel support, improved search and tools surfaces, stronger syntax/highlighting coverage, and broader internal cleanup for future features.
✨ Overall, this branch makes Ehwaz feel more complete, more responsive, and more robust for day-to-day editing.
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
ehwaz-v0.0.6.tar.gz
0 downloads ·
2026-04-08 18:00:03 +00:00 · 23 MiB -
ehwaz-v0.0.6.zip
0 downloads ·
2026-04-08 18:00:05 +00:00 · 22 MiB
-
v0.0.5 Stable
released this
2026-03-19 20:51:43 +00:00 | 15 commits to main since this releaseEhwaz 0.0.5 expands GitHub Copilot integration with a dedicated chat panel, inline ghost-text completions with multiline support, a chooser when LSP and Copilot suggestions differ, and separate model selection for chat and inline completion.
This release also improves Copilot diagnostics and status feedback with a bottom-bar GitHub indicator and hover details, refines inline completion responsiveness, and includes a round of editor/UI polish across the Copilot modal, menus, status bar, and interaction flow.
Copilot continues to use the official
copilot --acp --stdioCLI path.Downloads
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
2 downloads
-
ehwaz-v0.0.5.tar.gz
1 download ·
2026-03-19 20:46:29 +00:00 · 22 MiB -
ehwaz-v0.0.5.zip
3 downloads ·
2026-03-19 20:46:31 +00:00 · 21 MiB
-
Source code (ZIP)
-
v0.0.4 Stable
released this
2026-02-25 11:15:33 +00:00 | 34 commits to main since this release✨ What’s new
-
Improved highlight logic for more accurate and consistent rendering
-
Expanded domain test coverage
-
Better organization and documentation of integration test groups
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
ehwaz-v0.0.4.tar.gz
1 download ·
2026-02-25 11:14:45 +00:00 · 21 MiB -
ehwaz-v0.0.4.zip
1 download ·
2026-02-25 11:14:45 +00:00 · 20 MiB
-
-
v0.0.3 Stable
released this
2026-02-24 11:24:21 +00:00 | 40 commits to main since this releaseEhwaz — Stability, UX & Performance Hardening
🚀 Highlights
- Fixed Markdown Open Preview link behavior so links wrap only their intended markdown text
and remain clickable. - Improved LSP/editor UX (better diagnostics/output readability, hover tooltip overflow
handling, and smoother interaction details). - Optimized terminal rendering with adaptive idle backoff and lightweight cursor-blink
updates to reduce UI churn. - Made format-on-save non-blocking with timeout handling and stale-result cancellation
safeguards. - Hardened installer flows with exact npm pinning (
--save-exact), per-target install
metadata, and optional SHA256 integrity verification via environment variables. - Improved settings/storage resilience by distinguishing missing vs invalid files, backing up
invalid JSON as.invalid-*.bak, and surfacing startup warnings clearly. - Removed callback panic risks by replacing weak-reference
unwrap()paths with guarded
upgrade handling. - Reduced clippy debt in prioritized modules (
app,search,terminal,lsp) with
behavior-safe refactors.
🐧 Linux Release Artifact
target/release/ehwaz(ELF 64-bit x86-64, dynamically linked, stripped)
✅ Focus of this release
This release prioritizes reliability, responsiveness, and safer runtime behavior while
preserving existing user workflows.Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
1 download
-
ehwaz-v0.0.3.tar.gz
1 download ·
2026-02-24 11:23:05 +00:00 · 21 MiB -
ehwaz-v0.0.3.zip
1 download ·
2026-02-24 11:23:07 +00:00 · 20 MiB
- Fixed Markdown Open Preview link behavior so links wrap only their intended markdown text