Skip to content

Releases: l-lin/lazygh

v0.7.3

Choose a tag to compare

@github-actions github-actions released this 08 Jul 09:45
v0.7.3
acf895c

Changelog

  • 57565c5 chore: upgrade go
  • acf895c feat(tui): add configurable modal editor ctrl n p navigation

v0.7.2

Choose a tag to compare

@github-actions github-actions released this 28 Jun 14:08
v0.7.2
0996311

Changelog

  • ec740c6 chore: remove obsolete skill lazygh-todo-executor
  • fb8a9e3 feat(githubcli): add merge-when-ready fallback
  • 255a0d1 feat(githubcli): expose auto-merge capability signal
  • 37df0e3 feat(tui): add tsx tree-sitter diff highlighting
  • 06078a5 feat(tui): unify merge when ready action
  • 0996311 fix(theme): align light diff tints with reference
  • fcfae2c fix(theme): soften built-in light diff colors
  • 8a8656b fix(tui): use canonical inline suggestion fences

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 21 Jun 07:44
v0.7.1
987df93

Changelog

  • 987df93 feat(tui): allow adding reactions to comment
  • 2033bf7 fix(tui): allow to submit review without body in Changes tab
  • ca0a7d0 fix(tui): close action pop-up after selecting "Merge when ready"
  • 8b255e7 fix(tui): missing comments in Comments tab
  • 0a64244 fix(tui): word wrap on comments tab

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 10:35
v0.7.0
616a382

Changelog

  • 37a2e67 chore(config): use search command prefix for default PR searches
  • 890bae7 feat(config): add repository label display setting
  • 04211c3 feat(merge-queue): add pull request queue metadata plumbing
  • 535b64e feat(tui): add commit changes action surface
  • 1fe1389 feat(tui): add commit diff detail tab
  • a060330 feat(tui): add merge queue pull request actions
  • ddef67e feat(tui): shorten notification repo labels
  • 0475d85 feat(tui): shorten pull request repo labels
  • 616a382 feat(tui): sticky file header
  • 925e62c feat(tui): support configurable repository labels
  • 041cdc1 feat(tui): support folding in commit diff tab
  • f631c07 feat: upgrade golang version
  • 9a2e8de fix(tui): add icon to commit diff tab
  • 6150e8d fix(tui): add missing actions_popup_group_background
  • 986b27c fix(tui): change help group title background color
  • c21c001 fix(tui): render queued pull requests as warning status

v0.6.5

Choose a tag to compare

@github-actions github-actions released this 06 Jun 10:18
v0.6.5
46b18d4

Changelog

  • 445d82c chore: dead code
  • 42628f3 feat(tui): cache story review
  • ceaddb3 feat(tui): persist pasted pull requests in cache
  • 46b18d4 feat(tui): remove pasted pull requests from the pasted tab
  • 798dec2 fix(tui): refresh pasted pull request titles after detail load

v0.6.4

Choose a tag to compare

@github-actions github-actions released this 05 Jun 17:12
v0.6.4
cc11ac5

Changelog

  • f60c036 feat(tui): add keymaps to navigate to next/prev unresolved comment
  • cc11ac5 fix(tui): do not refresh input pop-up everytime
  • c7f4ee7 fix(tui): missing lines for fenced codeblocks in replies

v0.6.3

Choose a tag to compare

@github-actions github-actions released this 02 Jun 18:52
v0.6.3
a75991b

Changelog

  • 20926d4 fix(tui): display inline comment right after last line instead of first line
  • a75991b fix(tui): navigation on space

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 02 Jun 10:07
v0.6.2
0bab4a0

Changelog

  • 0bab4a0 fix(tui): word wrap on Changes tab
  • c5b3b7a perf(tui): render only visible detail rows
  • 51862d3 perf(tui): speed up large diff syntax highlighting

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 31 May 10:10
v0.6.1
58f2672

