[PR #1222] [MERGED] fix #1220 Use electron 4 #3413

Closed
opened 2026-02-27 00:56:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/1222
Author: @zxdong262
Created: 4/15/2019
Status: Merged
Merged: 4/15/2019
Merged by: @zxdong262

Base: masterHead: fix-1220


📝 Commits (4)

📊 Changes

51 files changed (+341 additions, -425 deletions)

View changed files

📝 .babelrc (+1 -1)
📝 .gitignore (+0 -1)
📝 app/app.js (+25 -25)
📝 app/dev-app.js (+0 -0)
📝 app/lib/fs.js (+9 -5)
📝 app/lib/install-src.js (+3 -3)
📝 app/lib/last-state.js (+4 -4)
📝 app/lib/locales.js (+14 -14)
📝 app/lib/ls.js (+5 -6)
📝 app/lib/menu.js (+3 -4)
📝 app/lib/shortcut.js (+3 -3)
📝 app/lib/ssh-config.js (+6 -7)
app/lib/user-config-controller.js (+28 -0)
📝 app/server/dispatch-center.js (+6 -6)
📝 app/server/download-upgrade.js (+8 -9)
📝 app/server/server.js (+6 -7)
📝 app/server/sftp-file.js (+8 -3)
📝 app/server/sftp.js (+29 -26)
📝 app/server/socks.js (+3 -3)
📝 app/server/terminal.js (+11 -11)

...and 31 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/electerm/electerm/pull/1222 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 4/15/2019 **Status:** ✅ Merged **Merged:** 4/15/2019 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `fix-1220` --- ### 📝 Commits (4) - [`f540e97`](https://github.com/electerm/electerm/commit/f540e9756f34c949f64deb1adcadcf2db638d6cf) [skip appveyor] - [`3704a6a`](https://github.com/electerm/electerm/commit/3704a6a08b6ad44735996cd82d6d7f3742d92012) [skip appveyor] - [`20564b2`](https://github.com/electerm/electerm/commit/20564b26a97eba07990516aa0bb6451cf50605df) save [skip build][skip appveyor] - [`f01a612`](https://github.com/electerm/electerm/commit/f01a612c3fdf673c9088d9831d3698aabc8cb500) [skip build][skip appveyor] ### 📊 Changes **51 files changed** (+341 additions, -425 deletions) <details> <summary>View changed files</summary> 📝 `.babelrc` (+1 -1) 📝 `.gitignore` (+0 -1) 📝 `app/app.js` (+25 -25) 📝 `app/dev-app.js` (+0 -0) 📝 `app/lib/fs.js` (+9 -5) 📝 `app/lib/install-src.js` (+3 -3) 📝 `app/lib/last-state.js` (+4 -4) 📝 `app/lib/locales.js` (+14 -14) 📝 `app/lib/ls.js` (+5 -6) 📝 `app/lib/menu.js` (+3 -4) 📝 `app/lib/shortcut.js` (+3 -3) 📝 `app/lib/ssh-config.js` (+6 -7) ➕ `app/lib/user-config-controller.js` (+28 -0) 📝 `app/server/dispatch-center.js` (+6 -6) 📝 `app/server/download-upgrade.js` (+8 -9) 📝 `app/server/server.js` (+6 -7) 📝 `app/server/sftp-file.js` (+8 -3) 📝 `app/server/sftp.js` (+29 -26) 📝 `app/server/socks.js` (+3 -3) 📝 `app/server/terminal.js` (+11 -11) _...and 31 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 00:56:39 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#3413
No description provided.