Bugfixes:
- Deleted files within deleted directories aren't detected with FS watcher
- Edit Folder UI displays default "Full Rescan Interval (s)" value instead of the actual one
- Race on folder restart
- Impossible to edit folder with path "/"
- Database schema from the future should be rejected
- v0.14.48 panic: runtime error: index out of range
- "kiB" should be "KiB"
- Stuck in CPU consuming accept loop when out of file descriptors
Enhancements:
- Snap package could use removable-media slot
- Speed up delete propagation when it's not a rename
- Executable files edited on Windows should retain execute bit on Unixes
- Disable rescan button while scanning instead of hiding it
Other issues:
- Replace deprecated github.com/kardianos/osext with standard library's os
Signed-off-by: Pierre-Yves <pyu@riseup.net>