Changelog

  • b3e3b01 chore: remove dead code
  • 214b09e docs(architecture): note helper-owned coordinators
  • 8eb66df docs(architecture): note state adapter ownership
  • 13bca49 docs(architecture): note workflow store adapters
  • 82554e3 docs(architecture): refresh child state ownership
  • bf8db4a docs(architecture): refresh remaining tea seams
  • ba9b56b docs(architecture): refresh tea map
  • 21e71dc docs(architecture): refresh tea migration audit
  • a0c4729 docs(architecture): refresh tea migration audit
  • ff0d961 docs(architecture): refresh tea migration notes
  • 7c93eab docs(architecture): refresh tea migration notes
  • e6bff49 docs(architecture): refresh tea migration posture
  • fa1149f feat(tui): add alt+b pull request browser shortcut
  • ecd3840 feat(tui): add inline comment resolution shortcut
  • aea6f54 feat(tui): fold pending inline comment toggles
  • c8513cd feat(tui): keep pasted pull requests in a dedicated tab
  • fba95f8 feat(tui): move inline resolution to ctrl+r
  • 9dc8679 feat(tui): support o for visual selections
  • 7affc14 feat: add detail word wrap toggle
  • 8c3ac4d feat: show gh loading for modal editor submits
  • 8c040bf fix(tui): restore modal editor redraw after external edit
  • dceaac5 fix(tui): restore startup keybindings
  • 73f9b1a fix: group display actions and wrap browser diffs
  • c2beee4 fix: keep review file motions on file rows
  • 8099cf6 fix: wrap review diffs without repeating gutter numbers
  • 21b7093 perf(tui): cache popup and review redraw hot paths
  • c35e102 perf(tui): speed up cached story review diff lookups
  • 1b02eb8 refactor(github): remove dead review parser leftovers
  • 690c4b2 refactor(githubcli): delegate provider-neutral helpers to github
  • 791bb2b refactor(tui): add detail and review workflow store helpers
  • 79a95c6 refactor(tui): add document and render cache helpers
  • 3fa7c06 refactor(tui): add image load coordinator helpers
  • c582d04 refactor(tui): add manual refresh state adapter
  • 9806b84 refactor(tui): add optimistic mutation helper
  • 491ff0c refactor(tui): add pending review store helpers
  • b1d0319 refactor(tui): add pull request list store adapter
  • b4e7d5d refactor(tui): add review session read model
  • f576a21 refactor(tui): add update dispatcher for browser interactions
  • 3deba69 refactor(tui): bundle command executor dependencies
  • 51a0f26 refactor(tui): centralize pull request cache apply
  • 6a6a1a2 refactor(tui): centralize review and browser collapse state
  • 7b62588 refactor(tui): collapse popup result shims
  • 55a6894 refactor(tui): dispatch line navigation through update commands
  • e5ff0b6 refactor(tui): dispatch loader and timer results through update
  • 1c0e0ef refactor(tui): dispatch notification shortcuts through update
  • 29c6014 refactor(tui): dispatch popup actions through typed requests
  • 207b718 refactor(tui): dispatch remaining feature async results
  • b7b74c2 refactor(tui): drop dead maybe-load wrappers
  • 4e4cdac refactor(tui): drop dead repeat-search helpers
  • 5e34cc2 refactor(tui): drop dead shell helper leftovers
  • 0c2e7ef refactor(tui): drop popup result glue from feature actions
  • 04db28b refactor(tui): drop stale live view params
  • fbb8557 refactor(tui): enforce reducer guardrails
  • fa5dd2a refactor(tui): extract actions popup and search presenters
  • 1334ff7 refactor(tui): extract child state models from program
  • ccfc19d refactor(tui): group search and popup widget state
  • 5120cf1 refactor(tui): group update routes by category
  • fba7bf1 refactor(tui): keep afterStateChange shell-only
  • 0c007ef refactor(tui): keep review read adapter pure
  • fa36f8f refactor(tui): move actions popup chrome to value model
  • 907151d refactor(tui): move assignee picker to value child state
  • ffa114b refactor(tui): move async popup and refresh shell work behind commands
  • 28f5e79 refactor(tui): move build popup navigation into motion commands
  • 8c0cc23 refactor(tui): move build popup state to value model
  • 052f870 refactor(tui): move build store to value model
  • a47a640 refactor(tui): move clipboard preflight into update
  • bfbf96e refactor(tui): move detail fold collapse state into update
  • 52373dd refactor(tui): move detail fold shell work into commands
  • 7109d49 refactor(tui): move detail fold sync plans into update
  • d801bc2 refactor(tui): move detail motion shell sync into commands
  • e55f88e refactor(tui): move detail motion state into update
  • b79fe9b refactor(tui): move detail motion state to value model
  • eb1ea94 refactor(tui): move detail render shell state out of render
  • 8297b11 refactor(tui): move detail search follow-up behind commands
  • b0c832e refactor(tui): move detail view derivation behind selectors
  • b8f40d5 refactor(tui): move detail-fold prefix teardown into update
  • 3e7f6d0 refactor(tui): move interaction shell work to commands
  • 3f09eb5 refactor(tui): move link open feedback into update
  • b888b54 refactor(tui): move load planning out of render entrypoints
  • 703b6d1 refactor(tui): move loader transport into workflow commands
  • 8893101 refactor(tui): move manual refresh preflight into update
  • 9b339c2 refactor(tui): move manual refresh to value state model
  • 81001a5 refactor(tui): move modal editor errors to value model
  • b9ac208 refactor(tui): move navigation shell bookkeeping out of model
  • a9cc718 refactor(tui): move navigation viewport sync into commands
  • 78e970e refactor(tui): move notification store to value model
  • 184bf91 refactor(tui): move opened summary nav state to value model
  • 2ba5774 refactor(tui): move opened summary pinning into update
  • 683335c refactor(tui): move overlay state to value model
  • ad170c1 refactor(tui): move page navigation handlers behind commands
  • 251123f refactor(tui): move page navigation selection into update
  • 6830439 refactor(tui): move pending key sequence state to value model
  • 8413dc6 refactor(tui): move pending review cache updates into update
  • 2de4cd5 refactor(tui): move popup async preflight into update
  • 783b076 refactor(tui): move render prep state sync into shell sync
  • ee1a9c8 refactor(tui): move review comment focus behind command
  • db8eaa8 refactor(tui): move runtime config to value model
  • 0d6bd0b refactor(tui): move search widget to value model
  • 6ebbdfc refactor(tui): move session store to value model
  • 47bdbae refactor(tui): move startup and keybinding sync out of layout
  • 03fd491 refactor(tui): move startup state to value model
  • 18da166 refactor(tui): move status store to value model
  • 714a1b1 refactor(tui): move transient error popup state into update
  • 37563e2 refactor(tui): move yank highlight lifecycle to value model
  • 08d89d1...
