Dnote v0.9.0 Release Notes

Release Date: 2019-08-01 // over 4 years ago
    • ๐Ÿ‘ 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)