diff --git a/en/changelog/index.html b/en/changelog/index.html index 4544383..fa39db2 100644 --- a/en/changelog/index.html +++ b/en/changelog/index.html @@ -49,7 +49,9 @@

pagure

sourceforge

Change logs

-

949: Address bar: ":p [width in milliInch]x[height]" to generate PDF in custom size
+

954: Address bar: ":!" for command line support (.js/.sh files as executables).
+953: hardware keyboard: ":", "!" to set focus on address bar
+949: Address bar: ":p [width in milliInch]x[height]" to generate PDF in custom size
946: Option "use offline cache" to support serverless local websites.

945: commands to support evaluation of generated js code.

943: Multiple home screens support .mht (offline webpage), .search & .html local files.

@@ -63,26 +65,6 @@
  • Serverless local sites: PWA-kind web extension (chrome .crx & firefox .xpi) support.
  • PWAs and web extensions to be used as search engines, ex. kiwix zim as search engines.
  • -

    925:

    - -

    921: fix remote file decompression.

    -

    917:

    - -

    908:

    - -

    903: Enhance html5 apps. (ex. mdict-js, a dictionary lookup
    -app, works like native with minimal change)
    -901: Use in-app files folder for configuration

    diff --git a/en/index.xml b/en/index.xml index f0a02f6..8536d2a 100644 --- a/en/index.xml +++ b/en/index.xml @@ -59,13 +59,12 @@ uweb, termux & history versions github pagure sourceforge -Change logs 949: Address bar: ":p [width in milliInch]x[height]" to generate PDF in custom size +Change logs 954: Address bar: ":!" for command line support (.js/.sh files as executables). +953: hardware keyboard: ":", "!" to set focus on address bar +949: Address bar: ":p [width in milliInch]x[height]" to generate PDF in custom size 946: Option "use offline cache" to support serverless local websites. 945: commands to support evaluation of generated js code. -943: Multiple home screens support .mht (offline webpage), .search & .html local files. -940: Any url as website with local html processing ("i:0m/..../xxx.html:url") -935: -Pipe support: command line output to uweb tabs. +943: Multiple home screens support . diff --git a/en/links/index.html b/en/links/index.html index a41380c..5137c88 100644 --- a/en/links/index.html +++ b/en/links/index.html @@ -102,6 +102,8 @@ Socks proxy

    The command line could be a ".js", ".sh" or other executable with arguments. Ex. ":!s youtube keyword" could invoke "s.js" executable with the whole string as arguments ("s.sh" or "s" if file exists); ":! youtube keyword" would invoke the file ".js" or ".sh" as executable.

    For regular (non-js) executables, the standard output of the command line will be treated as lines of web urls.

    +

    Click to install the example file ".sh"
    +Click to install the example file "s.js"