filebrowser/roadmap.md

28 lines
939 B
Markdown
Raw Normal View History

2023-09-10 14:08:21 +00:00
# Planned Roadmap
2024-08-24 22:02:33 +00:00
next 0.2.x release:
2023-09-10 14:08:21 +00:00
2024-07-30 17:45:27 +00:00
- Theme configuration from settings
2024-09-16 21:01:16 +00:00
- File syncronization improvements
- right-click context menu
2024-08-24 22:02:33 +00:00
initial 0.3.0 release :
2024-09-16 21:01:16 +00:00
- database changes
- introduce jobs as replacement to runners.
2024-07-30 17:45:27 +00:00
- Add Job status to the sidebar
- index status.
2024-08-24 22:02:33 +00:00
- Job status from users
2024-09-16 21:01:16 +00:00
- upload status
2023-09-10 14:08:21 +00:00
2024-07-30 17:45:27 +00:00
Future releases:
2024-08-03 15:34:12 +00:00
- Replace http routes for gorilla/mux with pocketbase
- 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
- 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