-
Notifications
You must be signed in to change notification settings - Fork 50
/
changelog.txt
66 lines (49 loc) · 1.38 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
v 096
---
- Initial keyboard support...
. Navigate list with <j><k>
. Opoen dirs with <o>
. Open finder with <s>
. Go home/root with <h>
. <x> will select an element
. <d> will delete selected elements
. Edit file with <e>
When editing a file...
<Ctrl+s> will save the file
<Esc>Will leave editor mode
v 095
--
- assets files, neede by client app, served with gzip
- Added param for handling auth -auth="username:password"
- Added param for defining depth of initial dir traverse --depth
- Refactored code in Static serving
- Refactored code in gzip handler.. for not handling image archives..
v 094
--
- Improved ui for mobile clients
v 093a
--
- Added a quick fuzzy directory search on the main bar, for easy navigation
throught shared folders.
-
v.092b
--
- When enabled inline edition of filenames, created a bug, with $location.
- From inside a directive, it does not work.
v.092a
----
- Added button to ad new files
- Rename files from inside the list
Backend:
- Refactor actions, with command pattern.
- Writed tests on commands
- Json list, detect text files. Added property at File{IsText}
Frontend: UI
Features:
- Edit files with codemirror
- Compress files in tar.gz
- Copy files
Refactor:
- Flash messenger as a service
- Data Commands, as a service ServerCommand
- Multiselect items, and action for deleting them