Skip to content

Commit

Permalink
chore(release): release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ABausG committed Mar 24, 2024
1 parent dd2d116 commit 365f8f9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.5.0
**Breaking Changes**
* The package now uses a library pattern so you should only import `'package:home_widget/home_widget.dart'`

**New Features**
* Jetpack Glance Support
* Support `requestPinWidget` on Android
* Support getting Information about Widgets Users have currently added to their Home and Lock Screens
* Support saving `Uint8List` on iOS

**Fixes**
* iOS Background Work not working when App was fully closed
* Launching the App on Android 14+
* iOS not compiling when using interactive Widgets with Flutter 3.19+

## 0.4.1
* Fix First Background on iOS being ignored by [mchudy](https://github.com/mchudy) in [#188](https://github.com/ABausG/home_widget/pull/188)

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: home_widget
description: A plugin to provide a common interface for creating HomeScreen Widgets for Android and iOS.
version: 0.4.1
version: 0.5.0
repository: https://github.com/ABausG/home_widget

environment:
Expand Down

0 comments on commit 365f8f9

Please sign in to comment.