Skip to content

Release/v1.0.0#30

Merged
ozgen merged 9 commits intomainfrom
release/v1.0.0
Mar 8, 2026
Merged

Release/v1.0.0#30
ozgen merged 9 commits intomainfrom
release/v1.0.0

Conversation

@ozgen
Copy link
Owner

@ozgen ozgen commented Mar 7, 2026

No description provided.

mehmetozgen added 8 commits March 7, 2026 02:27
- filter Unversioned stash candidates against current git status - show a confirmation warning before stashing unversioned files - document git stash --include-untracked behavior in README and changelog - update unit tests for current untracked-file handling
Selected lines from the editor or diff view can now be staged without staging the entire file.  Introduce a tri-state stage model ("none" | "partial" | "all") to correctly represent files that contain both staged and unstaged changes.  Preserve partial staging during commit preparation by avoiding blanket restaging of tracked files. Newly added files modified after staging are refreshed automatically before commit.
Add tests covering patch generation for selected line ranges, including overlapping hunks, neutralized blocks, and edge cases.  Update RestageAlreadyStaged tests to reflect the new commit preparation behavior that preserves partial staging.
Update README to explain how to stage selected lines from the editor or diff view using the GW: Stage Selected Lines command.  Add partial staging information to the changelist feature description and update keywords and changelog accordingly.
@codecov-commenter
Copy link

codecov-commenter commented Mar 7, 2026

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 89.05473% with 22 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.20%. Comparing base (4edbd2a) to head (fdde405).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
src/utils/patchBuilder.ts 89.00% 4 Missing and 7 partials ⚠️
src/adapters/git/gitCliClient.ts 64.00% 6 Missing and 3 partials ⚠️
src/views/worklistDecorationProvider.ts 91.66% 0 Missing and 2 partials ⚠️
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #30      +/-   ##
==========================================
- Coverage   92.68%   92.20%   -0.49%     
==========================================
  Files          37       38       +1     
  Lines        1094     1257     +163     
  Branches      259      299      +40     
==========================================
+ Hits         1014     1159     +145     
- Misses         15       25      +10     
- Partials       65       73       +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ozgen ozgen merged commit 1a850a4 into main Mar 8, 2026
2 checks passed
@ozgen ozgen deleted the release/v1.0.0 branch March 8, 2026 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants