From 7990d178497f0221951e25493ee29b6cc6489e07 Mon Sep 17 00:00:00 2001 From: James Feng Cao Date: Wed, 19 Jun 2024 06:36:48 +0800 Subject: [PATCH 1/2] ebrowser v1.0.23 --- ebrowser.md | 7 +++++++ en/ebrowserreadme/index.html | 6 +++++- en/index.xml | 2 +- en/sitemap.xml | 6 +++--- misc/ebrowser/package.json | 2 +- misc/ebrowser/webview.js | 38 +++++++++++++++++++++--------------- sitemap.xml | 2 +- 7 files changed, 40 insertions(+), 23 deletions(-) diff --git a/ebrowser.md b/ebrowser.md index 7d43624..2d215e8 100644 --- a/ebrowser.md +++ b/ebrowser.md @@ -25,6 +25,13 @@ Run ebrowser Later on, you can run "npm install electron" to update electron/chromium or "npm install ebrowser" to update ebrowser independently. +##### Update app quickly without updating chromium +Pressing "Alt" to show the menu bar and choose "Check for updates" under "Help". OR + +Type ":update" in the address bar and press "enter" key to update. + +Mirror urls could be used like ":update https://uwebzh.netlify.app/misc/ebrowser". All the mirrors listed in [uweb browser](https://uwebzh.netlify.app/en/readme/index.html) could be used. The update url needs to be changed accordingly to to be the folder "misc/ebrowser" under the mirror site root url. + #### Key shortcuts - F1: Help - CTRL+C: stop loading diff --git a/en/ebrowserreadme/index.html b/en/ebrowserreadme/index.html index ce9e4ae..8124bdc 100644 --- a/en/ebrowserreadme/index.html +++ b/en/ebrowserreadme/index.html @@ -65,6 +65,10 @@ npm install ebrowser
electron ~/node_modules/ebrowser
 

Later on, you can run "npm install electron" to update electron/chromium or "npm install ebrowser" to update ebrowser independently.

+
Update app quickly without updating chromium
+

Pressing "Alt" to show the menu bar and choose "Check for updates" under "Help". OR

+

Type ":update" in the address bar and press "enter" key to update.

+

Mirror urls could be used like ":update https://uwebzh.netlify.app/misc/ebrowser". All the mirrors listed in uweb browser could be used. The update url needs to be changed accordingly to to be the folder "misc/ebrowser" under the mirror site root url.

Key shortcuts