chore(deps): update dependency npm:@kitlangton/ghui to v0.7.1#934
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency npm:@kitlangton/ghui to v0.7.1#934renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
5a366db to
80352c3
Compare
80352c3 to
8f7689d
Compare
8f7689d to
126b7c3
Compare
126b7c3 to
c1712f4
Compare
c1712f4 to
693a04b
Compare
693a04b to
cc573bf
Compare
cc573bf to
73a7e0a
Compare
73a7e0a to
51188ab
Compare
51188ab to
c01bd2d
Compare
c01bd2d to
b0ae6e1
Compare
b0ae6e1 to
4a5fe3e
Compare
4a5fe3e to
f9016cc
Compare
f9016cc to
32f6181
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.1.19→0.7.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
kitlangton/ghui (npm:@kitlangton/ghui)
v0.7.1Compare Source
Patch Changes
ba23f23: Show compact check-status indicators in the pull request list instead of full check counts.40b69dc: Fix wrapped diff line selection, preserve the selected line, highlight, and viewport position across whitespace-mode changes, and show the word-wrap shortcut in the diff view footer hints.ba23f23: Use the active theme foreground color for unstyled diff text.v0.7.0Compare Source
Minor Changes
d62dd66: Add?as a shortcut for opening the command palette, where available commands and key bindings are shown.d45e6cb: Show the source branch name in pull request details and copied metadata.011717e: Add a follow-system theme mode with separate dark and light theme selections while preserving fixed theme selection.v0.6.0Compare Source
Minor Changes
c8fb3e7: Edit and delete your own comments from the comments view (eandx). Edits open the comment editor pre-filled; deletes prompt for confirmation. Both update optimistically and revert on failure. Also collapses the duplicate footer that previously appeared below the comments pane — the comments view now hosts a single, context-aware hint row.v0.5.0Compare Source
Minor Changes
Comments N · press c to view allrow in the header. Presscto open the dedicated comments view. The Markdown preview now also renders bold (**strong**) and basic pipe tables, with bold inline code properly nested.24477aa: Add a persistent SQLite cache for pull request queues and hydrated details so launches can show stale data immediately while refreshing from GitHub. The cache lives at${XDG_CACHE_HOME:-~/.cache}/ghui/cache.sqliteby default, can be redirected withGHUI_CACHE_PATH, and disabled entirely withGHUI_CACHE_PATH=off. Cache writes are best-effort (failures never block GitHub reads/writes) and old entries are pruned both after successful queue refreshes and at startup so the database stays bounded for read-only sessions.v0.4.7Compare Source
Patch Changes
v0.4.6Compare Source
Patch Changes
3f66a3a: Detect and open links in PR bodies. Markdown[label](url)and bare URLs are highlighted, hover changes the cursor to a pointer, and clicking opens the link in the system browser. Single-pass tokenizer also handles#NNNreferences and inline code. Newlinkcolor in every theme.v0.4.5Compare Source
Patch Changes
v0.4.4Compare Source
Patch Changes
98fc852: Treat terminalenterkey events the same asreturnkey events.5c5576d: Wrap keyboard selection at the ends of picker-style modals.8e357ee: Add Vague as a selectable color theme.v0.4.3Compare Source
Patch Changes
bbf93d7: Require an explicit modal confirmation before changing a pull request between draft and ready for review.7a2317c: Clarify Homebrew installation and release automation documentation.v0.4.2Compare Source
Patch Changes
3b41b4e: Show the startup logo sooner, run spinners at a shared 12 FPS, and add a separate hover highlight for pull request rows.v0.4.1Compare Source
Patch Changes
v0.4.0Compare Source
Minor Changes
727eb3a: Add light theme variants behind a theme picker tab toggle, so dark and light themes preview separately.b2dcde5: Ship npm installs through platform-specific standalone binary packages so npm users no longer need Bun installed.Patch Changes
f724ea2: Add Homebrew installation support with standalone release binaries and tap update automation.0c09e21: Filter pull requests from archived repositories out of the default queues while keeping explicit repository views available.v0.3.3Compare Source
Patch Changes
fe5576f: Make pull request review submission discoverable withshift-rfrom list, details, and diff views.v0.3.2Compare Source
Patch Changes
v0.3.0Compare Source
Minor Changes
62dd2a2: Add diff review shortcuts for navigating changed files and submitting pull request reviews.ctrl+n/ctrl+pnavigation to the changed-files navigator.GHUI_AUTHORandGHUI_REPO; ghui now uses GitHub's@mesearch qualifiers and repositories can be opened from inside the app.v0.2.1Compare Source
Patch Changes
v0.2.0Compare Source
Minor Changes
v0.1.22Compare Source
Patch Changes
94f40b7: Polish diff navigation, command search, and pull request detail layout with vim-style viewport commands, counted list movement, syntax-highlighted code blocks, and fixed fullscreen headers.94f40b7: Make diff line comments cursor-driven with enter-to-open, range selection, thread jumps, and vim-style counted movement.94f40b7: Show an animated spinner in the pull request list footer while loading the next page.v0.1.21Compare Source
Patch Changes
1b43871: Command palette now accepts anowner/repoor GitHub URL as a query and offers an inline "Open " command — no need to open the dedicated "Open repository…" modal first. Layout polish: scopes group correctly even when commands interleave, command subtitles fill the previously empty space between title and shortcut, and a spacer separates each section.1b43871: Load the next pull request page when the pull request list itself is scrolled to the bottom, not only when the selected row nears the end.v0.1.20Compare Source
Patch Changes
6457403: Add a searchable command palette for running ghui actions from one modal.6457403: Add a command palette backed by a shared command registry and route core app actions through it.180ada0: Prefetch pull request details around the current selection so adjacent navigation feels faster, and havebun devsend telemetry to the local motel port by default.6457403: Load pull request diffs through the paginated GitHub files API so large PRs over 300 files render completely, and addGHUI_REPOfor browsing open PRs in a specific repository.712ed04: Load pull request lists in cursor-paged batches so large repositories open quickly, with a visible load-more footer and command. Keep PR detail loading placeholders out of scroll views while details hydrate.6457403: Polish the command palette and pull request details preview: keep palette navigation stable, hide its scrollbar, allow paging through long descriptions, and stop showing a placeholder when a PR has no labels.8426732: Add a command palette action for opening arbitrary repositories at runtime.c8fa2cd: Fix pull request diff races so large PRs do not briefly show another PR's file list, make fullscreen details scroll through long summaries, keep cached details loaded across refreshes, and enable shell syntax highlighting for.sh,.bash,.zsh,.ksh, and.batsdiffs.6457403: Add a System theme that uses the terminal foreground, background, selection, and ANSI palette colors.Configuration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.