Skip to content

Releases: Lancetwang/friday

Friday v0.8.7

Choose a tag to compare

@github-actions github-actions released this 23 Aug 15:15

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 /T was still releasing a descendant's workspace.

Friday v0.8.5

Choose a tag to compare

@github-actions github-actions released this 22 Aug 08:00

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 #RGB or #RRGGBB input 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 taskkill to finish releasing descendant processes before the Harness reports cancellation, preventing temporary workspaces from racing a still-open process handle.