Skip to content

Releases: dnote/dnote

cli-v0.16.0

08 Nov 08:09
8f37d34

Choose a tag to compare

What's Changed

  • Remove ls and cat commands (#715)
  • Use Apache 2.0 license (#708)

server-v3.0.0

01 Nov 21:27
f1d7123

Choose a tag to compare

Summary

Dnote server v3.0.0 makes self-hosting simpler with a smaller resource footprint. By switching to SQLite, you no longer need to run a separate PostgreSQL database server. The entire setup now runs as a single binary with a single database file. Docker images are now available for Linux AMD64, ARM64, ARMv7, and 386. Run Dnote on Raspberry Pi, ARM servers, and other platforms. The server also officially supports FreeBSD AMD64, expanding deployment options for BSD users.

User management is now built into the server CLI with the dnote-server user subcommand for creating, removing, and managing users. Docker healthcheck support improves container orchestration. Client rate limiting helps prevent server overload. Also, in keeping with Dnote’s guiding principle of openness, Dnote is now licensed under more permissive Apache 2.0.

What's Changed

  • Use SQLite on the server (#681)
  • Run server on port 3001 (#687)
  • Remove email verification (#688)
  • Rate limit API (#689)
  • Manage users with server CLI (#696)
  • Converge if using same book names while syncing (#694)
  • Add Docker images for linux arm64, armv7, 386 (#697)
  • Specify DBPath for docker (#699)
  • Remove public from CLI (#703)
  • Remove unused templates (#702)
  • Remove the unused encrypted and public fields (#700)
  • Merge user and account (#701)
  • Improve empty server sync when multiple clients exist (#706)
  • Fix an edge case of repeated syncs due to orphaned note (#704)
  • Auto vacuum and manage connections (#705)
  • Use Apache 2.0 license (#708)
  • Simplify email backend and remove --appEnv (#710)
  • Rename webUrl to baseUrl (#711)
  • Fix log level (#712)

Migration Guide

Database Change: Database Migration Required. Server 3.0 uses SQLite instead of PostgreSQL. To migrate your existing data from PostgreSQL to SQLite, see https://github.com/dnote/pg2sqlite.

Configuration change: Please see the README for the new server configuration.

cli-v0.15.5

27 Oct 01:06
6314749

Choose a tag to compare

What's Changed

  • Fix an edge case of repeated syncs due to orphaned note (#704)
  • Improve empty server sync when multiple clients exist (#706)
  • Remove public from CLI (#703)
  • Remove the unused encrypted field (#700)

server-v3.0.0-rc4

27 Oct 01:05
6314749

Choose a tag to compare

server-v3.0.0-rc4 Pre-release
Pre-release

This is a pre-release and won't be compatible with v3.0.0.
This is incompatible with v3.0.0-rc3.

What's Changed

  • Auto vacuum and manage connections (#705)
  • Fix an edge case of repeated syncs due to orphaned note (#704)
  • Improve empty server sync when multiple clients exist (#706)
  • Merge user and account (#701)
  • Remove public from CLI (#703)
  • Remove the unused encrypted and public fields (#700)
  • Remove unused templates (#702)
  • Specify DBPath for docker (#699)

cli-v0.15.4

19 Oct 22:19
505fc67

Choose a tag to compare

What's Changed

  • Converge if using same book names while syncing (#694)
  • Handle errors (#693)

server-v3.0.0-rc3

19 Oct 22:09
505fc67

Choose a tag to compare

server-v3.0.0-rc3 Pre-release
Pre-release

This is a pre-release and won't be compatible with v3.0.0.

What's Changed

  • Add Docker images for linux arm64, armv7, 386 (#697)
  • Converge if using same book names while syncing (#694)
  • Manage users with server CLI (#696)

cli-v0.15.3

12 Oct 22:20
346bd9a

Choose a tag to compare

What's Changed

  • Add dbPath flag and update apiEndpoint flag (#692)
  • Allow to upload all data to an empty server (#690)
  • Rate limit client (#689)

server-v3.0.0-rc2

12 Oct 20:18
74119b1

Choose a tag to compare

server-v3.0.0-rc2 Pre-release
Pre-release

This is a pre-release and won't be compatible with v3.0.0.

What's Changed

  • Rate limit API (#689)
  • Remove email verification (#688)
  • Run server on port 3001 (#687)

cli-v0.15.2

06 Oct 05:38
a62c7f9

Choose a tag to compare

Please see the CHANGELOG

server-v3.0.0-rc1

06 Oct 01:07

Choose a tag to compare

server-v3.0.0-rc1 Pre-release
Pre-release

This is a pre-release and won't be compatible with v3.0.0.

Please see the CHANGELOG