Skip to content

Commit

Permalink
chore(release): Release 0.4.0 - Interactive Widgets on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ABausG committed Dec 5, 2023
1 parent 59e596a commit f1fcd9d
Show file tree
Hide file tree
Showing 52 changed files with 1,345 additions and 767 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: abausg
Binary file added .github/assets/target_membership.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,19 @@ jobs:
strategy:
matrix:
device:
- "iPhone 13"
- "iPhone 14"
fail-fast: false
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest
- name: Download iOS 17
run: xcodebuild -downloadPlatform ios
- uses: subosito/flutter-action@v1
with:
channel: stable
channel: beta
- uses: futureware-tech/simulator-action@v1
id: simulator
with:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.4.0
* Add support for Interactive Widgets on iOS
* Rename `registerBackgroundCallback` to `registerInteractivityCallback`
* Restructure README

## 0.3.1
* fix: Fix Null Pointer when Saving `renderFlutterWidget` by [milindgoel15](https://github.com/milindgoel15) in [#182](https://github.com/ABausG/home_widget/pull/182)
* fix: Update Gradle to 8 by [milindgoel15](https://github.com/milindgoel15) in [#155](https://github.com/ABausG/home_widget/pull/155)
Expand Down

0 comments on commit f1fcd9d

Please sign in to comment.