Skip to content

Commit aa52162

Browse files
author
filecxx
committed
Typo corrected
1 parent 8633289 commit aa52162

35 files changed

+4578
-4345
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ If you like this software, please help translate this software into other langua
106106

107107
![HTTP tool](images/screenshot_http_tool.png)
108108

109+
#### Checksum tool
110+
111+
![Checksum tool](images/screenshot_checksum_tool.png)
112+
109113
Browser extension screenshots
110114
-----------------------------------
111115

@@ -172,6 +176,7 @@ Browser extension screenshots
172176
* Full-featured SSH(sftp) file manager 2.0
173177
* File browser persistent caches 2.0
174178
* Site rules 2.1
179+
* Checksum tool 2.3
175180

176181
## Language files
177182
* Website: "lang/*.lang"

en_US/index.html

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ <h2>Download</h2>
6565
<div class="detail_">
6666
<div class="version_">
6767
Latest version:
68-
<b>2.21</b>
69-
<span style="color: green">(2022.07.02)</span>
68+
<b>2.3</b>
69+
<span style="color: green">(2022.08.01)</span>
7070
<span> - </span>
7171
<a href="update_log.html">Update log</a>
7272
</div>
@@ -78,13 +78,13 @@ <h2>Download</h2>
7878
<div class="platforms_">
7979
<div class="platform_">
8080
<h4>Windows x64 (>= Windows vista)</h4>
81-
<a class="button" href="https://github.com/filecxx/FileCentipede/releases/download/2.0/filecxx_2.21_win_x64.zip">Download link1</a>
81+
<a class="button" href="https://github.com/filecxx/FileCentipede/releases/download/2.3/filecxx_2.3_win_x64.zip">Download link1</a>
8282
<a class="button" href="../release/filecxx_latest_win_x64.zip">Download link2</a>
8383
<a class="button" href="https://sourceforge.net/projects/filecentipede/files/">Download link3</a>
8484
</div>
8585
<div class="platform_">
8686
<h4>Linux x64 (No glibc dependency)</h4>
87-
<a class="button" href="https://github.com/filecxx/FileCentipede/releases/download/2.0/filecxx_2.21_linux_x64.zip">Download link1</a>
87+
<a class="button" href="https://github.com/filecxx/FileCentipede/releases/download/2.3/filecxx_2.3_linux_x64.zip">Download link1</a>
8888
<a class="button" href="../release/filecxx_latest_linux_x64.zip">Download link2</a>
8989
<a class="button" href="https://sourceforge.net/projects/filecentipede/files/">Download link3</a>
9090
</div>
@@ -93,12 +93,12 @@ <h4>MacOS x64</h4>
9393
<a class="button disabled" href="#">Lack build environment</a>
9494
</div>
9595
<div class="platform_">
96-
<h4>Chrome extension 1.4</h4>
97-
<a class="button" href="https://github.com/filecxx/FileCentipede/raw/main/release/chrome.crx">Download link1</a>
96+
<h4>Chrome extension 1.5</h4>
97+
<a class="button" href="https://github.com/filecxx/FileCentipede/raw/main/release/chrome.zip">Download link1</a>
9898
<a class="button" href="../release/chrome.crx">Download link2</a>
9999
</div>
100100
<div class="platform_">
101-
<h4>Firefox extension 1.4</h4>
101+
<h4>Firefox extension 1.5</h4>
102102
<a class="button" href="https://github.com/filecxx/FileCentipede/raw/main/release/firefox.xpi">Download link1</a>
103103
<a class="button" href="../release/firefox.xpi">Download link2</a>
104104
</div>
@@ -178,6 +178,7 @@ <h2 style="display: inline-block;text-align: left">Features</h2>
178178
<tr><td>Full featured SSH(sftp) file manager</td><td>2.0</td></tr>
179179
<tr><td>File browser persistent caches</td><td>2.0</td></tr>
180180
<tr><td>Site rules</td><td>2.1</td></tr>
181+
<tr><td>Checksum tool</td><td>2.3</td></tr>
181182
</tbody>
182183
</table>
183184
</div>
@@ -259,6 +260,10 @@ <h4>Translate</h4>
259260
<h4>HTTP tool</h4>
260261
<img loading="lazy" src="../images/screenshot_http_tool.png" alt="File Centipede HTTP tool">
261262
</div>
263+
<div>
264+
<h4>Checksum tool</h4>
265+
<img loading="lazy" src="../images/screenshot_checksum_tool.png" alt="File Centipede Checksum tool">
266+
</div>
262267
</div>
263268

264269
<div>

en_US/update_log.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,42 @@ <h1><a href="http://filecxx.com">File Centipede</a></h1>
5454
<h1>Update log</h1>
5555
</div>
5656

57+
<div class="section">
58+
<h3>2.3 (uptime: 2022.08.01)</h3>
59+
<h4>New:</h4>
60+
<p>Browser extension up to 1.5, massively optimized, it can extract videos from javascript.</p>
61+
<p>File checksum tool (text, file, directory).</p>
62+
<p>File size filter for torrent-task.</p>
63+
<p>Taskbar progress for windows</p>
64+
<p>Alert setting: delete task</p>
65+
<p>Alert setting: delete catalog</p>
66+
<p>Stream-task settings: Base URL, Key, IV</p>
67+
<p>Merge tool: video+audio merge (FFmpeg required)</p>
68+
<p>Language Français</p>
69+
<p>Language Nederlands</p>
70+
71+
<h4>Fixed:</h4>
72+
<p>announce_to_all_tiers and announce_to_all_trackers set as default.</p>
73+
<p>HTTPS trackers (Linux)</p>
74+
<p>filec crashes when HTTP cookies over 4 KB.</p>
75+
<p>Convert URI space to "%20" instead of "+"</p>
76+
<p>m3u8 merge files error on windows7</p>
77+
<p>uploaded directories displayed as regular files from the file browser.</p>
78+
<p>SSH connections timed out but the state was still connected.</p>
79+
<p>SSH file manager "operation failed" error.</p>
80+
<p>When resuming an HTTP task and the URL address was expired causing an incomplete file to be downloaded. (New bug since 2.0)</p>
81+
<p>Torrent-task inaccurate statistics.</p>
82+
<p>Torrent-task rename from confirm-dialog failed.</p>
83+
<p>m3u8 parse error.</p>
84+
<p>Clipboard multiple triggers.</p>
85+
<p>HTTP-task filename with =?UTF-8?B?</p>
86+
<p>fileu incomplete task list (fully fixed).</p>
87+
<p>fileu directory icon.</p>
88+
<p>fileu window randomly activated.</p>
89+
<p>DHT 0</p>
90+
<p>...</p>
91+
</div>
92+
5793
<div class="section">
5894
<h3>2.21 (uptime: 2022.07.02)</h3>
5995
<h4>Fixed:</h4>

images/extension_audios.png

6.82 KB
Loading

images/extension_videos.png

-965 Bytes
Loading
51.7 KB
Loading

0 commit comments

Comments
 (0)