Skip to content

Commit 41ed90a

Browse files
committed
release: Version 2025.34-IW.3 - Critical stability fixes
Integrated important bug fixes from upstream: - Fixed NRE on commit double-click crash - Fixed Windows terminal crash from welcome page - Fixed empty commit dialog double-press issue - Fixed wrong diff block ending for added/deleted files - Improved large Git output memory handling - Fixed autocrlf consistency in diffs All fixes tested for compatibility with fork architecture
1 parent 0384164 commit 41ed90a

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

RELEASE_NOTES.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# SourceGit Iniationware Edition - Release Notes
22

3-
## Version 2025.34-IW.2
3+
## Version 2025.34-IW.3
4+
5+
### What's New in IW.3
6+
This critical patch release focuses on stability improvements, integrating important bug fixes from upstream SourceGit. These fixes address crashes, UI reliability issues, and functional improvements that significantly enhance the application's stability.
7+
8+
### Critical Bug Fixes
9+
- **Fixed NRE on commit double-click** - Prevents null reference exception crashes when double-clicking commits
10+
- **Fixed Windows terminal crash** - Resolves crash when opening terminal from welcome page on Windows
11+
- **Fixed empty commit dialog** - Prevents accidental double-button presses in empty commit confirmation
12+
- **Fixed wrong block ending** - Corrects diff block navigation for added/deleted files
13+
- **Fixed large output optimization** - Better memory handling for large Git command outputs
14+
- **Fixed autocrlf in diffs** - Ensures consistent diff operations across platforms
15+
16+
## Version 2025.34-IW.2 (Previous Release)
417

518
### What's New in IW.2
619
This patch release integrates 11 carefully selected improvements from the upstream SourceGit repository, focusing on features that enhance usability without compromising our performance optimizations. All changes have been tested for compatibility with our fork's architecture.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025.34-IW.2
1+
2025.34-IW.3

0 commit comments

Comments
 (0)