v0.6 comes with one really big improvement. Node-gyp has been removed. This was achieved by switching from SQLite to LokiJS. What this means to you:
- Less cruft. 50MB less cruft to be exact. Goodbye deadweight
- Speed improvements. LokiJs is an in-memory document store and it's fast
- Shorter install times
- No more mysterious errors. Node-gyp compiled custom C/C++ code that was hard to debug and impossible to test on every environment
Other improvements:
- Better Web UI
- Updated Electron to version 1.6.15
- Fixed DB bug that would cause deleted files not to be removed from DB
- The Windows EXE is now signed