We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b9830d commit 3437fd7Copy full SHA for 3437fd7
2 files changed
.github/workflows/build-release.yml
@@ -142,6 +142,7 @@ jobs:
142
exec/android/flutter-apk/*
143
ExCode-linux.zip
144
ExCode-win.zip
145
+ exec/win/ExCode.msix
146
# ExCode-mac.zip
147
148
body_path: CHANGELOG.md
CHANGELOG.md
@@ -3,11 +3,15 @@
3
All notable changes to this project will be documented in this file.
4
For currently known issues, check the [GitHub issues tab](https://github.com/dhzdhd/ExCode/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
5
6
-## 0.5.1 | 13-01-2023
+## 0.5.1 | 17-01-2023
7
8
### Additions
9
10
-- Added msix installer for Windows
+- Added msix installer for Windows.
11
+
12
+### Fixes / Improvements
13
14
+- Migrate to custom pastebin implementation to avoid CORS issues.
15
16
## 0.5.0 | 06-01-2023
17
0 commit comments