Releases: benthillerkus/betrayal
Releases · benthillerkus/betrayal
v1.3.7
1.3.7 (2023-02-24)
Bug Fixes
- broken ID generation lead to first icon always being 0x0000 (1ba0991), closes #30
- remove
mouseFirst
from win_event
(55431e9)
- respond to
clear_all()
from plugin (00aa236), closes #31
v1.3.6
1.3.6 (2023-02-24)
Bug Fixes
Documentation
- just add some alibi stuff to trigger
release-please
again (be5c4ce)
v1.3.0
1.3.0 (2023-02-23)
⚠ BREAKING CHANGES
- bumps minimum Flutter version to 3.7 and Dart to 2.19
Miscellaneous
v1.2.5
1.2.5 (2022-07-27)
Documentation
- readme: improve rendering on pub.dev (167edb4)
Miscellaneous
- deps: bump flutter_lints from 1.0.4 to 2.0.1 (#28) (5b36e87)
v1.2.4
1.2.4 (2022-05-16)
Documentation
- demonstrate integration with leanflutter/contextual_menu (9704cf6), closes #4
- example: fix crash when trying to downscale image on isolate (dacf5ae)
- example: make context menu usable through leanflutter/window_manager (37d0789)
- example: remove unused dependency (c1ad065)
v1.2.3
1.2.3 (2022-04-20)
Documentation
- fix typo in generic description for enum extensions (47c01c0)
Miscellaneous
- pubspec: slightly reduce cringiness of description (78e47f6), closes #24
- update deps, format file (03ca002)
v1.2.2
1.2.2 (2022-04-18)
Miscellaneous
- pubspec: fix typo (1210cdc)
- pubspec: improve metadata for pub.dev (6e9309d)
Documentation
- pubspec: add example readme as link to external documentation (1f740bc)
- readme: improve readability a bit (ce33aff)
v1.2.1
1.2.1 (2022-04-18)
Bug Fixes
- improve code quality for custom ids feature (35583f7)
- native: let Windows handle all unhandled user type messages (22625a4)
Documentation
- example: make
add_many
example more understandable (5cadfb8)
v1.2.0
1.2.0 (2022-04-18)
Features
- allow setting a custom value for icon id (829c287)
Bug Fixes
- don't return default values for
preferredImageSize
(b2540f2), closes #10
v1.1.0
1.1.0 (2022-04-17)
⚠ BREAKING CHANGES
BetrayalPlugin()
and BetrayalLogConfig()
have been replaced with .instance
respectively.
Bug Fixes
Documentation
- example:
add_many
visualize all icons as a grid (315aa0f)
- example: refactor add_many example. (cca1c42)
- readme: add short section about hot restart (0e52401)
Miscellaneous
- branding: improve font kerning in art assets (18fbd94)
- make singletons explicit (772730e)
- mark
.instance
s as protected (7d9dafd)