Skip to content

Commit 812fc3d

Browse files
committed
update: Release 2025.38
Signed-off-by: leo <[email protected]>
1 parent 24a8f53 commit 812fc3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data/version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"tag_name": "v2025.37",
3-
"name": "2025.37",
4-
"body": "## What's Changed\r\n\r\n* Improve the commit detail panel performance and memory usage.\r\n* Add `${pure_files}` and `${pure_files:N}` built-in variables to output file names without dir in commit template.\r\n* Fix the issue that scanning repositories does not work when both global and workspace default clone dirs are not configured.\r\n* Supports to use `Zed` as external editor on Windows.\r\n* Using monospace font in text-editor only by default and remove it from `Preferences` window.\r\n* Using fixed tab-width in title bar by default and remove it from `Preferences` window.\r\n* Supports to create pull request with selected branch or its upstream.\r\n* Supports to push to a custom (new) remote branch.\r\n* Use `git-bash.exe` instead of `bin/bash.exe` when choosing `Git Bash` on Windows.\r\n* Change the hotkey to open workspace switcher from `Ctrl+Shift+P/⌘+⇧+P` to `Ctrl+Alt+P/⌘+⌥+P`.\r\n* Supports to copy full message from multiple selected commit in `HISTORY`.\r\n* Rewrite the way to query `git-lfs` locks.\r\n* Supports to go to previous revision (not in undo/redo history, but the file itself) in `Blame` view.\r\n* Add `Korean` (ko_KR) translations.\r\n* Allows to customize conventional commit types (pre-repo) in `Repository Configuration` window.\r\n* Enable multiple-selection for `Changes Detail`/`Stash Changes`/`Branch Compare`/`Revision Compare`.\r\n* Show repo's status in `Welcome` page.\r\n* **Linux:** Supports to find `zed` or `zeditor` from `PATH` or `~/.local/bin`.\r\n* Rewrite the way to load commit message from `.git/MERGE_MSG` or `.git/rebase-merge/message` when there is some operation in progress.\r\n* Show original pick-order of commits in `Interactive Rebase` window.\r\n* Allows to re-order multiple commits in `Interactive Rebase` window.\r\n* Upgrade `AvaloniaUI` to `11.3.8`.\r\n* Rewrite `Ctrl+P/⌘+P` feature to allow opening another repo from it.\r\n* Several other UI/UX changes.\r\n\r\n## New Contributors\r\n* @Junhyung-Choi made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/1864\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.36...v2025.37"
2+
"tag_name": "v2025.38",
3+
"name": "2025.38",
4+
"body": "## What's Changed\r\n\r\n* Fix the issue that closing a repo which is already deleted in filesystem will crash this app.\r\n* Add hotkey `Ctrl+Shift+P/⌘+⇧+P` to open repository command palette.\r\n* Supports to use `Tab` to navigation focus in command palette.\r\n* Add `File` scope and built-in variable `${FILE}` for custom actions.\r\n* Rewrite interactive-rebase workflow.\r\n* Rewrite the commit message editor control.\r\n* Supports to open file with detected external editors.\r\n* Supports to unlock all files that locked by current user in `LFS Locks` window.\r\n* Supports to use CLI command `<SOURCEGIT_EXECUTABLE> --file-history <FILE_PATH>` to view given file history only.\r\n* **BREAKING CHANGE:** Save history filters into `$GIT_DIR/sourcegit.filters` to support different filters between worktrees.\r\n* User's input for commit searching will be remained until repo is closed.\r\n* Change `Conventional Commit Message Helper` window from modal dialog to normal.\r\n* Remove invalid filter after deleting branch/tag.\r\n* Fix the issue that the last line without a newline at end of file can not be discard.\r\n* Load commit message after cherry-picking another commit with `-n` option.\r\n* Several other UI/UX changes.\r\n\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.37...v2025.38"
55
}

0 commit comments

Comments
 (0)