add i:0/js/ support
[uweb.git] / en / changelog / index.html
blob20f9e52aef4daef4568ab703c93503b24fa142e1
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1" />
6 <link rel="stylesheet" href="../style.css" type="text/css" />
7 <title>Downloads</title>
8 <script type="text/javascript">
9 function findLang(){
10 let href = location.href;
11 for(let i=href.length-1;i>0;i--){
12 if('/'==href.charAt(i) && '/'==href.charAt(i-3))
13 return i;
15 return 0;
17 function nav2(page){
18 let i = findLang();
19 location.href = location.href.substring(0,i+1)+page;
21 function nav2Lang(lang){
22 let i = findLang();
23 let href = location.href;
24 location.href = location.href.substring(0,i-2)+lang+location.href.substring(i);
26 </script>
27 </head>
28 <body>
29 <header class='header'>
30 <a class="logo" href="javascript:void(0)" onclick="return nav2('index.html')">Home</a> <a class="logo" href="javascript:void(0)" onclick="return nav2('tags/index.html')">Tags</a>
32 <nav>
33 </nav>
34 </header>
35 <br />
37 <div class="container">
38 <h1 class="title">Downloads
39 <br>
40 <span class="subtitle"></span>
41 </h1>
42 <ul class="tags">
44 </ul>
45 <p><a href="https://www.amazon.com/TorApp-Info-uweb-browser-for-geeks/dp/B098QPR6N5">Amazon appstore</a></p>
46 <p><a href="https://galaxy.store/uweb">Galaxy.Store</a></p>
47 <p><a href="https://s1.asytech.cn/s/tQrgT5kBRg8Trry">uweb, termux &amp; history versions</a></p>
48 <p><a href="https://github.com/torappinfo/uweb/releases/tag/v1">github</a></p>
49 <p><a href="https://sourceforge.net/projects/uwebbrowser/files/v1/">sourceforge</a></p>
50 <p><a href="https://my.powerfolder.com/getlink/fi61cC6VHjK72tfufmnLAz/">powerfolder</a></p>
51 <p><a href="https://www.udrop.com/folder/08ba413230f465ca0901bef68e857c0b/uweb">udrop</a></p>
52 <p><a href="https://releases.pagure.org/uwebapk/">pagure</a></p>
53 <p><a href="http://pan.mcbebbs.cn/s/dJ4t8">mcbebbs</a></p>
54 <h4 id="main-featuresreadmeindexhtml"><a href="../readme/index.html">Main features</a></h4>
55 <h4 id="change-logs">Change logs</h4>
56 <p>1034: click share button on homescreen to process clipboard text.<br>
57 1030: Allow downloading with global redirection<br>
58 1026: Test automation: enable i:0 urls in scripting mode<br>
59 1017: crontab alarm clock and <a href="../links/index.html">links</a> as sixth field.<br>
60 1008: Add long screenshot mode<br>
61 1006: Advanced configuration: auto reload, download path<br>
62 1004: bookmarklet &quot;Show as html&quot; to support clipboard sites such as &quot;netcut.cn&quot;.<br>
63 998: <a href="../rjs/index.html">Bookmarklets</a> to support CSP sites.<br>
64 991: <a href="../redirect/index.html">global url redirection</a> support.<br>
65 988: <a href="../adblock_domain/index.html">hosts</a> file to support response headers.<br>
66 985: <a href="../links/index.html">Special urls</a> to support shortcut keys such as ctrl-a to ctrl-z.<br>
67 983: support <a href="../adblock_domain/index.html">&quot;hosts&quot;</a> file domain name resolving (no root needed), only single space allowed as separator for ip address and domain name.<br>
68 975: <a href="../bookmark/index.html">Bookmarks</a> to support styling for markdown etc.<br>
69 971: <a href="../links/index.html">multiple type profiles</a>: switch any data including website logins, user configurations orthogonally.<br>
70 964: site source html preprocessing before rendering with user <a href="../sitejs/index.html">site extra html</a>.<br>
71 961: webdav/http file upload support with <a href="../links/index.html">&quot;i:0u&quot; links</a>.<br>
72 955: Address bar: <a href="../acmd/index.html">&quot;:!&quot; or &quot;!&quot;</a> for command line support (.js/.sh files as executables).<br>
73 949: Address bar: &quot;:p [width in milliInch]x[height]&quot; to generate PDF in custom size<br>
74 946: Option &quot;use offline cache&quot; to support serverless local websites.</p>
75 <p>945: commands to support evaluation of generated js code.</p>
76 <p>943: Multiple home screens support .mht (offline webpage), .search &amp; .html local files.</p>
77 <p>940: <a href="../url2site/index.html">Any urls as website</a> with local html processing (<a href="../links/index.html">&quot;i:0m/..../xxx.html:url&quot;</a>)</p>
78 <p>935:</p>
79 <ul>
80 <li>Pipe support: command line output to uweb tabs.</li>
81 </ul>
82 <p>934:</p>
83 <ul>
84 <li>Serverless local sites: PWA-kind web extension (chrome .crx &amp; firefox .xpi) support.</li>
85 <li>PWAs and web extensions to be used as search engines, ex. kiwix zim as search engines.</li>
86 </ul>
88 </div>
89 <p>Last Modified: 5 December 2023<br>
90 i:5g sematics change<br>
91 <pre></pre>
92 </p>
93 <script>
94 if(location.href.indexOf("/zh/")>0){
95 var script = document.createElement("script");
96 script.type = "text/javascript";
97 script.src = "../../js/gissues.js";
98 script.setAttribute("repo","jamesfengcao/uweb");
99 script.setAttribute("issue-term","title");
100 script.setAttribute("theme","github-light");
101 script.async = true;
102 document.body.appendChild(script);
104 </script>
105 <script id='jsgiscus'
106 src='https://giscus.app/client.js'
107 data-repo="torappinfo/uweb"
108 data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
109 data-category="Announcements"
110 data-category-id="DIC_kwDOEgNLGc4CQjsh"
111 data-mapping="title"
112 data-strict="0"
113 data-reactions-enabled="1"
114 data-emit-metadata="0"
115 data-input-position="top"
116 data-theme="light"
117 data-lang="en"
118 data-loading="lazy"
119 crossorigin="anonymous" async>
120 </script>
122 </body>
123 </html>