diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e0c3ef..c5a588b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.3.7](https://github.com/benthillerkus/betrayal/compare/v1.3.6...v1.3.7) (2023-02-24) + + +### Bug Fixes + +* broken ID generation lead to first icon always being 0x0000 ([1ba0991](https://github.com/benthillerkus/betrayal/commit/1ba0991399d0b168dfbd5348de72272895c8bd16)), closes [#30](https://github.com/benthillerkus/betrayal/issues/30) +* remove `mouseFirst` from `win_event` ([55431e9](https://github.com/benthillerkus/betrayal/commit/55431e91060e9f67592f83945751a1fceafcf6c3)) +* respond to `clear_all()` from plugin ([00aa236](https://github.com/benthillerkus/betrayal/commit/00aa2369efce2449260145791e7e5645ff3ddbbc)), closes [#31](https://github.com/benthillerkus/betrayal/issues/31) + ## [1.3.6](https://github.com/benthillerkus/betrayal/compare/v1.3.5...v1.3.6) (2023-02-24) diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml index cad3700..20b0c31 100644 --- a/dartdoc_options.yaml +++ b/dartdoc_options.yaml @@ -1,4 +1,4 @@ dartdoc: link-to-source: root: "." - uriTemplate: "https://github.com/benthillerkus/betrayal/blob/1.3.6/%f%#L%l%" # x-release-please-version + uriTemplate: "https://github.com/benthillerkus/betrayal/blob/1.3.7/%f%#L%l%" # x-release-please-version diff --git a/pubspec.yaml b/pubspec.yaml index 1c0294f..abc5602 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: betrayal description: > A plugin to setup custom system tray icons through composable widgets. -version: 1.3.6 # x-release-please-version +version: 1.3.7 # x-release-please-version homepage: https://betrayal.bent.party/ repository: https://github.com/benthillerkus/betrayal issue_tracker: https://github.com/benthillerkus/betrayal/issues diff --git a/version.txt b/version.txt index 95b25ae..3336003 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.3.6 +1.3.7