Skip to content

Commit 8174bc4

Browse files
committed
docs: update CHANGELOG.md for v0.3.5
1 parent cadf66d commit 8174bc4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to gitpane are documented here.
44

5+
## [0.3.5] - 2026-03-11
6+
7+
### Fixed
8+
- High CPU usage when monitoring many repos: poll operations now limited to 4 concurrent tasks via semaphore
9+
- Duplicate status queries for the same repo are skipped when one is already in-flight
10+
- Watcher no longer triggers refreshes for events inside node_modules, target, .build, dist, vendor, .venv, __pycache__, .next, or Pods directories
11+
- Git graph no longer clones ~200 rows on every refresh when no branches are collapsed
12+
13+
### Documentation
14+
- Added all keybindings to README
15+
- Documented all configuration parameters
16+
517
## [0.3.4] - 2026-03-02
618

719
### Added

0 commit comments

Comments
 (0)