From bb3e9d6b26ff9f44a94d5986ee900c35313ecfc7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Apr 2022 22:15:33 +0200 Subject: [PATCH] chore(main): release 1.0.0-dev.7 (#17) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ dartdoc_options.yaml | 2 +- pubspec.yaml | 2 +- version.txt | 2 +- 4 files changed, 32 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a21ce5..31ea7ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## [1.0.0-dev.7](https://github.com/benthillerkus/betrayal/compare/v1.0.0-dev.6...v1.0.0-dev.7) (2022-04-14) + + +### ⚠ BREAKING CHANGES + +* The internal API for [_TrayIconInteraction](https://github.com/benthillerkus/betrayal/blob/b83703b7c56095ee2eca74a7e53436fa773789fd/lib/src/interaction.dart#L19-L20) changed by introducing the new [rawEvent]. + +### Features + +* retrieve the correct icon dimensions ([e8fed3b](https://github.com/benthillerkus/betrayal/commit/e8fed3b012cdf3489d7754b3e3a7a4c7c977be7a)) + + +### Bug Fixes + +* ensure that setting onTap on a not-yet-realized icon is safe ([5d2a1d6](https://github.com/benthillerkus/betrayal/commit/5d2a1d6bff2acc9aeb052352e6d0b1d0496880fd)) +* make getter for large image size return \"\" ([f01d655](https://github.com/benthillerkus/betrayal/commit/f01d65587e9f517d824b1154f06edc2013881f5a)) + + +### Miscellaneous + +* update some lock file ([393759d](https://github.com/benthillerkus/betrayal/commit/393759d1f5a2c2c3384545160957d3780aaff2f9)) + + +### Documentation + +* **example:** finish renaming into `select_image` ([95db76e](https://github.com/benthillerkus/betrayal/commit/95db76ed3a4be01eb51a472c61b612bb29c606eb)) +* **example:** improve downscaling quality ([0c08f84](https://github.com/benthillerkus/betrayal/commit/0c08f84bc51fb1845b08781ea78f1ab0b238d6cb)) +* **example:** rename `edit_icon` into `select_image` ([5e377ea](https://github.com/benthillerkus/betrayal/commit/5e377eaedd0c66774dc92c272fb9e1c8862e76ba)) + ## [1.0.0-dev.6](https://github.com/benthillerkus/betrayal/compare/v1.0.0-dev.5...v1.0.0-dev.6) (2022-04-12) diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml index 18c2dd4..b10c4a8 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.0.0-dev.6/%f%#L%l%" # x-release-please-version + uriTemplate: "https://github.com/benthillerkus/betrayal/blob/1.0.0-dev.7/%f%#L%l%" # x-release-please-version diff --git a/pubspec.yaml b/pubspec.yaml index 68be627..a8d3787 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: betrayal description: "A capable tray icon plugin for Windows. Manage multiple icons, generate their images at runtime and compose them as if they were a regular widget" -version: 1.0.0-dev.6 # x-release-please-version +version: 1.0.0-dev.7 # x-release-please-version homepage: https://betrayal.bent.party/ environment: diff --git a/version.txt b/version.txt index 4f6e4f4..438c352 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.0-dev.6 +1.0.0-dev.7