Skip to content

Commit

Permalink
Bump version to 1.1.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
yairchu committed Sep 20, 2024
1 parent 9b245da commit 354014e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ tags
.ghcid
.vscode/
.envrc
.DS_Store
9 changes: 9 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.1.0 / 2024.09.20

* `--split-markers` option to help users split large conflicts to smaller parts
* `--lines-added-around` option to auto-resolve conflicts of line added from different sides
* Command-line options are are also parsed from the `GIT_MEDIATE_OPTIONS` environment variables
* Can disable auto-resolution with the `--no-trivial`, `--no-reduce`, and `--no-line-endings` flags
* Improved `--editor` support for VS Code and Xcode
* Fixed handling of filenames containing spaces and special characters

## 1.0.9 / 2023.07.25

* Do not warn when git is set to use `zdiff3` conflict style
Expand Down
2 changes: 1 addition & 1 deletion git-mediate.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- further documentation, see https://cabal.readthedocs.io/

name: git-mediate
version: 1.0.9
version: 1.1.0
synopsis: Tool to help resolving git conflicts
description: Git conflict resolution has never been easier
.
Expand Down

0 comments on commit 354014e

Please sign in to comment.