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

Changelog History
Page 2

  • v0.11.0 Changes

    February 05, 2020

    ๐Ÿ‘€ Please see the CHANGELOG

  • v0.10.0 Changes

    September 30, 2019

    โœ‚ Removed

    • ๐Ÿ’ฅ Breaking Change: End-to-end encryption was removed. Previous versions will no longer be able to interact with the web API, because v1 and v2 endpoints were replaced by a new v3 endpoint to remove encryption.

    Migration guide

    • If you are using Dnote Pro, change the value of apiEndpoint in ~/.dnote/dnoterc to https://api.getdnote.com.
  • v0.9.1 Changes

    September 26, 2019
    • โž• Add a debug output when making HTTP request (#252)
  • v0.9.0 Changes

    August 01, 2019
    • ๐Ÿ‘ Allow to rename books (#154)

      dnote edit js --name javascript

    • ๐Ÿ‘ Allow to move notes between books (#114)

      dnote edit 1 --book javascript

    • Simplify removing books (#233)

      olddnote remove -b javascript# newdnote remove javascript

    • ๐Ÿ‘ Allow to skip confirmation when removing books or notes (#220)

      dnote remove -y 1 dnote remove -y javascript

    • ๐Ÿ”ง Automatically configure vscode if the user's editor is vscode. (#236)

  • v0.5.0 Changes

    February 06, 2020

    ๐Ÿ”„ Changed

    • ๐Ÿ—„ Deprecated the digest and digest emails (#397)
    • ๐Ÿ—„ Deprecated the repetition rules (#397)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix refocusing to the end of the textarea input (#405)
  • v0.4.0 Changes

    January 09, 2020

    โž• Added

    • ๐ŸŒ A web-based digest (#380)

    ๐Ÿ›  Fixed

    • Send inactive reminders with a correct email type (#385)
    • Wrap words in note content (#389)
  • v0.3.4 Changes

    December 24, 2019

    โž• Added

    • Remind when the knowledge base stops growing (#375)
    • Alert when a password is changed (#375)

    ๐Ÿ›  Fixed

    • Implement syntax highlighting for code blocks ($377)
  • v0.3.3 Changes

    December 17, 2019

    โž• Added

    • Send welcome email with login instructions upon reigstering (#352)
    • โž• Add an option to disable registration (#365)

    ๐Ÿ”„ Changed

    • Send emails from the domain that hosts the application for on premise installations (#355)
    • โฌ†๏ธ For on premise installations, automatically upgrade user accounts (#361)
  • v0.3.2 Changes

    November 20, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix server crash upon landing on a note page (#324).
    • ๐Ÿ‘ Allow to synchronize a large number of records (#321)
  • v0.3.1 Changes

    November 12, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix static files not being embedded in the binary. (#309)
    • ๐Ÿ›  Fix mobile menu not covering the whole screen. (#308)