pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

fresh: update COMMIT_MSG for 0.3.9



Module Name:	pkgsrc-wip
Committed By:	ci4ic4 <ci4ic4%gmail.com@localhost>
Pushed By:	ci4ic4
Date:		Wed May 27 14:50:07 2026 +0100
Changeset:	39c1de63e58d762b7bbc4250f53644d0f957d750

Modified Files:
	fresh/COMMIT_MSG

Log Message:
fresh: update COMMIT_MSG for 0.3.9

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=39c1de63e58d762b7bbc4250f53644d0f957d750

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 fresh/COMMIT_MSG | 32 ++++++++++++++++++++++----------
 1 file changed, 22 insertions(+), 10 deletions(-)

diffs:
diff --git a/fresh/COMMIT_MSG b/fresh/COMMIT_MSG
index c294d94d45..4d026ed9bc 100644
--- a/fresh/COMMIT_MSG
+++ b/fresh/COMMIT_MSG
@@ -1,4 +1,4 @@
-editors/fresh: Update to version 0.3.8
+editors/fresh: Update to version 0.3.9
 
 Packaged in wip by Chavdar Ivanov and Claude Code.
 
@@ -6,12 +6,24 @@ Fresh is a modern terminal-based IDE and text editor with zero configuration,
 familiar keybindings, mouse support, and IDE-level features like LSP,
 multi-cursor, and a command palette.
 
-Changes in 0.3.8:
-- LSP over SSH runs language server on remote host
-- Open dialog scoped to current project by default
-- Settings UI: number fields accept direct typing, inline list editing
-- Next/Previous Window commands, Move File Explorer to Other Side
-- Templ (.templ) syntax highlighting
-- editor.confirm_quit setting
-- Built-in editor.httpFetch(url, path)
-- Various terminal, git log, and theming bug fixes
+Changes in 0.3.9:
+- Universal search overlay: live grep across project files, open buffers, and
+  terminal scrollback, with word/regex modes and clickable toolbar
+- Orchestrator: attach sessions to existing git worktrees with auto-discovery,
+  multi-select bulk actions, worktree ordering, and filter toggle
+- Editor: Move to Next/Previous Paragraph actions
+- Language support: C3 (.c3) syntax highlighting and LSP
+- Plugins: new getWorkingDataDir(), getTerminalDir(), overlay toolbar widget
+  APIs (Toggle/Button controls, toggleOverlayToolbarWidget)
+- Dashboard no longer auto-opens on startup (re-enable via Settings)
+- Simplified Homebrew installation: brew install fresh-editor
+- Fix: getCursorLine() plugin API returning 0 instead of actual cursor position
+- Fix: reduced serial-console lag (eliminate repaints on non-visual async events)
+- Fix: custom theme colors not applied to UI fields
+- Fix: PageDown/PageUp overshoot on single soft-wrapped lines
+- Fix: workspace restore mixing tabs from multiple projects
+- Fix: Live Grep resume preserves query; improved undo/redo, buffer scope fixes
+- Fix: getKeybindingLabel resolution for bound plugin actions
+
+pkgsrc notes: upstream moved the Cargo workspace root to the repo root in
+this release; CARGO_WRKSRC and CARGO_INSTALL_ARGS updated accordingly.


Home | Main Index | Thread Index | Old Index