File tree Expand file tree Collapse file tree 6 files changed +17
-5
lines changed
auto_updater_platform_interface Expand file tree Collapse file tree 6 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 1+ ## 1.1.0
2+
3+ * [ macos] Add support for Sparkle channels via new ` setAllowedChannels ` method (#74 )
4+
15## 1.0.0
26
37* First major release.
Original file line number Diff line number Diff line change 11name : auto_updater
22description : This plugin allows Flutter desktop apps to automatically update themselves (based on sparkle and winsparkle).
3- version : 1.0 .0
3+ version : 1.1 .0
44homepage : https://github.com/leanflutter/auto_updater
55
66platforms :
@@ -15,8 +15,8 @@ environment:
1515 flutter : " >=3.3.0"
1616
1717dependencies :
18- auto_updater_macos : ^1.0 .0
19- auto_updater_platform_interface : ^1.0 .0
18+ auto_updater_macos : ^1.1 .0
19+ auto_updater_platform_interface : ^1.1 .0
2020 auto_updater_windows : ^1.0.0
2121 flutter :
2222 sdk : flutter
Original file line number Diff line number Diff line change 1+ ## 1.1.0
2+
3+ * Add support for Sparkle channels via new ` setAllowedChannels ` method and the ` allowedChannels ` delegate.
4+
15## 1.0.0
26
37* First major release.
Original file line number Diff line number Diff line change 11name : auto_updater_macos
22description : macOS implementation of the auto_updater plugin.
3- version : 1.0 .0
3+ version : 1.1 .0
44repository : https://github.com/leanflutter/auto_updater/tree/main/packages/auto_updater_macos
55
66environment :
Original file line number Diff line number Diff line change 1+ ## 1.1.0
2+
3+ * Add support for Sparkle channels via new ` setAllowedChannels ` method.
4+
15## 1.0.0
26
37* First major release.
Original file line number Diff line number Diff line change 11name : auto_updater_platform_interface
22description : A common platform interface for the auto_updater plugin.
3- version : 1.0 .0
3+ version : 1.1 .0
44homepage : https://github.com/leanflutter/auto_updater/blob/main/packages/auto_updater_platform_interface
55
66environment :
You can’t perform that action at this time.
0 commit comments