Releases: Lancetwang/friday
Releases · Lancetwang/friday
Release list
Friday v0.8.7
Fixed
- Session shutdown now retains and awaits cleanup for cancelled foreground Bash calls after Core has stopped waiting for the tool result. This closes the remaining Windows handle race where a completed headless turn could exit while
taskkill /Twas still releasing a descendant's workspace.
Friday v0.8.5
Added
- Desktop appearance is now a local UI plugin registered through the same small provider-and-settings-slot seam as future desktop extensions. General settings offers six curated palettes, native color pickers, and
#RGBor#RRGGBBinput for the canvas and accent colors; changes apply immediately and persist on the device.
Changed
- The light appearance now starts from a white canvas and soft sky-blue accent. Selected navigation, menus, switches, focus treatment, conversation compaction, and other highlighted controls all derive from the chosen accent, while readable foreground colors are selected for arbitrary accents and the existing dark appearance remains available.
- Compaction settings distinguish the capability plugin from its automatic threshold policy, name the direct and two-stage strategies without permanent explanatory clutter, and separate saving policy from the immediate Compact this conversation action.
Fixed
- Theme presets now reflow against the actual settings content width, so a wide project sidebar cannot push palette cards beyond the desktop window.
- Cancelling a shell command on Windows now waits for
taskkillto finish releasing descendant processes before the Harness reports cancellation, preventing temporary workspaces from racing a still-open process handle.