Skip to content

Commit a00fe5a

Browse files
committed
Merge branch 'master'
2 parents 903eb53 + a828bd2 commit a00fe5a

File tree

18 files changed

+360
-88
lines changed

18 files changed

+360
-88
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,3 @@ updates:
55
schedule:
66
interval: daily
77
open-pull-requests-limit: 10
8-
ignore:
9-
- dependency-name: pprof
10-
versions:
11-
- 0.4.1

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: make build-release
6565

6666
- name: Test Install
67-
run: cargo install --path "." --force
67+
run: cargo install --path "." --force --locked
6868

6969
- name: Binary Size (unix)
7070
if: matrix.os != 'windows-latest'
@@ -123,7 +123,7 @@ jobs:
123123
run: |
124124
make test-linux-musl
125125
- name: Test Install
126-
run: cargo install --path "." --force
126+
run: cargo install --path "." --force --locked
127127

128128
build-linux-arm:
129129
runs-on: ubuntu-latest

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
### Added
1919
* support 'n'/'p' key to move to the next/prev hunk in diff component [[@hamflx](https://github.com/hamflx)] ([#1523](https://github.com/extrawurst/gitui/issues/1523))
2020
* simplify theme overrides [[@cruessler](https://github.com/cruessler)] ([#1367](https://github.com/extrawurst/gitui/issues/1367))
21+
* support for sign-off of commits [[@domtac](https://github.com/domtac)]([#1757](https://github.com/extrawurst/gitui/issues/1757))
2122

2223
### Fixes
2324
* fix commit dialog char count for multibyte characters ([#1726](https://github.com/extrawurst/gitui/issues/1726))
2425
* fix wrong hit highlighting in fuzzy find popup [[@UUGTech](https://github.com/UUGTech)] ([#1731](https://github.com/extrawurst/gitui/pull/1731))
26+
* fix symlink support for configuration files [[@TheBlackSheep3](https://github.com/TheBlackSheep3)] ([#1751](https://github.com/extrawurst/gitui/issues/1751))
2527
* expand `~` in `commit.template` ([#1745](https://github.com/extrawurst/gitui/pull/1745))
2628

2729
## [0.23.0] - 2022-06-19

0 commit comments

Comments
 (0)