mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
12 KiB
12 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.11.0 (2020-12-28)
Features
- add sharing management (#1178) (closes #1000) (677bce3)
- download shared subdirectory (#1184) (fb5b28d)
Bug Fixes
- check user input to prevent permission elevation (#1196) (closes #1195) (f62806f)
- delete extra remove prefix (#1186) (7a5298a)
- move files between different volumes (closes #1177) (58835b7)
- recaptcha race condition (#1176) (ac3673e)
2.10.0 (2020-11-24)
Features
- add hide dotfiles param (#1148) (10e399b)
- add single click mode (#1139) (e8b4e9a)
- automatically jump to the next photo when deleting while previewing (#1143) (9515cee)
- shared folder file listing (e119bc5)
- shared item information (36cacdf)
Bug Fixes
- empty folder in archive (7096b3d)
- fix hanging when reading a named pipe file (closes #1155) (586d198)
- previewer title overflow (4e48ffc)
- resource rename action invalid path (1ce3068)
2.9.0 (2020-10-21)
Features
Bug Fixes
- allow start from Windows explorer (f2c4e78)
- file upload missing path slash (5e27ba5)
- preview case sensitive file extension (05bff54)
- search missing path slash (2bd163d)
2.8.0 (2020-10-05)
Features
Bug Fixes
- empty commands setting (c6d4fcd)
- file upload path encoding (babd778)
- fix empty command name (#1106) (36fb9f5)
- fix panic when accessing nonexistent .js file in static path (#1105) (ad99bf1)
- preview key shortcut conflict (dd7b9dd)
- search results absolute url (26d62e4)
2.7.0 (2020-09-11)
Features
- add --socket-perm flag to control unix socket file permissions (closes #1060) (65ac734)
- preview mobile dropdown (7787344)
- preview size button (3d2cb83)
- put selected files in the root of the archive (closes #1065) (8142b32)
2.6.2 (2020-08-05)
2.6.1 (2020-07-28)
Bug Fixes
- delete cached previews when deleting file (f5d02cd)
- escape special characters in preview url (closes #1002) (c9340af)
2.6.0 (2020-07-27)
Features
- add lazy load of image thumbnails (bc00165)
- add param to disable img resizing (aa78e3a)
- cache resized images (95bc929)
- limit image resize workers (94ef596)
Bug Fixes
- conflict handling on upload button (f228fa5)
- drop feedback (f2d2c1c)
- missing error message (d9be370)
- parent verification on copy (727c63b)
- path separator inconsistency on rename (34dfb49)
2.5.0 (2020-07-17)
Features
- add previewer title and loading indicator (716396a)
- duplicate files in the same directory (43526d9)
- file copy, move and paste conflict checking (eed9da1)
- rename option on replace prompt (2636f87)
- upload queue (6ec6a23)
Bug Fixes
- blinking previewer (9a2ebba)
- dark theme colors (b3b6445)
- directory conflict checking (7e5beef)
- prompt before closing window (194030f)
- remove incomplete uploaded files (0727496)
- reset clipboard after pasting cutted files (10570ad)
2.4.0 (2020-07-07)
Features
- full screen editor (0d665e5)
Bug Fixes
2.3.0 (2020-06-26)
Features
Bug Fixes
2.2.0 (2020-06-22)
Features
- add alpine and debian docker images (66863b7)
- add folder upload (#981) (8977344), closes filebrowser/filebrowser#741
- add key shortcuts (95316cb)
- upload progress based on total size (#993) (cd454ba)
Bug Fixes
- add a workaround to fix window freezing when viewing a large file #992 (2412016)
- apply all fs user rulles (68f8348)
- frontend token validation (dd40b0d), closes filebrowser/filebrowser#638
- multiple selection count (963837e)
- save event hook (82c883f), closes filebrowser/filebrowser#696