From 9390e57af61a006ef6eccd9eb0c4a630d3b6c1fb Mon Sep 17 00:00:00 2001 From: Matt Haggard Date: Mon, 4 Mar 2024 23:55:57 -0500 Subject: [PATCH] Bump to v0.6.0 --- CHANGELOG.md | 11 +++++++++++ changes/break-Removed-support-for-20230710-090159.md | 1 - changes/break-Switch-to-chronos-20230125-184102.md | 1 - changes/break-You-can-set-20240105-102759.md | 1 - changes/fix-When-building-the-20240304-235501.md | 1 - changes/fix-When-signing-Android-20230222-150532.md | 1 - changes/new-Android-builds-can-20221214-153450.md | 1 - changes/new-Building-for-Android-20221214-120017.md | 1 - changes/new-Name-Android-build-20221215-103110.md | 1 - wiish.nimble | 2 +- 10 files changed, 12 insertions(+), 9 deletions(-) delete mode 100644 changes/break-Removed-support-for-20230710-090159.md delete mode 100644 changes/break-Switch-to-chronos-20230125-184102.md delete mode 100644 changes/break-You-can-set-20240105-102759.md delete mode 100644 changes/fix-When-building-the-20240304-235501.md delete mode 100644 changes/fix-When-signing-Android-20230222-150532.md delete mode 100644 changes/new-Android-builds-can-20221214-153450.md delete mode 100644 changes/new-Building-for-Android-20221214-120017.md delete mode 100644 changes/new-Name-Android-build-20221215-103110.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 68e6d37..c9aa0f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# v0.6.0 - 2024-03-04 + +- **BREAKING CHANGE:** Removed support for SDL/OpenGL. It's too much to maintain and I don't use it. +- **BREAKING CHANGE:** Switch to `chronos` as the default async backend. To use `std/asyncdispatch` compile with `-d:asyncBackend=asyncdispatch`. +- **BREAKING CHANGE:** You can set the provisioning_profile_id rather than a path to the file now +- **NEW:** Building for Android will now also create a bundle instead of just APKs +- **NEW:** Name Android build artifacts with the applicationId and version information +- **NEW:** Android builds can now be signed with `--sign` +- **FIX:** When building the Android shared library, build it as a lib instead of a main program +- **FIX:** When signing Android stuff, only sign aab files, not apk files + # v0.5.0 - 2022-12-14 - **BREAKING CHANGE:** Remove SDL2/OpenGL examples from tests. I don't use them and don't have the bandwidth to maintain them in parallel with the webview code. I expect someday that SDL2/OpenGL will return. diff --git a/changes/break-Removed-support-for-20230710-090159.md b/changes/break-Removed-support-for-20230710-090159.md deleted file mode 100644 index 7dc5bf5..0000000 --- a/changes/break-Removed-support-for-20230710-090159.md +++ /dev/null @@ -1 +0,0 @@ -Removed support for SDL/OpenGL. It's too much to maintain and I don't use it. diff --git a/changes/break-Switch-to-chronos-20230125-184102.md b/changes/break-Switch-to-chronos-20230125-184102.md deleted file mode 100644 index 7964d85..0000000 --- a/changes/break-Switch-to-chronos-20230125-184102.md +++ /dev/null @@ -1 +0,0 @@ -Switch to `chronos` as the default async backend. To use `std/asyncdispatch` compile with `-d:asyncBackend=asyncdispatch`. diff --git a/changes/break-You-can-set-20240105-102759.md b/changes/break-You-can-set-20240105-102759.md deleted file mode 100644 index 917f056..0000000 --- a/changes/break-You-can-set-20240105-102759.md +++ /dev/null @@ -1 +0,0 @@ -You can set the provisioning_profile_id rather than a path to the file now diff --git a/changes/fix-When-building-the-20240304-235501.md b/changes/fix-When-building-the-20240304-235501.md deleted file mode 100644 index 834fa56..0000000 --- a/changes/fix-When-building-the-20240304-235501.md +++ /dev/null @@ -1 +0,0 @@ -When building the Android shared library, build it as a lib instead of a main program diff --git a/changes/fix-When-signing-Android-20230222-150532.md b/changes/fix-When-signing-Android-20230222-150532.md deleted file mode 100644 index c423415..0000000 --- a/changes/fix-When-signing-Android-20230222-150532.md +++ /dev/null @@ -1 +0,0 @@ -When signing Android stuff, only sign aab files, not apk files diff --git a/changes/new-Android-builds-can-20221214-153450.md b/changes/new-Android-builds-can-20221214-153450.md deleted file mode 100644 index 9e108b2..0000000 --- a/changes/new-Android-builds-can-20221214-153450.md +++ /dev/null @@ -1 +0,0 @@ -Android builds can now be signed with `--sign` diff --git a/changes/new-Building-for-Android-20221214-120017.md b/changes/new-Building-for-Android-20221214-120017.md deleted file mode 100644 index 4bc63ed..0000000 --- a/changes/new-Building-for-Android-20221214-120017.md +++ /dev/null @@ -1 +0,0 @@ -Building for Android will now also create a bundle instead of just APKs diff --git a/changes/new-Name-Android-build-20221215-103110.md b/changes/new-Name-Android-build-20221215-103110.md deleted file mode 100644 index 61e462a..0000000 --- a/changes/new-Name-Android-build-20221215-103110.md +++ /dev/null @@ -1 +0,0 @@ -Name Android build artifacts with the applicationId and version information diff --git a/wiish.nimble b/wiish.nimble index f26603c..18dd960 100644 --- a/wiish.nimble +++ b/wiish.nimble @@ -1,5 +1,5 @@ # Package -version = "0.5.0" +version = "0.6.0" author = "Matt Haggard" description = "Why Is It So Hard to make a cross platform app?" license = "MIT"