Releases: rcieri/glab-tui
Releases · rcieri/glab-tui
Release list
v0.8.4
What's Changed
Fixed
- Theme-safe syntax highlighting — The diff view's syntax highlighting no longer hardcodes a fixed syntect palette.
highlight_line_syntaxnow derives the highlighting theme from the active app theme (text_normalforeground on the themebg) and strips all syntect scope colors, so highlighted code always matches the active theme — including custom and light themes — and the reset theme is no longer serialized into saved configs (#313) — thanks @rcieri. - GitHub Enterprise backend detection — Backend detection now parses the remote host and, for non-
github.comhosts, probes bothgh auth status --active --hostname <host>andglab auth status --hostname <host>. A new repo-localbackend = "github" | "gitlab"config key overrides automatic detection for ambiguous remotes (SSH aliases, hosts serving both platforms), and the shared detection logic is now used at startup, in the repo switcher, for diff review submission, and bydoctor(#312) — thanks @rcieri. - Milestone progress rendering —
glab milestone listnow passes--project/--group(the previous-Rflag was silently ignored, leaving the Milestones tab empty), and milestone issues are fetched by milestone title instead of iid — fixing the progress column and "Issues Status" detail stuck at 0%. Stale empty milestone-issue cache entries no longer block a re-fetch, and fetch errors surface through the failure toast instead of silently substituting an empty list (#303) — thanks @nazgull30. - Merge MRs without prompting (GitLab) —
glab mr mergeruns with--yesso the TUI never hangs on the CLI's interactive confirmation, and multiple selected MRs can be merged in sequence from the merge-options selector (#310) — thanks @rcieri. - Draft/Ready status editing — The MR/PR edit-menu status field now actually applies the change (updates the local row and calls the backend toggle) instead of silently discarding it, and the field is available for GitHub PRs as well (#308) — thanks @rcieri.
- Help overlay polish —
qis consumed by the help search input instead of quitting or closing the overlay, and the help screen now separates "Quit program" (the remappable quit key) from "Close active overlay" (Esc) (#309, #311) — thanks @rcieri.
Dependencies
- Bump
clap4.6.4→4.6.6(#307) - Bump CI Actions
dtolnay/rust-toolchainandSwatinem/rust-cache2.9.1→2.9.2(#305, #306)
Contributors
Full Changelog: v0.8.3...v0.8.4
v0.8.3
What's Changed
Added
- Real label colors from the API — The Labels column now renders each label with its actual color returned by
glab label list/gh label list(hex, normalized and persisted in the offline cache). GitHub-style background-fill colors that are too light to read as foreground text automatically fall back to the theme palette, which now ships full 10-entry palettes across all 16 bundled themes. A newfetch_label_colorsconfig option (defaulttrue) switches back to always using the theme palette (#295) — thanks @rcieri. - Complete theme coverage — Every remaining hardcoded RGB value was replaced with semantic theme tokens so all surfaces honor the active theme: the diff view (unified and side-by-side addition/deletion lines, gutters, separators, empty panes, draft/current comment overlays, file-tree stats), markdown rendering (headings, list bullets, blockquotes, code), and the diff selection/search-match highlight backgrounds (#295) — thanks @rcieri, @vctls
Fixed
- Windows CI test race — Unit tests that mutate process-global environment variables (config paths, cache dirs) are now serialized on a shared
config::TEST_ENV_MUTEX, eliminating an intermittentpage_sizeassertion failure on Windows where one test'sGLAB_TUI_CONFIGmutation leaked into another test'sConfig::load()(#296) — thanks @rcieri.
Changed
- Release tooling —
scripts/release.shgained animated spinner and progress-bar helpers: preflight checks, release builds, demo-GIF generation, PR-merge polling, and the branch push now run with a live spinner and captured logs (auto-disabled when not a TTY), and release phases are numbered (1/7…) for clearer progress reporting (#296) — thanks @rcieri. - Documentation — README package-manager version badges (crates.io, GitHub releases, Homebrew, Scoop, Docker) consolidated into the header badge row, and the Homebrew badge re-pointed at the main repo's release tags (the tap repo publishes no releases of its own) — thanks @rcieri.
Dependencies
- Bump
toml1.1.3→1.1.4(#292) - Bump CI Actions
docker/login-action4.5.2→4.6.0(#293) - Bump CI Actions
actions/stale10.4.0→11.0.0(#294)
Contributors
Full Changelog: v0.8.2...v0.8.3
v0.8.2
What's Changed
Added
- MR/PR review state at a glance — The MR/PR table now surfaces Approval (
CHG/CHANGES,AWAITING,APPROVED,REVIEW REQ), Mergeable (CONFLICT,REBASE,CLEAN,CHECKING), and Workflow (Returned,Review req,Yours,Approved,By others,Inactive) columns with color-coded icon badges, reordered so the status indicators sit together at the front of the table. GitLab state comes from a single bulk GraphQL query; GitHub derives it from the nativegh pr listreview/merge fields. Pending approvals repeat one icon per approval still needed, and GitLab'sblocking_discussions_resolvedflag is surfaced alongside (#270, #274) — thanks @zenibako. - Rebase & revoke approvals —
Rrebases the source branch onto the target on both hosts (gated by mergeability: conflicted MRs must be resolved locally, already-clean MRs are skipped), andArevokes your approval on GitLab (ghhas no revoke path) — both behind the standard confirm popup (#270) — thanks @zenibako. - Filter picker aligned with the table — Value-based column filter selectors now show the exact text the table renders (
OPEN/CLOSED,CONFLICT/REBASE/CLEAN,SUCCESS/FAILED, …). Legacy lowercase values already saved inconfig.tomlor the cache keep working through automaticnormalize_filter_value()normalization (#274) — thanks @rcieri. api_per_pageconfiguration — Newapi_per_pagekey bounds the per-request response size (clamped to GitLab's accepted1–100per_pagerange) for issues, MRs, pipelines, and labels — a workaround for GitLab instances that truncate large JSON response bodies (#269, #272) — thanks @zenibako.- Rosé Pine themes — Three new bundled presets:
rose-pine,rose-pine-moon, androse-pine-dawn(16 bundled themes total) (#278) — thanks @vctls. - Theme polish — The root canvas background is now painted for every theme, the
defaultandcleanpresets use pure black backgrounds, and the light-theme demo GIF was re-recorded. The hardcoded in-code fallback theme was removed:Theme::default()now derives directly fromsrc/themes/default.toml, so the bundled TOML is the single source of truth (#282) — thanks @rcieri.
Fixed
- Milestone removal & attribute clearing — Milestones can now be removed (empty /
Noneselector value) and attributes cleared from the edit menu and bulk updates, and the premature tab-refresh race after edit submission was eliminated (#281) — thanks @rcieri. - Cached filter compatibility — Pre-existing saved column filters stored with the old lowercase display values are normalized transparently, so no config or cache migration is required after upgrading (#274) — thanks @rcieri.
- Overlay & diff view backgrounds — Popup overlays (edit menus, selectors, confirm dialogs, column filters) and the diff view now paint the active theme background instead of resetting to the terminal default color, so every surface renders consistently with the chosen theme on terminals whose default background differs from
bg— thanks @rcieri.
Changed
- Release tooling —
scripts/release.shnow interactively selects the opencode model (provider → model → variant) used for regenerated docs and release notes, viafzfwith a numbered-menu fallback; setOPENCODE_MODELto skip the prompt (#283) — thanks @rcieri. - Test robustness —
workflow_dispatchinput parsing now tests against an inline fixture instead of reading a repository workflow file (#271); new unit tests cover MR keybinding collision detection, bundled-theme parsing,api_per_pageclamping, MR state derivation, and filter normalization — thanks @zenibako. - Documentation — Backend docs describe
_per_requestsemantics (no-op on GitHub, which paginates via--limit), and the generatedconfig.tomldocumentsapi_per_page; the README CI badge now points atrust.yml(#272) — thanks @rcieri.
Contributors
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
Fixed
- Nested GitLab subgroups — Remote project paths are now parsed by a shared
git_helpers::parse_project_paththat preserves the full namespace path instead of truncating to the last two segments. Projects in nested subgroup namespaces (e.g.group/subgroup/project) on self-hosted GitLab no longer fail with "Project Not Found"; the parser also handlesssh://URLs, explicit ports, and embedded credentials, and the offline cache is keyed identically (#256) — thanks @zenibako. - Review submission popup — Submitting a review with pending draft comments now uses the standard confirmation popup with styled
[ YES ]/[ NO ]buttons (h/lto toggle,Enter/yto confirm,n/Escto cancel) instead of the barey/nkeybinds, consistent with every other destructive action (#247, #248) — thanks @rcieri. - Pipeline creation with variables — Fixed the
glab ci runflag name (--variable→--variables) and stopped passing--mrwhen custom variables orworkflow_dispatchinputs are set, so pipelines triggered with variables/inputs now run correctly (#258) — thanks @leogargitter. - Release build caching —
rust-cacheis skipped on release tag builds to avoid restoring stale caches, and the git identity is configured before the Homebrew/Scoop manifest commits (#260, #264) — thanks @rcieri.
Changed
- Local-first release orchestration — All release automation consolidated into a single
scripts/release.shorchestrator: preflight checks, version bump, doc and demo-GIF regeneration via headlessopencode, achore: prepare releasePR with a review gate, squash-merge and tag, release build wait, release notes with contributor attribution, Homebrew/Scoop manifest sync, GHCR image push, and crates.io publish. Theprepare-releaseandpost-releaseworkflows were removed;release.ymlnow only builds the cross-platform binary matrix — thanks @rcieri. - CI hardening — All third-party GitHub Actions pinned to commit SHAs (versions kept as comments for update tooling) so no step can be re-pointed to unreviewed code;
dtolnay/rust-toolchainnow takes an explicittoolchaininput (#250) — thanks @Thibaud-Vdb. - Filtering & keybinding documentation — README expanded with a Filtering, Grouping & Columns walkthrough and complete per-tab keybinding tables (including the remappable
config.tomlkey for every binding); the in-app?help overlay surfaces the configure/filter workflow, and stale shortcuts (pipeline artifact download, milestoneJ/K) were removed (#261) — thanks @rcieri. - Dead code removal — Removed the unused
KeybindingPipelines.download_artifactconfig key (no handler exists;dcancels) and the never-invokedhandle_entity_updatefunction along with its now-unused imports (#261) — thanks @rcieri. - Demo GIFs — Restored the original higher-quality demo recordings, reverting the earlier GIF compression — thanks @rcieri.
Contributors
- @rcieri
- @leogargitter
- @Thibaud-Vdb
- @zenibako
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
Added
- Mouse support — Click to navigate and interact with all overlays, modals, sidebar tabs, and table scrolling via mouse events (#216, #227, #228).
- Bulk editing — Select multiple issues or merge requests and apply batch operations (close, reopen, label, assign) in a single action (#215, #230).
- Create MR/PR from issue — Press
mon a selected issue to instantly create a merge/pull request from it, with automatic branch creation and push (#185, #229). - CLI subcommands — New
doctorandclean-cachesubcommands for system diagnostics and cache management (#178, #237). - Todos/Notifications tab overhaul — Badges, relative
time_agotimestamps, an explicit Updated column, and fuzzy search across all todo columns (#158, #239). - Milestone visual progress bar — Replaces plain percentage text with a rendered progress bar in the milestones table column (#161, #238).
- Configurable sidebar and terminal pane — New
UiConfigsection inconfig.tomllets users set sidebar width and toggle sidebar/terminal pane visibility (#223). - Edit menu mnemonics footer — Keybinding hints displayed at the bottom of edit menus for quick reference (#220).
- Pipeline search and group-by — Filter and group pipelines by Name, Event, SHA, and Actor columns (#221).
- Run pipeline dialog — Gated on backend availability with appropriate messaging when the feature is not supported (#222).
- Related pipelines from MR detail — Press
Pin MR detail view to list pipelines associated with the selected merge request (#212). - Manual GitLab job start — Press
Sto start manual (blocked) GitLab CI jobs from the job view (#214). - Unified Modal component — Reusable double-bordered modal widget for consistent overlay rendering (#210).
- Auto-dismiss error toasts — Error messages render as timed notification toasts instead of persistent overlays (#211).
- BackendKind enum — Runtime backend identification with terminology helpers (
term()) for host-aware UI strings (#206). - Semantic theme tokens — Label palette, clean preset, and expanded color token system for finer-grained UI theming (#207).
- workflow_dispatch inputs — Detects and prompts for
workflow_dispatchinputs when triggering GitHub Actions pipelines. - Performance optimizations — Cached repo attributes, reduced over-fetching of unchanged data, and streamlined mutation handlers (#240).
Fixed
- GitHub PR draft toggle — Fixed
gh pr edit --draft→gh pr ready --undofor marking PRs as draft. - Help overlay completeness — All missing keybindings now documented; switched from hardcoded to config-backed rendering (#236).
- Cache staleness — Milestone issues no longer served stale; GitHub branch metadata correctly fetched (#235).
- Quote stripping —
extract_quotesnow only strips outer matching quote pairs (#234). - Mouse click targeting — Selector click handler properly accounts for search bar and footer height (#227).
- Confirm popup with mouse — Backend methods used for confirm action execution; event-sending bugs resolved (#227).
- Responsive column widths — Table columns now adapt gracefully on 80-col terminals (#224).
- GitHub job stage name — Uses workflow name instead of raw job identifier for GitHub Actions stage column (#213).
- GitLab milestone fixes — Corrected milestone update and deletion behavior.
Changed
- In-terminal hints removed — All inline status hints removed from the UI; functionality consolidated into the help overlay (
?) (#226). - Edit menu terminology — Standardized field labels using the new
FieldTypeenum (#225). - Terminology extraction — Hardcoded host-aware strings moved into
BackendKind::term()for single-source-of-truth (#206). - CI release automation — Submodules removed;
post-release.ymlnow updates Homebrew and Scoop manifests directly.
Dependencies
- Add
clap4 (withderivefeature) — CLI argument parsing - Add
serde_yaml0.9 — YAML support fordoctordiagnostics output
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
Added
- Backend trait system — Extracted a unified
Backendtrait (src/backend/mod.rs) with dedicatedGlabBackend(src/backend/glab.rs) andGhBackend(src/backend/gh.rs) implementations, replacing the oldsrc/gitlab/translation layer. The trait provides ~40 methods covering all API interactions with proper async dispatch (#165). - Domain model layer — Consolidated domain types into
src/domain/with clean modules for branches, deployments (Environment & Deployment), issues, milestones, mr, notifications, pipelines, releases, and runners, each with serde-powered structs and dedicated list/get helpers. - crates.io publishing — Package renamed to
glab-tui-crate(binary staysglab-tui) for publishing on crates.io;cargo install glab-tui-cratenow works. - Homebrew & Scoop distribution — Added
.gitmodulesforhomebrew-glab-tuiandscoop-glab-tuimanifest repos, with CI automation to update formulas on release. async-traitdependency — Addedasync-trait = "0.1.89"to support the new asyncBackendtrait.
Fixed
- is_draft detection — Fixed draft status not being correctly parsed from GitLab MR responses.
- GitLab nerd font icons — Replaced custom nerd font GitLab icon with standard FontAwesome icon for better cross-terminal compatibility.
- Repository argument encoding — Removed spurious URL encoding from
glabnative subcommand-Rarguments, fixing entity fetch failures when project paths contain special characters (#181). - Non-blocking CLI commands — Reverted to non-blocking subprocess spawning to prevent UI freeze during CLI calls (#183).
- Diff rename handling — Fixed diff parsing when files are renamed, ensuring renamed file diffs are displayed correctly (#184).
- Terminal output corruption — Resolved extraneous printouts corrupting the terminal display (#173).
- Trace view regression — Fixed the job trace viewer that was not displaying output (#172).
- Code injection mitigation — Applied escaping fixes for CodeQL security alert #25 (shell argument injection) (#168).
- macOS CI hangs — Prevented
cargo testfrom hanging on macOS runners by fixing PTY lifecycle. - Duplicate release notes — CI now generates release notes only once in the matrix build.
Changed
- Architecture overhaul — Removed the entire
src/gitlab/module tree. Replaced withsrc/backend/(trait + per-host impls) andsrc/domain/(data types + logic). TheGitlabClientnow lives insrc/domain/client.rsand delegates to the backend trait. - Package identity — Cargo package renamed from
glab-tuitoglab-tui-crateto free theglab-tuiname for the binary. The install command changes tocargo install glab-tui-crate. - Release automation — CI
release.ymlnow triggers manifest updates on Homebrew and Scoop submodules after a release publish.
Dependencies
- Bump
tomlfrom0.8to1.1.3+spec-1.1.0 - Bump
tokiofrom1.52.3to1.53.0 - Add
async-trait0.1.89 - Bump
the patch-updates groupwith 4 dependency updates - Bump
docker/login-action,docker/build-push-action,actions/checkout(CI)
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
Added
- Nerd Font icon system — All tab titles, status badges, labels, and UI indicators can now render nerd font icons. Uses hardcoded defaults that are not user-configurable (#156).
- Pipeline / Action status in MR/PR pane — The MR/PR details panel now displays the pipeline (GitLab) or workflow action (GitHub) status graphically with stage dots, adapting terminology to the remote host (#144, #126).
- Confirmation prompts for destructive actions — Closing issues, closing MRs, merging MRs, and deleting branches/releases/milestones now show a confirmation dialog before executing (#141, #146).
- Entity deletion — Issues and merge requests can now be deleted directly from the TUI. New
delete_entitykeybinding added (#150). - Fetchable selectors for free-form fields — Branch inputs, environment selectors, and other free-form fields were upgraded to fetchable
Selectorlists with fuzzy matching (#145). - Improved cache persistence — Selector items and milestone issues are now persisted to disk cache alongside API payload data, reducing redundant network fetches on tab switches (#147).
Fixed
- Column widths bounded — All table columns now use fixed
Lengthconstraints instead ofFill, guaranteeing every column stays within the terminal viewport (#125, #155). - Config auto-create removed —
Config::load()no longer writesconfig.tomlon startup when missing. The file is now created only by an explicitsave_view/save_layoutaction (#74daa1b). - Homebrew installation — Fixed wrong version pinning and corrected the installation method in the Homebrew formula (#148).
- E2E test deadlocks — Resolved deadlocks in parallel PTY spawning by preparing process allocations before forking (#fcb16b3, #4118699).
- Install script asset matching —
install.shnow matches exact asset names to avoid downloading multiple release URLs (#c6acf24).
Changed
- Tab titles — Now include nerd font icons. Falls back gracefully on non-nerd-font terminals via config override.
- Pipeline column in MRs — Renamed to "Pipeline" on GitLab, "Action" on GitHub, gated by host detection.
- Confirmation UX —
ConfirmActionenum expanded with new variants; newconfirm_popup_selected_yesstate field.
Dependencies
- Bump
docker/login-actionfrom 3 to 4 - Bump
docker/build-push-actionfrom 6 to 7
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
Added
- Save view configurations — Inline page size editing, multi-page fetching, and config persistence validation in the configuration view (#142).
- Milestone tracker & editing — Support editing milestone fields, color-coded progress bars, caching milestone issues to avoid redundant network fetches, and dynamically rendering milestones column headers (#106, #110, #140).
- Release creation & editing — Support structured release creation and editing via
EditMenu, along with commit metadata and assets link rendering in the release preview (#106, #110). - Issue, MR, and PR description templates — Choose from description templates when creating new issues or merge/pull requests (#123).
- Fuzzy matching improvements — Upgrade pipelines, jobs, and branch/workflow selectors to use
SkimMatcherV2fuzzy matching, matching the merge request list (#103). - Run pipeline workflow/branch selectors — Autocomplete and search local/remote branches and CI configuration files when triggering pipelines (#103).
- Packaging and manifests — Add Docker container support, Scoop, and Homebrew formula packages with manifest auto-bumping utilities (#107).
Fixed
- GitHub PR Ready — Use correct
gh pr readysubcommand instead of the invalidgh pr edit --readyflag when marking GitHub PRs ready (#103). - Runner details panel — Hide details pane if not applicable/empty (#109).
- UTF-8 characters in labels — Prevent panic on label truncation with multi-byte characters by ensuring truncation snaps down to character boundaries (#93).
Changed
- Reordered Date column to the left of Release Name in the releases table.
- Moved collapse/expand matrix hint from jobs pane to help view.
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
Added
- TOML config file —
~/.config/glab-tui/config.toml(or$GLAB_TUI_CONFIG) auto-generated on first run with all options documented inline. - Theme system — choose from six bundled presets (
default,tokyo-night,gruvbox,nord,catppuccin-mocha,dracula) viatheme_presetin config; full per-color overrides supported under[theme]. - Custom theme files — place additional
<name>.tomlfiles in~/.config/glab-tui/themes/to create and share your own themes. - Fully configurable keybindings — every action across all panes is remappable in
config.tomlunder[keybindings.global],[keybindings.issues],[keybindings.mrs],[keybindings.pipelines], and[keybindings.releases]. - Interactive calendar date picker — press
Enteron Due Date / Start Date in the edit menu to open an inline calendar widget; navigate withh/l(month) andj/k(day). - Due Date column in Issues — new
Due Datecolumn in the issues table; hidden automatically when connected to GitHub. - Start Date column in Milestones — new
Start Datecolumn; hidden automatically when connected to GitHub. - Runner details panel — selecting a runner now opens a structured side-panel showing Runner ID, description, status, tags, and live job/queue metrics.
- Per-pane column config in TOML — set default visible columns, column filters, and group-by column persistently via
[issues],[mrs], etc. sections inconfig.toml.
Fixed
- Small terminal handling — gracefully degrade layout when the terminal is too small rather than panicking.
- Pipeline job cache persistence — pipeline jobs are now saved to and restored from disk cache.
- Selector "Create New" entry — always appears at the top of the list even when a filter is active.
- Empty description on GitHub — creating issues/MRs on GitHub no longer inserts a blank description field.
- GitLab-only fields hidden on GitHub — due date, weight, confidential, and start-date fields are excluded from GitHub issue/MR forms.
Ctrl+Eto open editor — unified shortcut to open$EDITORfor description fields across all edit menus.
Changed
- Config architecture refactor — keybindings, column visibility, and themes were extracted from hard-coded constants in
ui.rsinto a dedicatedconfig.rsmodule;FormattingConfigstruct removed. - Keybinding matching — all hardcoded
KeyCode::Charmatch arms replaced withkeybinding_matches()helper, enabling full runtime override fromconfig.toml. - Edit menu UI polish — edit popup border and title rendered in focused accent color; field values colored to match the details pane; date picker styled to match the details pane theme.
cancelpipeline keybinding — default changed fromctod(resolves conflict withdownload_artifact, which was alsod).- Runner tab layout — rebuilt runner details rendering: removed old flat list in favor of a structured two-pane layout (table + details panel).
Dependencies
- Bump
anyhowfrom1.0.98to1.0.103 - Bump
ratatuifrom0.30.1to0.30.2 - Bump
actions/checkoutfrom 4 to 7 (CI) - Bump
actions/stalefrom 9 to 10 (CI)
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Note on version numbering: This release was originally tagged as
v2.2.0but has been renumbered tov0.3.0for semver consistency — the jump fromv0.2.1tov2.2.0was unintentional. No code changes; only the tag name differs.What's Changed
Added
- Code review system with draft comments, multi-line comments, and code suggestions in diff view.
- Syntax highlighting in diff/patch viewer using
syntect(base16-eighties.darktheme).- Side-by-side diff layout — toggle between unified and side-by-side with
din diff view.- Value-based column filtering — filter table rows by specific column values via configure popup.
- Column grouping & ordering — merge grouping into configure view with ascending/descending sort.
- Show read notifications — toggleable via
show_readparameter on todos/notifications tab.Fixed
- ID sorting — compare ID columns numerically instead of lexicographically.
- Diff contextual naming — show "Pull Request" or "Merge Request" based on host, not both.
- Review pane focus — focus files pane on Esc, confirm drafts when closing diff.
- Line range selection — correct line range and comment target on side-by-side diff.
- UI rendering alignment — align with sorted lists, resolve borrow checker conflict.
- Row selection in grouping view — restore normal selection, editing, and column toggling.
- Group map rebuild — rebuild group map and update filters when toggling columns.
- Layout scaling — fix layout scaling issues (#71).
- POST for retry/cancel — use
-X POSTfor retry and cancel endpoints (#49).- Editor-based comments — fix comment creation via editor (#38).
--file-pathflag — use forglab mr note create.- Description template — hide from EditMenu, load on demand when editing.
- Notification command args — fix
gh api notifications?all=trueargument passing.Changed
- Refactored column configure popup — replaced old FILTERS section with unified COLUMNS, GROUP BY, and ORDER sections.
- Contextual column renaming — milestones: rename
IIDcolumn toID.- Cache directory migration — moved from
~/.glab-tui-cacheto~/.cache/glab-tui.- Extended cache persistence — now saves
enabled_columns,group_by_column,group_ascending,column_filters.- Event refactoring —
DiffFetchedchanged from tuple struct to named fields withcommentspayload.- GitHub endpoint translation — added
/retry→/rerun,/notes→/commentsmaps; pull request comment JSON translation.Dependencies
- Bump
ratatuifrom0.29.0to0.30.1- Bump
crosstermfrom0.28.1to0.29.0- Bump
chronofrom0.4.44to0.4.45- Add
syntectv5 withdefault-fancyfeaturesCI/CD
- Bump
codecov/codecov-actionfrom v4 to v7- Bump
actions/upload-artifactfrom v4 to v7- Bump
actions/labelerfrom v5 to v6- Bump
amannn/action-semantic-pull-requestfrom v5 to v6- Bump
softprops/action-gh-releasefrom v2 to v3Full Changelog: v0.2.1...v0.3.0
RELEASENOTES