version 0.34.1
Massimo Melina committed
Feb 17, 2023 at 13:28 UTC
7b42155d267bcf89e8e72e833f4f3d070d5a2797
5 files changed
+5
-5
README.md
+1
@@ -36,6 +36,7 @@ You won't find all previous features here (yet), but still we got:
36
- resumable downloads
37
- resumable uploads
38
- download folders as zip archive
39
+- remote delete
40
- simple website serving
41
- plug-ins
42
- log file
frontend/src/state.ts
+1
-1
@@ -18,7 +18,7 @@ export const state = proxy<{
18
listReloader: number,
19
patternFilter: string,
20
showFilter: boolean,
21
- selected: Record<string,true>, // optimization: by using an object instead of an array, components are not rendered when the array changes, but only when their specific property change
21
+ selected: Record<string,true>, // by using an object instead of an array, Entry components are not rendered when others get selected
22
remoteSearch: string,
23
sortBy: string,
24
invertOrder: boolean,
package-lock.json
+2
-2
@@ -1,12 +1,12 @@
1
{
2
"name": "hfs",
3
- "version": "0.34.0",
3
+ "version": "0.34.1",
4
"lockfileVersion": 2,
5
"requires": true,
6
"packages": {
7
"": {
8
"name": "hfs",
9
- "version": "0.34.0",
9
+ "version": "0.34.1",
10
"license": "GPL-3.0",
11
"workspaces": [
12
"admin",
package.json
+1
-1
@@ -1,6 +1,6 @@
1
{
2
"name": "hfs",
3
- "version": "0.34.0",
3
+ "version": "0.34.1",
4
"description": "HTTP File Server",
5
"keywords": [
6
"file server",
todo.md
-1
@@ -34,7 +34,6 @@
34
- log filter plugin
35
- admin: improve masks editor
36
- admin: warn before changing page if we have unsaved changes
37
-- publish to npm (so people can "npm install hfs")
37
- frontend search supporting masks
38
- remove seconds from time
39
- plugin: upload quota per-account (possibly inheriting), and a default