index.html 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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="canonical" href="https://jamesfengcao.gitlab.io/uweb/en/changelog/" />
  7. <link rel="stylesheet" href="../style.css#" type="text/css" />
  8. <title>Downloads</title>
  9. <script>
  10. function findLang(){
  11. let href = location.href;
  12. for(let i=href.length-1;i>0;i--){
  13. if('/'==href.charAt(i) && '/'==href.charAt(i-3))
  14. return i;
  15. }
  16. return 0;
  17. }
  18. function nav2(page){
  19. let i = findLang();
  20. location.href = location.href.substring(0,i+1)+page;
  21. }
  22. function nav2Lang(lang){
  23. let i = findLang();
  24. let href = location.href;
  25. location.href = location.href.substring(0,i-2)+lang+location.href.substring(i);
  26. }
  27. </script>
  28. </head>
  29. <body>
  30. <header class='header'>
  31. <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 />
  36. <div class="container">
  37. <h1 class="title">Downloads
  38. <br>
  39. <span class="subtitle"></span>
  40. </h1>
  41. <ul class="tags">
  42. </ul>
  43. <p><a href="https://www.amazon.com/TorApp-Info-uweb-browser-for-geeks/dp/B098QPR6N5">Amazon appstore</a></p>
  44. <p><a href="https://galaxy.store/uweb">Galaxy.Store</a></p>
  45. <p><a href="https://github.com/torappinfo/uweb/releases/tag/v1">github</a></p>
  46. <p><a href="https://sourceforge.net/projects/uwebbrowser/files/v1/">sourceforge</a></p>
  47. <p><a href="https://my.powerfolder.com/getlink/fi61cC6VHjK72tfufmnLAz/">powerfolder</a></p>
  48. <p><a href="https://www.udrop.com/folder/08ba413230f465ca0901bef68e857c0b/uweb">udrop</a></p>
  49. <p><a href="https://codeberg.org/jamesfengcao/pages/releases">codeberg</a></p>
  50. <p><a href="https://uno.teracloud.jp/share/1162dfa8376e1609">infinicloud</a></p>
  51. <p><a href="https://gitee.com/jamesfengcao/uweb/releases">gitee</a></p>
  52. <p><a href="https://gitea.com/torappinfo/uweb/releases">gitea</a></p>
  53. <p><a href="https://gitdab.com/jamesfengcao/uweb/releases">gitdab</a></p>
  54. <p><a href="https://gitnet.fr/jamesfengcao/uweb/releases">gitnet</a></p>
  55. <p><a href="https://tildegit.org/jamesfengcao/uweb/releases">tildegit</a></p>
  56. <p><a href="https://git.froggi.es/jamesfengcao/uweb/releases">froggi</a></p>
  57. <p><a href="https://bitbucket.org/torappinfo/torappinfo.bitbucket.io/downloads/">bitbucket</a></p>
  58. <p><a href="https://notabug.org/torappinfo/uweb/releases">NotABug</a></p>
  59. <p><a href="https://releases.pagure.org/uwebapk/">pagure</a></p>
  60. <p><a href="https://pan.baidu.com/s/17coQj6DCHqghMMNJUyjgrA#list/path=%2Fuweb">baidu</a></p>
  61. <h4 id="main-featuresreadmeindexhtml"><a href="../readme/index.html">Main features</a></h4>
  62. <h4 id="a-idlogchange-logsa"><a id="log">Change logs<a></h4>
  63. <p>1075: global redirection works for login and AI sites like devv.ai and duck.ai.<br>
  64. 1073: support http/https/socks proxies with username and password<br>
  65. 1036: TV mode: reuse &quot;engine.search&quot; as live TV channel urls.<br>
  66. 1034: click share button on homescreen to process clipboard text.<br>
  67. 1030: Allow downloading with global redirection<br>
  68. 1017: crontab alarm clock and <a href="../links/index.html">links</a> as sixth field.<br>
  69. 998: <a href="../rjs/index.html">Bookmarklets</a> to support CSP sites.<br>
  70. 991: <a href="../redirect/index.html">global url redirection</a> support.<br>
  71. 988: <a href="../adblock_domain/index.html">hosts</a> file to support response headers.<br>
  72. 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>
  73. 975: <a href="../bookmark/index.html">Bookmarks</a> to support styling for markdown etc.<br>
  74. 971: <a href="../links/index.html">multiple type profiles</a>: switch any data including website logins, user configurations orthogonally.<br>
  75. 964: site source html preprocessing before rendering with user <a href="../sitejs/index.html">site extra html</a>.<br>
  76. 955: Address bar: <a href="../acmd/index.html">&quot;:!&quot; or &quot;!&quot;</a> for command line support (.js/.sh files as executables).<br>
  77. 949: Address bar: &quot;:p [width in milliInch]x[height]&quot; to generate PDF in custom size<br>
  78. 946: Option &quot;use offline cache&quot; to support serverless local websites.</p>
  79. <p>945: commands to support evaluation of generated js code.</p>
  80. <p>943: Multiple home screens support .mht (offline webpage), .search &amp; .html local files.</p>
  81. <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>
  82. </div>
  83. <p>Last Modified: 9 December 2024<br>
  84. update download links<br>
  85. <pre></pre>
  86. </p>
  87. <script id='jsgiscus'
  88. src='https://giscus.app/client.js'
  89. data-repo="torappinfo/uweb"
  90. data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
  91. data-category="Announcements"
  92. data-category-id="DIC_kwDOEgNLGc4CQjsh"
  93. data-mapping="title"
  94. data-strict="0"
  95. data-reactions-enabled="1"
  96. data-emit-metadata="0"
  97. data-input-position="top"
  98. data-theme="light"
  99. data-lang="en"
  100. data-loading="lazy"
  101. crossorigin="anonymous" async>
  102. </script>
  103. <footer class="site-footer">
  104. <div class="container">
  105. &copy; 2018-2024 Richard H. Cao
  106. </div>
  107. </footer>
  108. <!-- This document is licensed under the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is available at <https://www.gnu.org/licenses/>. -->
  109. </body>
  110. </html>