Skip to content

Commit

Permalink
Bump to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iffy committed Mar 5, 2024
1 parent a80db3e commit 9390e57
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 9 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 0 additions & 1 deletion changes/break-Removed-support-for-20230710-090159.md

This file was deleted.

1 change: 0 additions & 1 deletion changes/break-Switch-to-chronos-20230125-184102.md

This file was deleted.

1 change: 0 additions & 1 deletion changes/break-You-can-set-20240105-102759.md

This file was deleted.

1 change: 0 additions & 1 deletion changes/fix-When-building-the-20240304-235501.md

This file was deleted.

1 change: 0 additions & 1 deletion changes/fix-When-signing-Android-20230222-150532.md

This file was deleted.

1 change: 0 additions & 1 deletion changes/new-Android-builds-can-20221214-153450.md

This file was deleted.

1 change: 0 additions & 1 deletion changes/new-Building-for-Android-20221214-120017.md

This file was deleted.

1 change: 0 additions & 1 deletion changes/new-Name-Android-build-20221215-103110.md

This file was deleted.

2 changes: 1 addition & 1 deletion wiish.nimble
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 9390e57

Please sign in to comment.