File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## [0.30.3] - 2025-04-21
1+ ## [0.31.0] - 2025-05-05
2+
3+ ### π Features
4+
5+ - Disable filewatcher when `status.showUntrackedFiles` is off
6+ - Replace `ignore` lib with `libgit2` ignore functionality
7+ - FileWatcher now ignores changes from patterns in .gitignore
28
39### π Bug Fixes
410
5- - *(crates-io-release)* Resolve issue with publishing to crates-io
11+ - Support custom path prefixes in Git diff parser (e.g. i/... w/...) (#361)
12+ - Disable filewatcher when it fails to initialize
613
Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 0.31.0] - 2025-05-05
6+
7+ ### π Features
8+
9+ - Disable filewatcher when ` status.showUntrackedFiles ` is off
10+ - Replace ` ignore ` lib with ` libgit2 ` ignore functionality
11+ - FileWatcher now ignores changes from patterns in .gitignore
12+
13+ ### π Bug Fixes
14+
15+ - Support custom path prefixes in Git diff parser (e.g. i/... w/...) (#361 )
16+ - Disable filewatcher when it fails to initialize
17+
518## [ 0.30.3] - 2025-04-21
619
720### π Bug Fixes
Original file line number Diff line number Diff line change 11[package ]
22name = " gitu"
33description = " A git client inspired by Magit"
4- version = " 0.30.3 "
4+ version = " 0.31.0 "
55edition = " 2021"
66license = " MIT"
77
You canβt perform that action at this time.
0 commit comments