Compare commits
3 Commits
06f81652b7
...
refactor-e
| Author | SHA1 | Date | |
|---|---|---|---|
| 1976f45ab2 | |||
| f09a48626f | |||
| 22c3e76fc9 |
3
BUGs
3
BUGs
@@ -1,4 +1,5 @@
|
||||
### Next: 147
|
||||
### Next: 148
|
||||
BUG-147: cant change base path in settings anymore?
|
||||
BUG-146: with an empty DB, I See 'No files in Path!' twice (for file*, except for files_rbp)
|
||||
BUG-118: can move files from Bin path, but it leaves the del_file entry for it - need to remove it
|
||||
BUG-117: when search returns files that can be deleted and/or restored, the icon stays as delete and tries to delete!
|
||||
|
||||
2
TODO
2
TODO
@@ -1,3 +1,5 @@
|
||||
* clean up git branches!!!
|
||||
|
||||
### GENERAL
|
||||
* jobs for AI should show path name
|
||||
* rm dups job should show progress bar
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
numpy==1.26.4
|
||||
setuptools
|
||||
setuptools<70.0.0
|
||||
flask
|
||||
flask_login
|
||||
flask-ldap3-login
|
||||
@@ -17,6 +17,7 @@ datetime
|
||||
pytz
|
||||
dlib
|
||||
face_recognition
|
||||
face_recognition_models @ git+https://github.com/ageitgey/face_recognition_models
|
||||
Werkzeug
|
||||
flask-compress
|
||||
ffmpeg-python
|
||||
|
||||
Reference in New Issue
Block a user