Releases: molayab/grove-website
Releases Β· molayab/grove-website
Release list
Grove v0.5.1
Grove v0.5.1
Installation
- Download
Grove.dmg(always the latest version), orGrove-v0.5.1.dmgfor this exact release - Open the DMG and drag Grove to Applications
- Open Grove β it's signed and notarized, so Gatekeeper opens it normally
What's Changed
- Add zoom keyboard shortcuts to Home pane web views by @molayab in molayab/grove#134
- Agent Default tab: preserve active command across remounts by @molayab in molayab/grove#137
- Scope pinned websites per workspace with promote/demote by @molayab in molayab/grove#135
- Rename Home space to Browser by @molayab in molayab/grove#139
- Add a top-level Git menu to the menu bar by @molayab in molayab/grove#140
- Bump version to 0.5.1 by @molayab in molayab/grove#141
Full Changelog: molayab/grove@v0.5.0...v0.5.1
Grove v0.5.0
Grove v0.5.0
Installation
- Download
Grove.dmg(always the latest version), orGrove-v0.5.0.dmgfor this exact release - Open the DMG and drag Grove to Applications
- Open Grove β it's signed and notarized, so Gatekeeper opens it normally
What's Changed
- Add a destructive Drop Commit action to the git-log context menu by @molayab in molayab/grove#129
- PTY deep audit: full env inheritance, TERM_PROGRAM, login shell wrapper, alt-buffer rendering by @molayab in molayab/grove#132
- Icon rail sidebar + reactive badges + QuickLook crash fix (v0.5.0) by @molayab in molayab/grove#133
Full Changelog: molayab/grove@v0.4.0...v0.5.0
Grove v0.4.0
Grove v0.4.0
Installation
- Download
Grove.dmg(always the latest version), orGrove-v0.4.0.dmgfor this exact release - Open the DMG and drag Grove to Applications
- Open Grove β it's signed and notarized, so Gatekeeper opens it normally
What's Changed
- Show full file path in Diff header, with a Settings toggle by @molayab in molayab/grove#104
- Auto-advance diff selection after reviewing the current file by @molayab in molayab/grove#105
- Make PTY (Agent/Shell) links clickable, opening in Home or system browser by @molayab in molayab/grove#106
- Home tab: editable address bar + quick-pin current site + Home button by @molayab in molayab/grove#107
- Agent pane: support multiple concurrent agent tabs (browser-tab style) by @molayab in molayab/grove#108
- Add Cmd+R keyboard shortcut to the Home tab's Reload button by @molayab in molayab/grove#116
- Friendlier pull/push recovery, surface unpushed commits by @molayab in molayab/grove#118
- issue-coder: require explicit approval before committing by @molayab in molayab/grove#119
- Fix cancelled git-panel reloads surfacing as command-failed alerts by @molayab in molayab/grove#120
- Fix license.json signature check to fail open on an unreadable signing key by @molayab in molayab/grove#122
- Add report-triage agent for the grove-website intake queue by @molayab in molayab/grove#127
- Suppress Agent-pane scroll-wheel mouse reporting for Claude Code by default by @molayab in molayab/grove#124
- Bump version to 0.4.0 by @molayab in molayab/grove#128
Full Changelog: molayab/grove@v0.3.2...v0.4.0
Grove v0.3.2
Grove v0.3.2
Installation
- Download
Grove.dmg(always the latest version), orGrove-v0.3.2.dmgfor this exact release - Open the DMG and drag Grove to Applications
- Open Grove β it's signed and notarized, so Gatekeeper opens it normally
What's Changed
- Derive pinned site title from its URL host by @molayab in molayab/grove#91
- Make the sidebar's Worktrees panel collapsible by @molayab in molayab/grove#92
- Stop the Agent pane's scroll wheel from sending synthetic arrow keys by @molayab in molayab/grove#93
- Add custom title and URL scheme inference to the Home site editor by @molayab in molayab/grove#94
- Work around stale/garbled terminal rows when scrolling during active output by @molayab in molayab/grove#96
- Remember the selected worktree when switching workspaces by @molayab in molayab/grove#97
- Tie issue-reporter/issue-coder into Grove's Roadmap project by @molayab in molayab/grove#101
- Add font customization for the terminal panes and diff view by @molayab in molayab/grove#100
- Bump version to 0.3.2 by @molayab in molayab/grove#103
Full Changelog: molayab/grove@v0.3.1...v0.3.2
Grove v0.3.1
Grove v0.3.1
Installation
- Download
Grove.dmg(always the latest version), orGrove-v0.3.1.dmgfor this exact release - Open the DMG and drag Grove to Applications
- Open Grove β it's signed and notarized, so Gatekeeper opens it normally
What's Changed
- Bump version to 0.3.1 by @molayab in molayab/grove#90
Full Changelog: molayab/grove@v0.3.0...v0.3.1
Grove v0.3.0
Grove v0.3.0
Installation
- Download
Grove.dmg(always the latest version), orGrove-v0.3.0.dmgfor this exact release - Open the DMG and drag Grove to Applications
- Open Grove β it's signed and notarized, so Gatekeeper opens it normally
What's Changed
- Add Chat and Notes spaces by @molayab in molayab/grove#58
- Don't evict a session on failed removal; add force-remove for stuck worktrees by @molayab in molayab/grove#65
- Add issue-planner/issue-coder/issue-reporter subagents and document them by @molayab in molayab/grove#67
- Scope Home and Notes to the checkout, not the workspace by @molayab in molayab/grove#66
- release-manager: main is protected, always bump via PR, skip if already done by @molayab in molayab/grove#69
- Move Lint to Linux, drop per-PR macOS build/test, test once at release time by @molayab in molayab/grove#76
- Sidebar git panel: watch .git/HEAD on disk for out-of-app branch changes by @molayab in molayab/grove#73
- Sign and notarize release builds with a Developer ID certificate by @molayab in molayab/grove#74
- Fix stale 3-license Gumroad product ID rejecting valid activations by @molayab in molayab/grove#80
- Add New Project creation and a plain-language, Sync-first git panel by @molayab in molayab/grove#79
- Fix worktree creation failing when create-branch is on for an existing branch by @molayab in molayab/grove#81
- Add an update-available check against grove-website's releases by @molayab in molayab/grove#82
- Support multiple concurrent shell tabs in the Shell pane by @molayab in molayab/grove#83
- Reorganize Settings into 5 grouped tabs instead of 8 by @molayab in molayab/grove#84
- Add a menu bar item with git status/actions, and copy actions to the git log by @molayab in molayab/grove#85
- Revert "Add a menu bar item with git status/actions, and copy actions to the git log" by @molayab in molayab/grove#87
- Bump version to 0.3.0 by @molayab in molayab/grove#88
- release: codesign the DMG itself before notarizing by @molayab in molayab/grove#89
Full Changelog: molayab/grove@v0.2.0...v0.3.0
Grove v0.2.0
Grove v0.2.0
Installation
- Download
Grove.dmg(always the latest version), orGrove-v0.2.0.dmgfor this exact release - Open the DMG and drag Grove to Applications
- Right-click β Open on first launch (ad-hoc signed build, until notarization lands)
What's Changed
- Recolor app icon to match the crimson brand palette by @molayab in molayab/grove#46
- Add space registry infrastructure; merge Files and Diff into one tab by @molayab in molayab/grove#47
- Fix disabled spaces reappearing in the session tab bar by @molayab in molayab/grove#48
- Render Markdown previews and diffs in a shared WKWebView, plus review tools by @molayab in molayab/grove#50
- Bump version to 0.2.0 by @molayab in molayab/grove#52
Full Changelog: molayab/grove@v0.1.0...v0.2.0
Grove v0.1.0
Grove v0.1.0
Installation
- Download
Grove.dmg(always the latest version), orGrove-v0.1.0.dmgfor this exact release - Open the DMG and drag Grove to Applications
- Right-click β Open on first launch (ad-hoc signed build, until notarization lands)
What's Changed
- Keep agent/shell sessions alive across switches; add Always Show Agent Tab setting by @molayab in molayab/grove#1
- Add Gumroad license activation with a 7-day trial and startup gate by @molayab in molayab/grove#2
- Fix worktree removal silently no-op'ing after confirming the dialog by @molayab in molayab/grove#3
- Redesign sidebar Git section: status dot, labeled actions, searchable branch switcher by @molayab in molayab/grove#5
- Add GroveUITests scaffold: scheme, test-mode seam, one smoke test by @molayab in molayab/grove#6
- Wider sidebar; drag-and-drop for terminals and the Files tab by @molayab in molayab/grove#13
- Accent color, tabbed Settings redesign, and custom CLI agents by @molayab in molayab/grove#14
- Fix terminal freezes/TUI issues, add Diff tab badge, fix Info.plist warning by @molayab in molayab/grove#17
- Fix oversized folder icon in sidebar workspace rows by @molayab in molayab/grove#15
- Add a Home tab for per-workspace pinned websites by @molayab in molayab/grove#18
- Bump version to 0.0.1-preview by @molayab in molayab/grove#22
- Add a link-opening preference for the Home tab's pinned sites by @molayab in molayab/grove#20
- Harden license.json against tampering, trial-reset, and key-sharing by @molayab in molayab/grove#26
- Let tapping the trial status bar dismiss it, without persisting by @molayab in molayab/grove#30
- Add a purchase-license link, an About panel, and a Help menu item by @molayab in molayab/grove#31
- Fix diff view centering short diffs instead of top-aligning by @molayab in molayab/grove#32
- Point the purchase-license link at the pricing anchor by @molayab in molayab/grove#33
- Fix Agent pane launching with no PATH at all by @molayab in molayab/grove#37
- Pad the terminal buffer and add File > New Browser Window by @molayab in molayab/grove#34
- Drop the in-app mini browser; only support installed browsers by @molayab in molayab/grove#38
- Remove the orphaned File > New Browser Window command by @molayab in molayab/grove#44
- Add a way to discard a file's changes from the Diff panel by @molayab in molayab/grove#41
- Add Firebase Crashlytics and Analytics, track license revenue events by @molayab in molayab/grove#45
New Contributors
- @molayab made their first contribution in molayab/grove#1
Full Changelog: https://github.com/molayab/grove/commits/v0.1.0