Skip to content

Commit 134ef8c

Browse files
committed
docs(changelog): note Windows support
1 parent 6cd350a commit 134ef8c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
`git-branchless` now runs on Windows! Big thanks to @waych for their efforts.
11+
12+
As a result of this work, `git-branchless` also includes its own build of SQLite, which should make it easier for users to install (#17).
13+
1014
- BREAKING: The configuration option `branchless.mainBranch` has been renamed to `branchless.core.mainBranch`. The old option will be supported indefinitely, but eventually removed.
1115
- EXPERIMENTAL: Created `git move` command, which rebases entire subtrees at once. Not currently stable.
1216
- Added: `git branchless init` now sets `advice.detachedHead false`, to reduce the incidence of scary messages.
1317
- Added: aliasing `git` to `git-branchless wrap` improves which commands are grouped together for `git undo`, and possibly enables more features in the future.
1418
- Added: The `git-branchless wrap` command can now take an explicit `--git-executable` parameter to indicate which program to run.
19+
- Added: `git-branchless` builds on Windows (#13, #20).
1520
- Fixed: Visible commits in the smartlog sometimes showed the reason that they were hidden, even though they were visible.
1621
- Fixed: The working copy was sometimes left dirty after a `git undo`, even if it was clean beforehand.
1722
- Fixed: `git-branchless` now supports Git v2.31.
1823
- Fixed: `git restack` now doesn't infinite-loop on certain rebase conflict scenarios.
1924
- Fixed: `git smartlog` now doesn't crash for some cases of hidden merge commits.
25+
- Fixed: `git-branchless` bundles its own version of SQLite, so that the user doesn't need to install SQLite as a dependency themselves (#13).
2026

2127
## [0.3.1] - 2021-04-15
2228

0 commit comments

Comments
 (0)