Skip to content

Commit c9b28a1

Browse files
committed
release: Version 2025.34-IW.2 - Integrate upstream improvements
- Integrated 11 carefully selected features from upstream - Vue.js syntax highlighting support - No-verify commit option - OpenAI environment variable support - Auto-sanitize branch/tag names - Custom directory scanning - LFS local cache improvements - Window dragging by toolbar - Preserve history filters - Large output optimization - Auto-CRLF fix for consistent diffs All changes tested for compatibility with fork architecture
1 parent 4a35674 commit c9b28a1

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

RELEASE_NOTES.md

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

3-
## Version 2025.34-IW.1
3+
## Version 2025.34-IW.2
4+
5+
### What's New in IW.2
6+
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.
7+
8+
## Version 2025.34-IW.1 (Previous Release)
49

510
### About This Fork
611
This is the Iniationware edition of SourceGit, featuring significant performance improvements, enhanced stability, and additional features not yet available in the upstream version.
@@ -43,6 +48,19 @@ This is the Iniationware edition of SourceGit, featuring significant performance
4348

4449
### ✨ New Features
4550

51+
#### Recently Integrated from Upstream (2025.34-IW.2)
52+
- **Vue.js Syntax Highlighting**: Added syntax highlighting support for Vue.js files
53+
- **Enhanced Menu Icons**: Improved visual clarity with new menu icons
54+
- **No-Verify Commit Option**: Support for `--no-verify` flag when committing
55+
- **OpenAI Environment Variable**: Read OpenAI API key from environment variables
56+
- **Auto-Sanitize Branch Names**: Automatically clean invalid characters from branch/tag names
57+
- **Custom Directory Scanning**: Support for scanning repositories in custom directories
58+
- **LFS Local Cache**: Load LFS images from local cache before using `git lfs smudge`
59+
- **Window Dragging by Toolbar**: Move window by dragging the toolbar area
60+
- **Preserve History Filters**: Keep history filters when checking out branches
61+
- **Large Output Optimization**: Better memory handling for large Git command outputs
62+
- **Auto-CRLF Fix**: Set `core.autocrlf=false` for consistent diff operations
63+
4664
#### GitFlow Integration
4765
- **Optimized GitFlow Operations**: Faster branch creation and management
4866
- **Smart Branch Detection**: Automatic GitFlow pattern recognition

VERSION

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

0 commit comments

Comments
 (0)