summaryrefslogtreecommitdiffhomepage
path: root/packages/app
AgeCommit message (Collapse)Author
2026-01-16release: v1.1.25opencode
2026-01-16fix(app): remember last opened projectAdam
2026-01-16fix(app): truncate workspace titleAdam
2026-01-16fix(app): handle new session correctlyAdam
2026-01-16fix(app): center dialog on page instead of sessionAdam
2026-01-16release: v1.1.24opencode
2026-01-16Revert "feat(desktop): Terminal Splits (#8767)"Adam
This reverts commit 88fd6a294b3ad88d50cb8e1853589ee4e68dc74e.
2026-01-16feat(app): edit project and session titlesAdam
2026-01-16fix(app): open workspace if navigating to session in workspaceAdam
2026-01-16fix(app): can't expand workspacesAdam
2026-01-16fix(app): scroll jumping when expanding workspacesAdam
2026-01-16feat(desktop): Terminal Splits (#8767)Daniel Polito
2026-01-16fix: truncate the workspace name on hoverDavid Hill
2026-01-16fix: load more label alignmentDavid Hill
2026-01-16fix: updating panel min size and button max-widthDavid Hill
2026-01-16Revert "fix: expand workspaces by default when enabled"David Hill
This reverts commit 1fd496a5e25c762bdc3cadb261b255485bde3417.
2026-01-16fix: expand workspaces by default when enabledDavid Hill
2026-01-16fix: session icon and label alignmentDavid Hill
2026-01-16fix: desktop hamburger shiftDavid Hill
2026-01-16fix: make hamburger centred with project avatarsDavid Hill
2026-01-16fix: web mobile menuDavid Hill
there is a small shift/misalignment in the side panel on web, not investigating too much as this whole area is in development and may change to make the projects avatar list always in view.
2026-01-16fix: responsive menu desktopDavid Hill
2026-01-16bug: moved createMemo downDavid Hill
2026-01-16fix: updated project/sessions list widthDavid Hill
this was originally 280px and included the 64px project avatar rail on the left, so the sessions list portion was actually 280 - 64 = 216px wide (as seen in line 1362: Math.max(layout.sidebar.width() - 64, 0)px). i kept the logic the same in case it broke anything, i just updated the new width to account for new projects avatar panel
2026-01-16fix: view all sessions state stylesDavid Hill
2026-01-16fix: add default icon to sessionsDavid Hill
2026-01-16fix: search bar size and padding, and shortcut styleDavid Hill
2026-01-16fix: avatar radius and current projectDavid Hill
2026-01-16fix(app): persist workspace order and collapsed stateAdam
2026-01-15feat(app): unified search for commands and filesAdam
2026-01-15feat(app): skeleton loader for sessionsAdam
2026-01-15fix(app): persist workspace order and collapsed stateAdam
2026-01-15fix: project avatar border radiusDavid Hill
2026-01-15release: v1.1.23opencode
2026-01-15fix(app): sidebar toggle on desktopAdam
2026-01-15feat(app): persist workspace branchAdam
2026-01-15fix(app): persist workspace order and collapsed stateAdam
2026-01-15fix: thinking animation opacity and designDavid Hill
2026-01-15fix: session icon and name alignmentDavid Hill
2026-01-15fix(app): show session busy even for active sessionAdam
2026-01-15chore(desktop): Question Tools Updatesdbpolito
2026-01-15fix: current session background colorDavid Hill
2026-01-15fix: remove the active state from load more button after pressDavid Hill
2026-01-15fix: new session tooltip position and add shortcutDavid Hill
2026-01-15fix: remove more options tooltipDavid Hill
2026-01-15fix: workspace name colorDavid Hill
2026-01-15fix: hide view all sessions on active projectDavid Hill
2026-01-15fix: avatar button statesDavid Hill
2026-01-15fix: load more button font sizeDavid Hill
2026-01-15fix: recent sessions title colorDavid Hill