All Versions
25
Latest Version
Avg Release Cycle
25 days
Latest Release
1969 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.3.0 Changes
November 12, 2019๐ Please use a newer version: https://github.com/dnote/dnote/releases/tag/server-v0.3.1
-
v0.2.1 Changes
November 04, 2019โฌ๏ธ Upgrade Guide
Please define the follwoing new environment variables:
WebURL
: the URL to your Dnote server, without the trailing slash. (e.g.https://my-server.com
) (Please see #290)SmtpPort
: the SMTP port. (e.g.465
) optional - required if you want to configure email
โ Added
- Display version number in the settings (#293)
- ๐ Allow unsecure database connection in production (#276)
๐ Fixed
- ๐ Allow to customize the app URL in the emails (#290)
- ๐ Allow to customize the SMTP port (#292)
-
v0.2.0 Changes
October 28, 2019 -
v0.1.1 Changes
September 30, 2019๐ Fixed
- ๐ Fix asset loading (#257)
-
v0.1.0 Changes
September 30, 2019โ Added
- Full-text search (#254)
- Password recovery (#254)
- Embedded notes in the digest emails (#254)
โ Removed
- ๐ฅ Breaking Change: End-to-end encryption was removed. Existing users need to go to
/classic
and follow the automated migration steps. (#254) - ๐ฅ Breaking Change:
v1
andv2
API endpoints were removed, andv3
API was added as a replacement.
Migration guide
- In your application, navigate to
/classic
and follow the automated migration steps.