Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
feat(sync): Synchronize updates a170ddead89f1bc821f7bab2696ab2af07f89530
Browse files Browse the repository at this point in the history
  • Loading branch information
gouzil committed Nov 13, 2022
1 parent 2f1f472 commit 778afae
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Original-README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GitHub app. 它是用 [TypeScript](https://www.typescriptlang.org) 和 [React](h

## 这是一个什么项目?

这是一个把github desktop翻译成中文的项目, 当前翻译版本[release-3.1.0](https://github.com/gouzil/github-desktop-zh/tree/release-3.1.0)
这是一个把github desktop翻译成中文的项目, 当前翻译版本[release-3.1.1](https://github.com/gouzil/github-desktop-zh/tree/release-3.1.1)

## 在哪里可以下载到?

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

## 这是一个什么项目?

这是一个把github desktop翻译成中文的项目, 当前翻译版本[release-3.1.0](https://github.com/gouzil/github-desktop-zh/tree/release-3.1.0)
这是一个把github desktop翻译成中文的项目, 当前翻译版本[release-3.1.1](https://github.com/gouzil/github-desktop-zh/tree/release-3.1.1)

## 部分截图

Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "GitHub Desktop",
"bundleID": "com.github.GitHubClient",
"companyName": "GitHub, Inc.",
"version": "3.1.0",
"version": "3.1.1",
"main": "./main.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion app/src/lib/stores/app-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5206,7 +5206,7 @@ export class AppStore extends TypedBaseStore<IAppState> {

public _setConfirmUndoCommitSetting(value: boolean): Promise<void> {
this.confirmUndoCommit = value
setBoolean(confirmForcePushKey, value)
setBoolean(confirmUndoCommitKey, value)

this.emitUpdate()

Expand Down
3 changes: 3 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"releases": {
"3.1.1": [
"[Fixed] App correctly remembers undo commit prompt setting - #15408"
],
"3.1.0": [
"[Added] You can diff a consecutive range of commits - #14682",
"[Added] Submodule changes now display an explanatory, interactive diff screen - #15176",
Expand Down
Binary file added docs/images/image1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/image2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/image3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 778afae

Please sign in to comment.