Commit Graph

  • 7da9e9aac4 Accepting request 1321625 from devel:languages:go factory Ana Guerrero 2025-12-09 11:52:21 +00:00
  • 976fb97429 Update to 0.57.0 Jeff Kowalczyk 2025-12-08 16:49:44 +00:00
  • 2a71a1466e Accepting request 1312276 from devel:languages:go Ana Guerrero 2025-10-21 09:15:24 +00:00
  • 4ebd5b9e97 - Update to version 0.55.1: * Fix staging when using the new useExternalDiffGitConfig config * Don't hide keybindings that match the confirmMenu key in the keybindings menu Jeff Kowalczyk 2025-10-20 04:03:38 +00:00
  • 04f88a80c0 Accepting request 1303016 from devel:languages:go Ana Guerrero 2025-09-08 07:57:23 +00:00
  • ad3e9dc8ba - Update to version 0.55.0: * Update README.md * Update translations from crowdin * Remove keybindings for menu items that are the same as the menu confirm key * Add separate keybindings for confirmMenu and confirmSuggestion * Hard-code "enter" for adding lines in integration tests * Fix <enter> keybinding for switching to a worktree * Hard-code "enter" for search prompt * Hard-code "enter" for editable prompts * Update cheatsheets for the previous commit * Refactor: add a separate Prompt view * Bump git-todo-parser * docs(VISION): fix "Dicoverability" typo * Log hashes when dropping/popping stashes * Fix command log for stash commands * Add hash field to models.StashEntry * Cleanup: bring stash loader test up to date * Fix dropping a range of stashes in filtered mode * Add test demonstrating problem with dropping stashes in filtering mode * Cleanup: remove unnecessary ToggleRangeSelect * Don't auto-forward branches that are checked out by another worktree * Add test for auto-forwarding branches that are checked out by another worktree * Add a user config for using git's external diff command for paging * Add breaking changes notice about git.paging.useConfig option * Remove the git.paging.useConfig option * Use external diff command in stashes panel * Run label check workflow only on label events and open pr event * Enhance PR/Issue templates readability * Run go generate ./... * Add "CopyToClipboard" command to ConfirmationController Jeff Kowalczyk 2025-09-06 17:33:44 +00:00
  • 94f55e4825 Accepting request 1301486 from devel:languages:go Ana Guerrero 2025-08-27 19:34:35 +00:00
  • d645bae0b7 - Update to version 0.54.2: * Improve CPU usage when flicking through large diffs * Fix delay with flicking through files or commits when git diff is very slow * Cleanup: move UpdateWindowTitle to platform-specific source files * Change color of github tag and homebrew badges to blue * Update github tag badge * Update homebrew link * Update the badge of golangci-lint in README.md * Update CONTRIBUTING.md to clarify translation contribution process * Trim trailing newlines when showing confirmations * Cleanup: remove duplicate test case * Fix the useHunkModeInStagingView hint in the breaking changes message * Stop bumping our homebrew formula Jeff Kowalczyk 2025-08-26 18:13:03 +00:00
  • fa029b4286 Accepting request 1297971 from devel:languages:go Dominique Leuenberger 2025-08-06 16:15:24 +00:00
  • 8ab8ee1808 - Update to version 0.54.1: * Stop updating Jesse's homebrew tap * Create a user-specific temp dir to avoid permission problems on multi-user machines * Updated Fedora section in the README.md file. * README.md: Update Sponsors - Packaging improvements: * Update to BuildRequires: golang(API) >= 1.24 matching go.mod Jeff Kowalczyk 2025-08-06 14:00:03 +00:00
  • 775a44aa58 Accepting request 1283765 from devel:languages:go Ana Guerrero 2025-06-10 07:03:50 +00:00
  • a6ce4f46c1 Accepting request 1283763 from home:jfkw:branches:devel:languages:go Jeff Kowalczyk 2025-06-07 04:21:11 +00:00
  • 2333feb6e2 Accepting request 1283492 from devel:languages:go Ana Guerrero 2025-06-06 20:43:03 +00:00
  • f7fb258722 Accepting request 1283491 from home:jfkw:branches:devel:languages:go Jeff Kowalczyk 2025-06-06 04:53:20 +00:00
  • 6281cc7df0 Accepting request 1280338 from home:jkuzilek:branches:devel:languages:go Jeff Kowalczyk 2025-06-06 04:43:00 +00:00
  • 2ee0ba163c Accepting request 1269700 from devel:languages:go Ana Guerrero 2025-04-16 18:40:08 +00:00
  • e8a1de5fc1 - Update to version 0.49.0: * Skip date check when release worfklow is manually invoked * Escape special characters when git-ignoring files * Add test that shows problems with git-ignoring files with special characters * Fix crash when dragging from below the end of the diff upwards and then staging the range * Refactor: extract function clampLineIdx * Update translation files from crowdin * fix: update vscode color to logo color * Add a command to select all commits of the current branch * Show "hooks disabled" in title bar of commit message editor * Cleanup: don't render the commit length when typing in the description * Prefill the commit subject with the skipHook prefix when pressing w * Use dario.cat/mergo instead of github.com/imdario/mergo * Bump go-git * Add runCommand function to Go template syntax * Move test from commit to branch * Print which git version we are using for running integration tests * Remove conditional code related to git earlier than 2.22 * Remove canUsePushTrack parameter of obtainBranches function * Bump minimum required git version to 2.22 * Provide conflict resolution dialogs for non-textual conflicts * Allow chaining of FileSystem methods * Better main view display for conflicing files * Fix the bug described in the previous commit * Add test demonstrating problem with main view display when pressing e in a stack of branches * Add pageUp/pageDown/top/bottom keybindings to focused command log panel * Add pageUp/pageDown/top/bottom keybindings to confirmation panel * Cleanup: remove unused interfaces for helpers * Cleanup: get rid of the variadic parameter of ContextMgr.Push * Enable AutoRenderHyperLinks for the tooltip view Jeff Kowalczyk 2025-04-15 15:36:26 +00:00
  • 864febc80e Accepting request 1244506 from devel:languages:go Dominique Leuenberger 2025-02-09 19:08:13 +00:00
  • 867f523b29 - Update to version 0.45.2: * Bump dependencies * Improve undo action to restore files upon undoing a commit * Collapse/expand all files in tree * Add ability to configure branch color patterns * Remove the automatic coloring of certain branch names * Automatically cut release each month * Standardise on 'screen mode' name * Use interactive shell for running shell commands only if shell is bash or zsh * Fix micro editor preset * Add number of commits to cherry-pick confirmation prompt * Adjust line number for working copy when editing a line * Combine GetPathDiff and GetAllDiff into one command (GetDiff) * Cleanup: use the upstream local variable consistently * Fix resetting or rebasing a branch to its upstream when the upstream branch name is different * Extend reset/rebase test to use upstream branch name that is different from local one * Show the <a-enter> keybinding at bottom of commit description view * Disable KeybindingsMenu using a DisabledReason when a panel is open * Don't show error toast for disabled keybindings if DisabledReason text is empty * Tweak file icons * docs: qlarify commit message prefix mechanics * provide section for openLink * Add worktree option to fast forwarding operation * update documentation to describe use of custom commands without keys specified. * Default to half-screen mode when filtering files or using the git-arg CLI arg * Add screen-mode command line argument * Update instructions for using OSC52 with tmux * Set repology table to 3 columns * Use HEX colors on file icons instead of C256 colors * Update chinese translation for pull requests Jeff Kowalczyk 2025-02-09 15:55:17 +00:00
  • 2f420a224c Accepting request 1190991 from home:amanzini:branches:devel:languages:go Jeff Kowalczyk 2024-08-01 14:26:31 +00:00
  • d66fdcedfe Accepting request 1175262 from home:jfkw:branches:devel:languages:go Jeff Kowalczyk 2024-05-19 23:06:26 +00:00
  • d37b1f6ed7 Accepting request 1161040 from devel:languages:go leap-16.1 leap-16.0 Ana Guerrero 2024-03-25 20:09:46 +00:00
  • 742c54517f Accepting request 1161039 from home:jfkw:branches:devel:languages:go Jeff Kowalczyk 2024-03-24 00:26:55 +00:00
  • eda3f4a5be Accepting request 1102777 from devel:languages:go Dominique Leuenberger 2023-08-08 13:54:59 +00:00
  • 3839f9849b Accepting request 1102776 from home:jfkw:branches:devel:languages:go Jeff Kowalczyk 2023-08-07 20:22:15 +00:00
  • c73e4bd808 Accepting request 1102485 from devel:languages:go Dominique Leuenberger 2023-08-06 14:29:39 +00:00
  • b0186befb5 Accepting request 1102484 from home:jfkw:branches:devel:languages:go Jeff Kowalczyk 2023-08-05 15:49:36 +00:00
  • e72128611b Accepting request 1100446 from home:jfkw:branches:devel:languages:go Jeff Kowalczyk 2023-07-24 19:05:02 +00:00
  • ee85736189 Accepting request 1099963 from home:jfkw:branches:devel:languages:go Jeff Kowalczyk 2023-07-22 00:45:37 +00:00
  • 462e12304a Accepting request 1099961 from home:jfkw:branches:devel:languages:go Jeff Kowalczyk 2023-07-21 22:59:20 +00:00
  • 451a9c9065 Accepting request 1092007 from home:pdostal Jeff Kowalczyk 2023-06-11 14:53:08 +00:00