Read more

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 22 May 17:58
v0.6.0
48b606c

Changelog

  • a3d9bae chore: increase error pop-up duration
  • 0a46bc5 chore: remove obsolete method
  • e97723b feat(cli): add --version flag
  • 2eec726 feat(cli): add help flags
  • 2a2d54c feat(keymap): support alt+y default copy bindings
  • 5e90e8d feat(tui): add context-aware alt+r refresh
  • 5a039f1 feat(tui): add pull request auto-merge toggle
  • 96d563f feat(tui): add pull request list refresh action
  • 56a9917 feat(tui): add recent errors popup action
  • 12f236f feat(tui): add vim character motions to cursor views
  • f6280f6 feat(tui): add vim-style yank motions
  • 62a1b11 feat(tui): flash yanked text with search highlight
  • 4851ea4 feat(tui): keep diff gutters out of cursor text
  • f03a4f1 feat(tui): make vim character motions configurable
  • 8f8b6fa feat(tui): render commit history as descending timeline
  • 0ffc6b4 feat(tui): repeat vim character motions
  • 47461b5 feat(tui): show transient error popups
  • 5e1cf84 feat(tui): support reactions on changes inline comments
  • 33111a3 fix(tui): cache review description documents
  • 48b606c fix(tui): delay refresh feedback until gh completes
  • 5da3a1e fix(tui): keep cursor panes read-only for char motions
  • 72ccad7 fix(tui): keep side-view motions separate from search matches
  • d4ceadd fix(tui): keep suggestion diffs on diff colors
  • ed99a9d fix(tui): report gh refresh failures in transient popups
  • d5d8af4 fix(tui): route gh modal failures to transient errors
  • 8be872a fix(tui): route gh popup-action failures to transient errors
  • dc34fcd fix(tui): route remaining gh action failures to transient errors
  • 277b623 fix(tui): show auto-merge for pending review prs
  • a1837bc fix(tui): show auto-merge in description header
  • f952fab fix(tui): show review commands in the status line
  • 4ab51a5 fix(tui): split modal editor submit keymaps
  • 77ccfa8 fix(tui): tighten inline comment code fences
  • 598d530 fix(tui): tighten inline comment reply layout