docs/blog/fresh-0.2/index.md
February 11, 2026
TLDR: Fresh has reached a level of maturity and feature coverage - that I consider significant enough for a minor version bump. Hence, 0.2.
The 0.2 release brings session persistence, a keybinding editor, improved line editing, and a long list of bug fixes.
Detach from and reattach to editor sessions with fresh -a <name>. Sessions persist across terminal disconnections — use fresh --cmd session list to manage them.
A full-featured editor for customizing keybindings: search by text or record key, filter by context, add/edit/delete bindings with conflict detection.
<div class="showcase-demo"> </div>$1, $2, ${name}).typ filesI started working on Fresh four months ago. Initially I focused on the core buffer handling with large file support (it's so annoying that every editor out there kills your RAM if you open a big log file!) but I quickly realized that a modern text editor must include a very long list of features, to be considered useable.
Since the announcement on Hacker News less than 70 days have passed, in which Fresh gained:
This is by far the fastest pace I've ever experienced as a software developer, and it's mostly made possible by Claude Code (plus many sleepless nights and marathonic coding sessions). There are still many things to improve, stabilize and polish - and a handful of features I'd like to add, like integrated debugging. I expect the pace to slow down as bug discovery takes time and there's no easy way to accelerate the process.
Keep it Fresh.