aboutsummaryrefslogtreecommitdiff
path: root/docs/RelNotes/3.4.0.org
diff options
context:
space:
mode:
Diffstat (limited to 'docs/RelNotes/3.4.0.org')
-rw-r--r--docs/RelNotes/3.4.0.org33
1 files changed, 33 insertions, 0 deletions
diff --git a/docs/RelNotes/3.4.0.org b/docs/RelNotes/3.4.0.org
new file mode 100644
index 0000000..ad3d6c4
--- /dev/null
+++ b/docs/RelNotes/3.4.0.org
@@ -0,0 +1,33 @@
+* Magit v3.4.0 Release Notes (unreleased)
+** Breaking changes
+** Changes since v3.3.0
+
+- Added new function ~git-commit-turn-on-orglink~ intended for use in
+ ~git-commit-setup-hook~.
+
+- Some repository and submodule list columns got a bit fancier.
+
+- Refreshing a repository or submodule list buffer now restores the
+ previous position.
+
+- Added new face ~git-rebase-action~ to allow customization of the face
+ used for the action words in git-rebase-todo files.
+
+** Fixes since v3.3.0
+
+- Automatic saving of file-visiting buffers was broken inside remote
+ repositories that are accessed using Tramp. #4292
+
+- Worktree commands and listing worktrees in the status buffer were
+ broken inside remote repositories that are accessed using Tramp.
+ #4326
+
+- Due to a regression in v3.3.0 setting the mark did not highlight the
+ current and only selected section until a second section is selected.
+
+- Fixed calculation of gravatar image size.
+
+- The helper function ~magit-current-blame-chunk~ passed the directory
+ visited by a Dired buffer to ~git blame~, leading to some commands
+ (e.g., ~magit-checkout~) erroring when called from a Dired buffer.
+ #4560