Releases: beagleeditor/editor
Release list
v26.2.0
BeagleEditor 26.2.0 — Lucid
Overview
BeagleEditor 26.2.0 introduces major improvements in navigation, real-time responsiveness and major new features such as Markdown preview. This release focuses on clarity, speed, and a more unified editing experience.
✨ New Features
- 🌈 Introducing Beagle Themes: Beagle Themes are here to resemble the UI of the editor in Monaco Editor
- 🔍 Quick Open (Fuzzy Search): Quick Open is now updated with Fuzzy Search
- 📝 Markdown Preview (Live Rendering): Preview your Markdown files
- ⚙️ New Settings: New settings are available for the Editor.
- 🎆 New Icon for macOS
⚡ Improvements
- 🚀 Faster and more responsive Quick Open behavior
- 📊 Improved file ranking and empty search handling
- 💾 Better session restoration stability
- 🧩 Improved layout behavior in split view mode
- 📊 Improved Status Bar: Show more information in the Status Bar
Stability
- Fixed a problem that the tab name wouldn't be updated when saving the file
🧠 Notes
BeagleEditor 26.2.0 is a refinement-focused release that improves core workflows rather than adding complexity. The goal is a smoother, more connected editing experience.
🐞 Known Bugs
- You can't scroll explorer
- If you make the window bigger and after that, make it smaller, the editor stay at that bigger size
- File explorer opens multiple times (in all operating systems
BeagleEditor 2026.1.0: Evolve
BeagleEditor 2026.1.0: Evolve
BeagleEditor reaches its first major milestone: Evolve.
This release marks the transition from an early experimental editor into a stable, structured development environment built for growth.
✨ Evolve
Evolve is not just an update — it is a redesign of the core experience.
BeagleEditor now introduces a more stable foundation for editing, navigation, and workspace management.
What's new?
- 👨🏻🎨 Redesigned UI: Meet the new user experience. Now the concept of Redesigned BeagleEditor is real.
- 📂 Meet Explorer: Open folder and start programming with ease
- 🔎 Fuzzy search: Say hello to a new fuzzy search in all files.
- 🗂️ Session Restore: Restore the same session when closing and getting back to the editor
- 🏃🏻♂️Quick Open: Quickly open any files by just typing
- 📑 Tabs: Edit multiple files without reopening each one.
Caveats
This version of BeagleEditor is quite buggy, such as "Not updating tab title when saving the file", "AppImage fails to load on Wayland unless given some specific variables", "Save, Open File opens the file dialog multiple times on Linux" and more.
If you want to run the AppImage version on Linux, run the app from command-line instead:
env DESKTOPINTEGRATION=1 LD_PRELOAD=/usr/bin/libwayland-client.so /path/to/beagleeditor.AppImageLinux and Windows files will be uploaded soon.
Known Bugs
- Tab title doesn't update when saving the file
- AppImage fails to load on Wayland unless you give some specific variables (Linux)
- Save and Open File opens the file dialog multiple times on Linux