mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-06 06:53:18 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
47cdd5fa8b | ||
|
|
90e76fab6e | ||
|
|
193adb1901 |
10
changelog.md
10
changelog.md
@@ -2,6 +2,16 @@
|
|||||||
|
|
||||||
All notable changes to the Zulip desktop app are documented in this file.
|
All notable changes to the Zulip desktop app are documented in this file.
|
||||||
|
|
||||||
|
### v5.10.3 --2023-09-30
|
||||||
|
|
||||||
|
**Fixes**:
|
||||||
|
|
||||||
|
- Fixed an error in the third-party `gatemaker` library that broke the display of notifications for completed downloads.
|
||||||
|
|
||||||
|
**Dependencies**:
|
||||||
|
|
||||||
|
- Upgraded all dependencies, including Electron 25.8.4.
|
||||||
|
|
||||||
### v5.10.2 --2023-09-14
|
### v5.10.2 --2023-09-14
|
||||||
|
|
||||||
**Dependencies**:
|
**Dependencies**:
|
||||||
|
|||||||
750
package-lock.json
generated
750
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "zulip",
|
"name": "zulip",
|
||||||
"productName": "Zulip",
|
"productName": "Zulip",
|
||||||
"version": "5.10.2",
|
"version": "5.10.3",
|
||||||
"main": "./dist-electron",
|
"main": "./dist-electron",
|
||||||
"description": "Zulip Desktop App",
|
"description": "Zulip Desktop App",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
@@ -143,7 +143,7 @@
|
|||||||
"InstantMessaging"
|
"InstantMessaging"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"gatemaker": "^1.0.0"
|
"gatemaker": "https://github.com/andersk/gatemaker/archive/d31890ae1cb293faabcb1e4e465c673458f6eed2.tar.gz"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@electron/remote": "^2.0.8",
|
"@electron/remote": "^2.0.8",
|
||||||
@@ -152,7 +152,7 @@
|
|||||||
"@types/auto-launch": "^5.0.2",
|
"@types/auto-launch": "^5.0.2",
|
||||||
"@types/backoff": "^2.5.2",
|
"@types/backoff": "^2.5.2",
|
||||||
"@types/i18n": "^0.13.1",
|
"@types/i18n": "^0.13.1",
|
||||||
"@types/node": "^18.16.5",
|
"@types/node": "~18.17.19",
|
||||||
"@types/requestidlecallback": "^0.3.4",
|
"@types/requestidlecallback": "^0.3.4",
|
||||||
"@types/yaireo__tagify": "^4.3.2",
|
"@types/yaireo__tagify": "^4.3.2",
|
||||||
"@yaireo/tagify": "^4.5.0",
|
"@yaireo/tagify": "^4.5.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user