mirror of
https://github.com/desktop/desktop
synced 2024-10-30 15:45:17 +00:00
commit
2dfe2e95fe
2 changed files with 13 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
"productName": "GitHub Desktop",
|
"productName": "GitHub Desktop",
|
||||||
"bundleID": "com.github.GitHubClient",
|
"bundleID": "com.github.GitHubClient",
|
||||||
"companyName": "GitHub, Inc.",
|
"companyName": "GitHub, Inc.",
|
||||||
"version": "2.7.2-beta2",
|
"version": "2.7.2",
|
||||||
"main": "./main.js",
|
"main": "./main.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -1,5 +1,17 @@
|
||||||
{
|
{
|
||||||
"releases": {
|
"releases": {
|
||||||
|
"2.7.2": [
|
||||||
|
"[Added] Create branch during cherry-picking via the context menu - #11903",
|
||||||
|
"[Added] Suggest macOS users move the app to `/Applications` to prevent issues - #11846",
|
||||||
|
"[Fixed] Undo cherry-picking onto a remote branch now works as expected - #11921",
|
||||||
|
"[Fixed] Dragging commits onto current branch no longer results in a broken state - #11915",
|
||||||
|
"[Fixed] Get correct commit summary info in rebase - #11853",
|
||||||
|
"[Improved] Cancel drag operation with escape key - #11925",
|
||||||
|
"[Improved] Cherry-pick commits onto a pull request with drag and drop - #11922",
|
||||||
|
"[Improved] Option to change the spellcheck language to English for Windows users whose system language is not English - #11589",
|
||||||
|
"[Improved] Update how privacy and usage stats info is communicated - #11845",
|
||||||
|
"[Improved] Remote Git operations are faster and less prone to errors on Windows - #11510"
|
||||||
|
],
|
||||||
"2.7.2-beta2": [
|
"2.7.2-beta2": [
|
||||||
"[Fixed] Undo cherry-picking onto a remote branch now works as expected - #11921",
|
"[Fixed] Undo cherry-picking onto a remote branch now works as expected - #11921",
|
||||||
"[Improved] Cancel drag operation with escape key - #11925",
|
"[Improved] Cancel drag operation with escape key - #11925",
|
||||||
|
|
Loading…
Reference in a new issue