v2.2.0
Added
- File filtering system like FreeFileSync's, which is added in the Settings modal 4c53a99
- Some examples for how the filter rules work:
| Path | Filter Directive |
|---------------------------|------------------------------------------------|
| */.git/objects/* | Any path which contains /.git/objects |
| VAULT/*/.git/ | Any path starting with VAULT/ & ends w /.git |
| VAULT/code/i-ncript/.git/ | Path that matches VAULT/code/i-ncript/.git/ |
| *.jpg~ | Any file that is a .jpg~ |
| *Image.png | Any file that is named Image.png |
| M-BOX/docs/*.pdf | Any .pdf files but only inside M-BOX/docs/ |
- Auto check for update through http request on app load b07bfc5
- Custom decorated Wails runtime logger with the color pkg c905b5f
- Dark light background-grid on logger modal 1551015
- Keyup bind to M-BOX page pack and open calls 1551015
- FileTree leverages the blur transition for expanded fileNodes f4c703e
- Hot Filer mounts a Chronograph on enable f4c703e
- Added file tree rebuild call on successful M-BOX pack & open db91859
Fixed
- Login input and button focus on confirm password cf09fa0
- Encrypt/decrypt not working after a file is moved db91859
- Getter for percent of drive to directory size c39a4e2
- Dark/light mode on DirSize & RadialProgress widget
Changed
- Condensed Introduction texts on AppSetup
The .exe being 10MB while the unix executable is only 3MB is due to an issue with UPX compression on Windows.