All Versions
25
Latest Version
Avg Release Cycle
25 days
Latest Release
1641 days ago

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

    โž• Added

    • Specify spaced repetition rule (#280)

    ๐Ÿ”„ Changed

    • Treat a linebreak as a new line in the preview (#261)
    • ๐Ÿ‘ Allow to have multiple editor states for adding and editing notes (#260)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix jumping focus on editor (#265)
  • 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 and v2 API endpoints were removed, and v3 API was added as a replacement.

    Migration guide

    • In your application, navigate to /classic and follow the automated migration steps.