UNPKG

13.5 kBMarkdownView Raw
1## 4.3.0
2
3### Bug Fixes
4
5* Remove dependency on pako module, use native API instead.
6
7## 4.2.0
8
9### Bug Fixes
10
11* Forbid using of quotes in a file names.
12
13## 4.2.0
14
15### Bug Fixes
16
17* when AllowDowngrade is true and latest version is older, take the update ([#4218](https://github.com/electron-userland/electron-builder/issues/4218)) ([5bf4498](https://github.com/electron-userland/electron-builder/commit/5bf4498))
18
19### Features
20
21* export updaters for configurability ([#4250](https://github.com/electron-userland/electron-builder/issues/4250)) ([9df845e](https://github.com/electron-userland/electron-builder/commit/9df845e))
22
23## 4.1.2
24
25### Features
26
27* expose `isUpdaterActive`, closes [#4028](https://github.com/electron-userland/electron-builder/issues/4028)
28
29### Bug Fixes
30
31* cannot download differentially: Error: Maximum allowed size is 5 MB ([c5c2eeb](https://github.com/electron-userland/electron-builder/commit/c5c2eeb)), closes [#3564](https://github.com/electron-userland/electron-builder/issues/3564)
32* reduce electron-updater size ([8025fb4](https://github.com/electron-userland/electron-builder/commit/8025fb4)), closes [#3953](https://github.com/electron-userland/electron-builder/issues/3953)
33
34## 4.0.14
35
36From 4.0.5 to 4.0.13 — maintenance-only releases to update dependencies.
37
38### Bug Fixes
39
40* update from prerelease to prerelease crash, closes [#3163](https://github.com/electron-userland/electron-builder/issues/3163)
41
42## 4.0.5
43
44### Bug Fixes
45
46* disable differential download operation validation for now, closes [#3485](https://github.com/electron-userland/electron-builder/issues/3485)
47
48## 4.0.0
49
50### BREAKING CHANGES
51
52* Requires Electron 3 or later.
53* Cache directory changed, so, full download will be performed on update instead of differential.
54
55### Bug Fixes
56
57* use cache dir for electron-updater cache data
58
59### Features
60
61* decouple Electron API to support Proton and other frameworks
62
63## 3.2.3
64
65### Bug Fixes
66
67* fix recent differential update regression ([d9341d6](https://github.com/electron-userland/electron-builder/commit/d9341d6))
68
69### Features
70
71* expose downloaded file in update-downloaded event ([7cdece3](https://github.com/electron-userland/electron-builder/commit/7cdece3)), closes [#3070](https://github.com/electron-userland/electron-builder/issues/3070) [#3345](https://github.com/electron-userland/electron-builder/issues/3345)
72
73## 3.2.1
74
75### Bug Fixes
76
77* Updater crash on windows, fails on MacOS X ([76fdd42](https://github.com/electron-userland/electron-builder/commit/76fdd42)), closes [#3308](https://github.com/electron-userland/electron-builder/issues/3308) [#3377](https://github.com/electron-userland/electron-builder/issues/3377)
78* **electron-updater:** do not dispatch error event for CancellationError [#1150](https://github.com/electron-userland/electron-builder/issues/1150) ([e7acbd9](https://github.com/electron-userland/electron-builder/commit/e7acbd9))
79
80## 3.1.4
81
82### Bug Fixes
83
84* Fix grammar in notification message ([#3410](https://github.com/electron-userland/electron-builder/issues/3410)) ([7953e56](https://github.com/electron-userland/electron-builder/commit/7953e56))
85* remove escaping of package-path arg - node escapes it properly ([c7e07cc](https://github.com/electron-userland/electron-builder/commit/c7e07cc))
86
87## 3.1.3
88
89### Bug Fixes
90
91* close files more reliably during differential download ([d37bacb](https://github.com/electron-userland/electron-builder/commit/d37bacb))
92* Added electron 3(Node 10) support to nsis updater ([78a65d2](https://github.com/electron-userland/electron-builder/commit/78a65d2)), closes [#3371](https://github.com/electron-userland/electron-builder/issues/3371)
93* better escaping of package-path arg ([44c8fd0](https://github.com/electron-userland/electron-builder/commit/44c8fd0))
94
95## 3.1.1
96
97### Bug Fixes
98
99* url parameters, search is inside ([d553629](https://github.com/electron-userland/electron-builder/commit/d553629))
100* partially restore sha256 support ([6f8e4ec](https://github.com/electron-userland/electron-builder/commit/6f8e4ec)), closes [#3137](https://github.com/electron-userland/electron-builder/issues/3137)
101* unify "update-downloaded" event on macOS ([86d64c2](https://github.com/electron-userland/electron-builder/commit/86d64c2))
102
103### Features
104
105* download update on macOS in the same way as for other OS ([f966f1a](https://github.com/electron-userland/electron-builder/commit/f966f1a)), closes [#3168](https://github.com/electron-userland/electron-builder/issues/3168)
106
107## 3.0.2
108
109### Bug Fixes
110
111* addRandomQueryToAvoidCaching does not respect query parameters
112
113## 3.0.1
114
115### Bug Fixes
116
117* Replace all occurrences of version in old blockmap file url ([#3120](https://github.com/electron-userland/electron-builder/issues/3120)) ([ca18b74](https://github.com/electron-userland/electron-builder/commit/ca18b74))
118* vertical upgrading for channels ([b1f2272](https://github.com/electron-userland/electron-builder/commit/b1f2272)), closes [#3111](https://github.com/electron-userland/electron-builder/issues/3111)
119
120## 2.23.3
121
122* fix case of blockmap file extension, detect s3 urls on setFeedURL ([369e9c0](https://github.com/electron-userland/electron-builder/commit/369e9c0))
123* ignore unknown powershell errors ([a0026a7](https://github.com/electron-userland/electron-builder/commit/a0026a7)), closes [#2589](https://github.com/electron-userland/electron-builder/issues/2589)
124* web installer differential download perMachine ([82708a5](https://github.com/electron-userland/electron-builder/commit/82708a5)), closes [#2949](https://github.com/electron-userland/electron-builder/issues/2949)
125
126
127## 2.23.2
128
129### Bug Fixes
130
131* addRandomQueryToAvoidCaching breaks s3 provider for updater with private acl ([577b61b](https://github.com/electron-userland/electron-builder/commit/577b61b)), closes [#3021](https://github.com/electron-userland/electron-builder/issues/3021)
132
133
134## 2.23.1
135
136### Features
137
138* [Delta updates for NSIS](https://github.com/electron-userland/electron-builder/releases/tag/v20.17.0) target ([7dd59fb](https://github.com/electron-userland/electron-builder/commit/7dd59fb)), closes [#2217](https://github.com/electron-userland/electron-builder/issues/2217) [#3042](https://github.com/electron-userland/electron-builder/issues/3042) [#3000](https://github.com/electron-userland/electron-builder/issues/3000) [#2977](https://github.com/electron-userland/electron-builder/issues/2977)
139* support prereleases in a Github private repository ([59aac66](https://github.com/electron-userland/electron-builder/commit/59aac66)), closes [#3005](https://github.com/electron-userland/electron-builder/issues/3005) [#3037](https://github.com/electron-userland/electron-builder/issues/3037)
140* cache downloaded update and reuse if valid later ([ba4809a](https://github.com/electron-userland/electron-builder/commit/ba4809a))
141* electron-updater will update even I don't call quitAndInstall after app quit ([29f1c10](https://github.com/electron-userland/electron-builder/commit/29f1c10)), closes [#2493](https://github.com/electron-userland/electron-builder/issues/2493)
142
143### Bug Fixes
144* do not rename AppImage file if no version in the name ([48a0811](https://github.com/electron-userland/electron-builder/commit/48a0811)), closes [#2964](https://github.com/electron-userland/electron-builder/issues/2964)
145* downloading builds(updates) more than once even if downloaded already ([6500b35](https://github.com/electron-userland/electron-builder/commit/6500b35)), closes [#3007](https://github.com/electron-userland/electron-builder/issues/3007) [#3003](https://github.com/electron-userland/electron-builder/issues/3003)
146* set _packageFile to null on clear ([7fe72da](https://github.com/electron-userland/electron-builder/commit/7fe72da))
147* Prevent download notification queueing ([68804e4](https://github.com/electron-userland/electron-builder/commit/68804e4)), closes [#2850](https://github.com/electron-userland/electron-builder/issues/2850)
148* add random query param to avoid caching ([254d7c5](https://github.com/electron-userland/electron-builder/commit/254d7c5)), closes [#2741](https://github.com/electron-userland/electron-builder/issues/2741)
149* Close opened parenthese in update checking log ([8f19ea9](https://github.com/electron-userland/electron-builder/commit/8f19ea9)), closes [#2763](https://github.com/electron-userland/electron-builder/issues/2763)
150* set actual http status code instead of 404 [#2741](https://github.com/electron-userland/electron-builder/issues/2741) ([8453a77](https://github.com/electron-userland/electron-builder/commit/8453a77))
151* return correct release notes & name ([#2743](https://github.com/electron-userland/electron-builder/issues/2743)) ([37014be](https://github.com/electron-userland/electron-builder/commit/37014be)), closes [#2742](https://github.com/electron-userland/electron-builder/issues/2742)
152* Allow --package-file arg to escape spaces in filenames ([#2739](https://github.com/electron-userland/electron-builder/issues/2739)) ([24a585b](https://github.com/electron-userland/electron-builder/commit/24a585b))
153* Race condition during Application Quit ([#2746](https://github.com/electron-userland/electron-builder/issues/2746)) ([1df5d98](https://github.com/electron-userland/electron-builder/commit/1df5d98)), closes [#2745](https://github.com/electron-userland/electron-builder/issues/2745)
154* use updateInfo.path as AppImage installer name ([#2722](https://github.com/electron-userland/electron-builder/issues/2722)) ([8233eae](https://github.com/electron-userland/electron-builder/commit/8233eae)), closes [#2672](https://github.com/electron-userland/electron-builder/issues/2672)
155* add response code to error message about Accept-Ranges ([62cf1df](https://github.com/electron-userland/electron-builder/commit/62cf1df))
156* Nsis app from fall 2017 (electron-updater 2.10.0) won't update to new version ([ba2957e](https://github.com/electron-userland/electron-builder/commit/ba2957e)), closes [#2583](https://github.com/electron-userland/electron-builder/issues/2583)
157* recurrent 404 Errors on GitHub Enterprise ([afc1a9e](https://github.com/electron-userland/electron-builder/commit/afc1a9e))
158
159
160## 2.19.0
161
162## 2.19.0
163
164### Features
165
166* useMultipleRangeRequest option to disable using of multiple ranges request
167
168## 2.18.2
169
170### Bug Fixes
171
172* AutoUpdate takes 60 seconds to fail validating signature on Windows 7 due to PowerShell version [#2421](https://github.com/electron-userland/electron-builder/issues/2421) ([da96e73](https://github.com/electron-userland/electron-builder/commit/da96e73))
173
174## 2.18.1
175
176### Bug Fixes
177
178* add error codes ([2822049](https://github.com/electron-userland/electron-builder/commit/2822049)), closes [#2415](https://github.com/electron-userland/electron-builder/issues/2415)
179
180## 2.18.0
181
182### Bug Fixes
183
184* redirect event in electron.net ([e2ac601](https://github.com/electron-userland/electron-builder/commit/e2ac601)), closes [#2374](https://github.com/electron-userland/electron-builder/issues/2374)
185* use solid compression for web installer package ([6ea5668](https://github.com/electron-userland/electron-builder/commit/6ea5668))
186
187## 2.17.2
188
189### Bug Fixes
190
191* Fix AppImage auto-update [#2240](https://github.com/electron-userland/electron-builder/issues/2240).
192
193## 2.17.0
194
195### Bug Fixes
196
197* PrivateGitHubProvider requires at least Electron 1.6.11. Better to use latest stable.
198
199### Features
200
201* PrivateGitHubProvider [fixes](https://github.com/electron-userland/electron-builder/issues/2342).
202
203## 2.16.2
204
205### Features
206
207* [Use the only HTTP request to download all changed blocks](https://github.com/electron-userland/electron-builder/releases/tag/v19.45.1).
208
209## 2.16.0
210
211### Features
212
213* [Update metadata format allows several files](https://github.com/electron-userland/electron-builder/releases/tag/v19.44.0).
214
215### Bug Fixes
216
217* Include application name in update notification ([#2262](https://github.com/electron-userland/electron-builder/issues/2262)) ([1809c94](https://github.com/electron-userland/electron-builder/commit/1809c94))
218
219## 2.13.0
220
221### Features
222
223* full changelog for all versions from current to latest ([67fe9ff](https://github.com/electron-userland/electron-builder/commit/67fe9ff))
224
225## 2.12.1
226
227### Performance Improvements
228
229* a little bit more compact blockmap data ([c92bc38](https://github.com/electron-userland/electron-builder/commit/c92bc38))
230
231## 2.12.0
232
233### Features
234
235* [Linux auto-update](https://github.com/electron-userland/electron-builder/releases/tag/v19.37.0)
236
237## 2.11.0
238
239### Features
240
241* Differential updater: use [content defined chunking](https://github.com/electron-userland/electron-builder/releases/tag/v19.36.0)
242
243## 2.10.2
244
245### Bug Fixes
246
247* Differential updater: fix "To download" in percentage value calculation (cosmetic fix)
248
249## 2.10.1
250
251### Bug Fixes
252
253* PrivateGitHubProvider: clear error if no channel file in the latest github release
254
255# 2.10.0 (2017-09-22)
256
257### Features
258
259* [DigitalOcean Spaces support](https://github.com/electron-userland/electron-builder/releases/tag/v19.30.0).
260
261# 2.9.3 (2017-09-10)
262
263### Features
264
265* [Delta updates for Windows Web Installer](https://github.com/electron-userland/electron-builder/releases/tag/v19.28.4).
266
267
268## 2.8.9 (2017-09-01)
269
270### Bug Fixes
271
272* Electron-updater does not support enterprise Github. [#1903](https://github.com/electron-userland/electron-builder/issues/1903).
273
274## 2.8.8 (2017-09-01)
275
276### Bug Fixes
277
278* handle aborted event. [#1975](https://github.com/electron-userland/electron-builder/issues/1975).
\No newline at end of file