Skip to content

v2.0.0

Compare
Choose a tag to compare
@micahellison micahellison released this 21 Sep 18:53

Full Changelog

🚨 BREAKING CHANGES 🚨

Implemented enhancements:

  • Change cryptographic backend from PyCrypto to cryptography.io
  • Config now respects XDG conventions and may move accordingly
  • Config name changed from journals.jrnl_name.journal to journals.jrnl_name.path

Fixed bugs:

Deprecated:

  • Deprecate Python 2 #624 (micahellison)
  • Config now saved as YAML (no more JSON)

Build:

  • change pinned label to a super cool emoji ⭐️ #646 (wren)
  • Update Travis build badge and restore pypi badges #603 (micahellison)

Updated documentation:

  • Mention lack of Day One support and relevant history in readme #608 (micahellison)
  • Add a code of conduct file (rather than adding to contributing) #604 (wren)
  • Update docs to reflect merging jrnl-plus fork back upstream #601 (micahellison)
  • Add instructions for VS Code #544 (emceeaich)