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
+
1
5
## 1.0.0
2
6
3
7
* First major release.
Original file line number Diff line number Diff line change 1
1
name : auto_updater
2
2
description : 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
4
4
homepage : https://github.com/leanflutter/auto_updater
5
5
6
6
platforms :
@@ -15,8 +15,8 @@ environment:
15
15
flutter : " >=3.3.0"
16
16
17
17
dependencies :
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
20
20
auto_updater_windows : ^1.0.0
21
21
flutter :
22
22
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
+
1
5
## 1.0.0
2
6
3
7
* First major release.
Original file line number Diff line number Diff line change 1
1
name : auto_updater_macos
2
2
description : macOS implementation of the auto_updater plugin.
3
- version : 1.0 .0
3
+ version : 1.1 .0
4
4
repository : https://github.com/leanflutter/auto_updater/tree/main/packages/auto_updater_macos
5
5
6
6
environment :
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
+
1
5
## 1.0.0
2
6
3
7
* First major release.
Original file line number Diff line number Diff line change 1
1
name : auto_updater_platform_interface
2
2
description : A common platform interface for the auto_updater plugin.
3
- version : 1.0 .0
3
+ version : 1.1 .0
4
4
homepage : https://github.com/leanflutter/auto_updater/blob/main/packages/auto_updater_platform_interface
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments