Releases: zer0tonin/Mikochi
Releases · zer0tonin/Mikochi
1.8.1
- Removes an attempt at optimizing cache refresh which caused inconsistent file list display
1.8.0
- Adds a progress bar on file upload
- Allows uploading multiple files simultaneously
1.7.0
- Add a dropdown menu with a log out option
- Adds a success toast on upload, delete, etc operations
- Removes padding on mobile devices
- Adds a "FRONTEND_FILES" environment variable used to indicate the static frontend files folder
1.6.2
- Fix path inconsistencies
- Wider table with higlighted row on hover
1.6.0
- Handles non-json formatted errors from the backend or reverse-proxies
- Adds an option for GZIP compression (off by default)
1.5.1
- Fixes duplicate HTTP requests on search (thanks @suyash-sneo )
- Fixes back navigation
1.5.0
- Adds NO_AUTH option to disable the password authentication
- Makes the folder icons clickable
1.4.6
- Fix deleting/renaming from the root directory
- Fix using the rename modal multiple times in a row
1.4.5
Update dependencies and format
1.4.4
Fix falling back to client-side routing on prod builds (closes #2)