From 225022b8c4c8f35c98e1a9f8028e9e7e21d25f10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20H=C3=A4usler?= Date: Sun, 6 Mar 2022 05:15:24 +0100 Subject: [PATCH] Add native support for Apple M1 (#3089) --- .github/CHANGELOG.md | 9 +++++++++ .github/workflows/release.yml | 4 ++-- electron-builder.yml | 4 ++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 9ab66469..f1652282 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.17.1 + +- Added native support for Apple M1 (see #2983 if you have issues). + +**:beetle:Bug fix** + +- Fixed crash when key binding was unset. +- Fixed paste handler for images. + ## 0.17.0 Mark Text is now MarkText! We'd like to thank all contributors and users that have been using MarkText and worked on this release. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fc812f1e..c6078d6d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -97,12 +97,12 @@ jobs: sha256sum build/marktext-*.rpm shell: bash - # shasum -a 256 build/marktext-arm64-mac.zip - # shasum -a 256 build/marktext-arm64.dmg - name: Calculate checksums if: runner.os == 'macOS' run: | + shasum -a 256 build/marktext-arm64-mac.zip shasum -a 256 build/marktext-x64-mac.zip + shasum -a 256 build/marktext-arm64.dmg shasum -a 256 build/marktext-x64.dmg shell: bash diff --git a/electron-builder.yml b/electron-builder.yml index 9ef18fa4..23533a01 100755 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -80,9 +80,9 @@ mac: darkModeSupport: true target: - target: dmg - arch: [x64] + arch: [x64, arm64] - target: zip - arch: [x64] + arch: [x64, arm64] dmg: artifactName: "marktext-${arch}.${ext}" contents: