Skip to content

v0.1.0 / 2017-09-17

Compare
Choose a tag to compare
@jmcfarlane jmcfarlane released this 19 Sep 04:53
· 121 commits to main since this release
  • Initial (experimental) support for distributed writes.
    • The idea is you can share your notes directory via a tool like
      Syncthing, and then run a single primary and as many
      -secondary instances as you like. All computers have write
      access, and all changes get replicated through the primary back
      to the secondary nodes. Current replication mechanisms (maybe)
      known to work:
      1. Syncthing
    • Testing has only been performed on Linux
    • UI is very much incomplete
  • Remove sqlite
  • Upgrade dependencies
  • Purge the vendor folder before a build