Merge pull request #14853 from desktop/releases/3.0.3-beta1

Release 3.0.3-beta1
This commit is contained in:
Sergio Padrino 2022-06-22 15:28:52 +02:00 committed by GitHub
commit 67d1f50fdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 2 deletions

View file

@ -3,7 +3,7 @@
"productName": "GitHub Desktop",
"bundleID": "com.github.GitHubClient",
"companyName": "GitHub, Inc.",
"version": "3.0.2",
"version": "3.0.3-beta1",
"main": "./main.js",
"repository": {
"type": "git",

View file

@ -1,5 +1,15 @@
{
"releases": {
"3.0.3-beta1": [
"[Added] Add Aptana Studio support - #14669. Thanks @tsvetilian-ty!",
"[Fixed] Fix crash when user's locale is unsupported by the spellchecker - #14817. Thanks @tsvetilian-ty!",
"[Fixed] On Windows, remember the apps zoom level on update - #5315",
"[Fixed] Fix Markdown syntax highlighting - #14710",
"[Improved] Add context menu option to copy repository paths - #14785. Thanks @novialriptide!",
"[Improved] Allow copying paths when multiple files are selected - #14638. Thanks @tsvetilian-ty!",
"[Improved] Add support for SSH password prompts when accessing repositories - #14676",
"[Improved] Upgrade to Electron v19.0.0 - #14813"
],
"3.0.2": [
"[Fixed] Fix crash launching the app on macOS High Sierra - #14712",
"[Fixed] Terminate all GitHub Desktop processes on Windows when the app is closed - #14733. Thanks @tsvetilian-ty!"

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
if [ "$#" -ne 2 ]; then
echo "Usage: $0 <title|body> <branch-name>"