diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-04-01 19:52:09 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-04-01 19:52:09 +0200 |
| commit | b3e4f956d40d9febc9fe442697876e8451f17956 (patch) | |
| tree | 34c2944f31edc1f671aa4de69cb3fcbea9d5e66a | |
| parent | 993cdf0aa4e4fee150aa583d937a9f4d2dde2928 (diff) | |
Update changelog
| -rw-r--r-- | CHANGELOG | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -3,9 +3,9 @@ - Removed legacy options ~magit-wip-*-mode-lighter~. 225ea6fd00 -- ~magit-log-current~ now falls back to displaying log for ~HEAD~ if no - branch is checked out, and the now redundant ~magit-log-head~ is no - longer displayed in the ~magit-log~ menu by default. c8b1e12bd5 +- ~magit-log-current~ now falls back to displaying the log for ~HEAD~ if + no branch is checked out, and the now redundant ~magit-log-head~ is + no longer displayed in the ~magit-log~ menu by default. c8b1e12bd5 - Renamed ~magit-merge-into~ to ~magit-merge-dissolve~ and changed the key binding in the ~magit-merge~ menu from ~i~ to ~d~. The descripton @@ -16,6 +16,9 @@ - Added new option ~magit-process-apply-ansi-colors~ (but discourage its use). #5348 +- Support for Ido has been moved out into a new package ~magit-ido~. + 6aec967ee4 + Bugfixes: - ~magit-after-save-refresh-buffers~ did not respect @@ -32,7 +35,9 @@ Bugfixes: - After applying a hunk, the buffer was refreshed twice. #5343 -Also contains code cleanups and other fixes. +- The diff shown by ~magit-diff-paths~ was not washed. #5093 + +Also contains more code and documentation cleanups and improvements. * v4.3.1 2025-03-02 @@ -43,7 +48,7 @@ Also contains code cleanups and other fixes. - Added new commands ~magit-previous-reference~ and ~magit-next-reference~, with entry point ~C-c C-r~. Enable ~repeat-mode~ to keep navigating with ~p~ and ~n~. #5310 - + Bugfixes: - ~magit-commit-revise~ failed if no arguments were used. #5306 |
