filebrowser/roadmap.md

23 lines
835 B
Markdown
Raw Normal View History

2023-09-10 14:08:21 +00:00
# Planned Roadmap
2024-07-30 17:45:27 +00:00
Next version (v0.2.7) :
2023-09-10 14:08:21 +00:00
2024-06-12 19:51:13 +00:00
- Replace http routes for gorilla/mux
2024-07-30 17:45:27 +00:00
- Replace vue-router with simple vanilla js
- Theme configuration from settings
2024-02-10 00:13:02 +00:00
- Replace afero requests with std library
2024-07-30 17:45:27 +00:00
- Add Job status to the sidebar
- index status.
- new jobs as they come
2023-09-10 14:08:21 +00:00
2024-07-30 17:45:27 +00:00
Future releases:
2023-09-10 14:08:21 +00:00
- Allow multiple volumes to show up in the same filebrowser container. https://github.com/filebrowser/filebrowser/issues/2514
- enable/disable indexing for certain mounts
- Add tools to sidebar
- duplicate file detector.
- bulk rename https://github.com/filebrowser/filebrowser/issues/2473
2024-07-30 17:45:27 +00:00
- job manager - folder sync, copy, lifecycle operations
- metrics tracker - user access, file access, download count, last login, etc
- support minio s3 and backblaze sources https://github.com/filebrowser/filebrowser/issues/2544