+12
-5
lines changedFilter options
+12
-5
lines changed Original file line number Diff line number Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
4
5
+
## [7.9.0](https://github.com/Cap-go/capacitor-updater/compare/7.8.11...7.9.0) (2025-08-16)
6
+
7
+
8
+
### Features
9
+
10
+
* add appId and pluginVersion to DownloadService and DownloadWorkerManager, update user agent in CapgoUpdater ([4a33975](https://github.com/Cap-go/capacitor-updater/commit/4a339758b25084a2cc239c7c22bd47adb7ccdcd8))
11
+
5
12
## [7.8.11](https://github.com/Cap-go/capacitor-updater/compare/7.8.10...7.8.11) (2025-08-16)
6
13
7
14
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@ public class CapacitorUpdaterPlugin extends Plugin {
59
59
private static final String statsUrlDefault = "https://plugin.capgo.app/stats";
60
60
private static final String channelUrlDefault = "https://plugin.capgo.app/channel_self";
61
61
62
-
private final String PLUGIN_VERSION = "7.8.11";
62
+
private final String PLUGIN_VERSION = "7.9.0";
63
63
private static final String DELAY_CONDITION_PREFERENCES = "";
64
64
65
65
private SharedPreferences.Editor editor;
Original file line number Diff line number Diff line change
@@ -86,7 +86,7 @@ public class CapacitorUpdaterPlugin: CAPPlugin, CAPBridgedPlugin {
86
86
CAPPluginMethod(name: "isShakeMenuEnabled", returnType: CAPPluginReturnPromise)
87
87
]
88
88
public var implementation = CapgoUpdater()
89
-
private let PLUGIN_VERSION: String = "7.8.11"
89
+
private let PLUGIN_VERSION: String = "7.9.0"
90
90
static let updateUrlDefault = "https://plugin.capgo.app/updates"
91
91
static let statsUrlDefault = "https://plugin.capgo.app/stats"
92
92
static let channelUrlDefault = "https://plugin.capgo.app/channel_self"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@capgo/capacitor-updater",
3
-
"version": "7.8.11",
3
+
"version": "7.9.0",
4
4
"license": "MPL-2.0",
5
5
"description": "Live update for capacitor apps",
6
6
"main": "dist/plugin.cjs.js",
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4