Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsetragni committed Jan 3, 2024
2 parents 9ffb8c5 + 3c0ca02 commit 5064f80
Show file tree
Hide file tree
Showing 49 changed files with 3,055 additions and 1,025 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions .dart_tool/package_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
"languageVersion": "2.19"
}
],
"generated": "2023-12-18T22:12:34.996887Z",
"generated": "2024-01-03T16:47:25.412066Z",
"generator": "pub",
"generatorVersion": "3.2.0"
"generatorVersion": "3.2.3"
}
2 changes: 1 addition & 1 deletion .dart_tool/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.16.0
3.16.5
4 changes: 2 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ name: Dart

on:
push:
branches: [ "master", "hotfix", "development" ]
branches: [ "master", "hotfix", "development", "release" ]
pull_request:
branches: [ "master", "hotfix", "development" ]
branches: [ "master", "hotfix", "development", "release" ]

jobs:
build:
Expand Down
36 changes: 23 additions & 13 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [0.9.0] - 01/02/2024
### Breaking Changes
- **Pod modifications:** Now it's necessary to also add Awesome Notifications pod modification inside `PodFile` at iOS folder.
- **Receive port and send port:** The methods `sendPort.send()` and `receivePort!.listen()` now only accept serialized data, not objects. Convert your data to a map format and reconstruct it later from this format.
- **License Key (Year 2):** Starting the year 2 support of awesome suite. In case your license was generated for Year 1 and you're still under the 1-year purchase support you just need to reply to the license email requesting the free update.

### Added
- **Translation keys and Args:** Implemented support for dynamic localization in notifications. Translation keys (`titleLocKey`, `bodyLocKey`) and their respective arguments (`titleLocArgs`, `bodyLocArgs`) can now be used to localize notification content dynamically based on the user's language preference.
- **Authentication required action:** New action property that requires user authentication to proceed.

### Improvements
- **Extended Support:** We're excited to announce the commencement of our "Year 2 Support Season." This includes ongoing maintenance, regular updates, and dedicated support.
- **Flutter 3.16.5 Compatibility:** The plugin is now fully compatible with Flutter 3.16.5.

### Bug Fixes
- **Enhanced Event Handling on Android:** We've modified event handlers on Android to support negative values. This enhancement ensures more robust and reliable event management.
- **Resolved Silent Callback Issue:** Fixed a previously encountered issue where silent callbacks were missing for silent background actions.


## [0.8.3]
### Added
* New media player features (Playback state, speed and duration) for media player notifications
Expand Down
Loading

0 comments on commit 5064f80

Please sign in to comment.