Skip to content

Commit 43eb5f2

Browse files
committed
update: Release 8.31
# Conflicts: # data/version.json
1 parent 4b845ef commit 43eb5f2

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": "v8.30",
3-
"name": "Release 8.30",
4-
"body": "## What's Changed\r\n\r\n* Highlight lines those come from the same change with current line in `Blame` view.\r\n* Workspace support.\r\n* [MacOS] rewrite `Open Terminal` feature.\r\n* Supports using OpenAI to generate commit message.\r\n* Do not modify the global/local git configuration if value equals with git default.\r\n* Auto focus the **NEXT** change after stage/unstage selected changes.\r\n* Allow to disable native AOT deployment\r\n* Leave the remote branch to empty when current local branch tracks no branch in selected remote while pulling changes.\r\n* Rewrite Shell/Terminal integration. You may need to re-select the shell/terminal used by this project.\r\n* Image file preview now shows the pixel size and file size.\r\n* Remember the height and width of commit list and detail panel in histories page.\r\n* Several other UI/UX changes.\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v8.29...v8.30"
2+
"tag_name": "v8.31",
3+
"name": "Release 8.31",
4+
"body": "## What's Changed\r\n* Auto detect installed terminal/shell.\r\n* Fix the issue that the `Stage/Unstage` buttons can not be accessed in diff viewer when line wrap is enabled.\r\n* **macOS & Linux:** Supports `Zed` as an external editor.\r\n* Skip auto fetching when `index.lock` file exists in the repository's git dir.\r\n* Do not create sub-nodes for detached local HEAD.\r\n* Fix the issue that new window opened on failing fetch due to missing `StrictHostKeyChecking=accept-new` for repo remote without private ssh key.\r\n* Supports parameter `${files_num}`, `${files}` and `${files:N}` in commit template.\r\n* Add an option in `Workspace` that do not restore tabs on startup.\r\n* **Windows:** Rewrite the way to fix window shadow on Windows 10.\r\n* Display commit's detail even if the commit is not shown in histories view.\r\n* **Windows:** Fix the issue that `Open in Terminal` does not navigate to project path when using `Windows Terminal`.\r\n* **Linux:** Add support for `WezTerm`\r\n* Add syntax highlighting for `Kotlin`\r\n* Add syntax highlighting for `Haxe`\r\n* Add translations for `Русский`\r\n* Several other UI/UX changes.\r\n\r\n## New Contributors\r\n* @Gama11 made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/494\r\n* @xgqt made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/498\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v8.30.1...v8.31"
55
}

0 commit comments

Comments
 (0)