You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASENOTES.json
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,30 @@
1
1
{
2
+
"9.3.9": {
3
+
"🍾 features": [
4
+
"adds `msi` installer package (Windows)",
5
+
"adds portable application package (Windows)"
6
+
],
7
+
"🚨 fixes": [
8
+
"fixes multiple isses regarding application auto updates"
9
+
],
10
+
"👷 internals": [
11
+
"upgrades internal `node_modules`",
12
+
"upgrades external `node_modules`"
13
+
]
14
+
},
15
+
"9.1.1": {
16
+
"💎 improvements": [
17
+
"various stability and performance improvements"
18
+
],
19
+
"🚨 fixes": [
20
+
"migrates `electron` APIs to v6.0.0"
21
+
],
22
+
"👷 internals": [
23
+
"upgrades `electron` to `v6.0.0`",
24
+
"upgrades internal `node_modules`",
25
+
"upgrades external `node_modules`"
26
+
]
27
+
},
2
28
"9.0.9": {
3
29
"🍾 features": [
4
30
"adds file-based `Notification Filter` for hiding notifications via text or regular expression pattern (https://github.com/sidneys/pb-for-desktop/issues/76)"
0 commit comments