Update README.md

This commit is contained in:
Graham Steffaniak 2023-07-17 00:32:43 -05:00 committed by GitHub
parent 4dd1d1c8e5
commit 7e1abf5018
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -7,13 +7,13 @@ This fork makes the following significant changes to filebrowser for origin:
1. [x] Improves search to use index instead of filesystem. 1. [x] Improves search to use index instead of filesystem.
- [x] Lightning fast - [x] Lightning fast
- [x] Realtime results as you type - [x] Realtime results as you type
- [ ] Works with file type filter - [x] Works with file type filter
1. [ ] Preview enhancements 1. [ ] Preview enhancements
- preview default view is constrained to files subwindow, - preview default view is constrained to files subwindow,
which can be toggled to fullscreen. which can be toggled to fullscreen.
1. [ ] Updated version and dependencies 1. [x] Updated version and dependencies
- [ ] uses latest npm and node version - [x] uses latest npm and node version
- [ ] removes deprecated npm packages - [x] removes deprecated npm packages
- [x] Updates golang dependencies - [x] Updates golang dependencies
1. [ ] Added authentication type 1. [ ] Added authentication type
- [ ] Using bearer token with remote authentication server - [ ] Using bearer token with remote authentication server