All Versions
11
Latest Version
Avg Release Cycle
65 days
Latest Release
2370 days ago

Changelog History
Page 1

  • v0.7.51 Changes

    October 01, 2017

    ๐Ÿ›  Fix the desktop app crashes #842.

  • v0.7.5 Changes

    September 30, 2017

    Switch to Dropbox v2 API.

  • v0.7.4 Changes

    June 30, 2016
    • ๐Ÿš€ Release a mobile app for Android
    • โž• Add swipe gestures
    • Escape all data before outputting to prevent XSS
    • โž• Add Korean translation
    • โž• Add swipe gestures
    • ๐Ÿ›  Fix synchronization on Cordova app
    • Electron doesn't start a server anymore
    • ๐Ÿ‘ Allow to change the directory where Electron app stores data with an argument. Example: ./laverna --data-dir=../laverna-data. It will allow to use the app as a portable application.
  • v0.7.4-RC1 Changes

    June 30, 2016
    • ๐Ÿš€ Release a mobile app for Android
    • โž• Add swipe gestures
    • Escape all data before outputting to prevent XSS
    • โž• Add Korean translation
    • โž• Add swipe gestures
    • ๐Ÿ›  Fix synchronization on Cordova app
    • Electron doesn't start a server anymore
    • ๐Ÿ‘ Allow to change the directory where Electron app stores data with an argument. Example: ./laverna --data-dir=../laverna-data. It will allow to use the app as a portable application.
  • v0.7.3 Changes

    June 16, 2016

    ๐Ÿš€ This release solves the following bugs:

    • โฌ‡๏ธ Dropbox authorization fail #465
    • ๐Ÿ‘‰ Make the app wait until i18next loads a locale
    • ๐Ÿ”„ Change load path for i18next locales
  • v0.7.2 Changes

    June 15, 2016

    Major changes:

    • Switch to Codemirror editor and Markdown-it
    • Switch to Prism.js to highlight code blocks
    • โž• Add module settings. It allows to enable/disable modules which aren't needed.
    • โž• Add ability to specify port for Electron app (./laverna --port 8080)
    • โž• Add electronSearch module #395, 389. The module needs to be enabled.
    • โž• Add a module for synchronizing data to a file system #262, #6, #104, #155.
    • Filter data from XSS before saving and outputting
  • v0.7.2-RC4 Changes

    April 15, 2016
    • โž• Add module settings. It allows to enable/disable modules which aren't needed.
    • โž• Add ability to specify port for Electron app (./laverna --port 8080)
    • โž• Add electronSearch module #395, 389. The module needs to be enabled.
    • โž• Add a module for synchronizing data to a file system #262, #6, #104, #155.
    • โž• Add Danish and update French translations.

    ๐Ÿ”€ In order to start synchronizing data into file system, you need to enable fs module and specify a folder. Currently the module is available only in Electron app.

  • v0.7.2-RC3 Changes

    February 11, 2016

    ๐Ÿš€ In this release a lot of bugs have been fixed.

    • ๐Ÿ‘‰ Show HTML tags in a note #345, #378, #368
    • ๐Ÿ›  Fix bugs with showing checkboxes #333
    • ๐Ÿ›  Fix table styles, close #253
    • Don't show a note after it is deleted #337
    • ๐Ÿ›  Fix pagination buttons #335
    • ๐Ÿ‘ท Don't run WebWorkers from file:// protocol
    • ๐Ÿ‘ท Disable WebWorkers on Webkit based browsers. It resolves the following issues #16, #95, #266, #188, and #340.
    • ๐Ÿ‘Œ Improve CSS styles of notebook selector #390, #346
    • ๐Ÿ“ฑ Make tables responsive #392
    • โž• Add horizontal scrollbars for code blocks #392
  • v0.7.2-RC2 Changes

    February 08, 2016
    • ๐Ÿ›  Fix encryption bugs #a444d91
    • ๐Ÿ›  Fix inline code blocks not showing up (by @ncpierson)
    • ๐Ÿ›  Fix RemoteStorage bugs #377 (by @bnjbvr)
    • Generate new random encryption salt automatically every time when the password is changed

    ๐Ÿš€ In this release we mostly focused on encryption. Encryption performance should be better because we use WebWorkers now.

    It is strongly recommended that you backup your data and change your password or at least encryption salt.

    ๐Ÿš€ You can access this pre-release version at https://laverna.cc/nightly.

  • v0.7.2-RC Changes

    January 08, 2016
    • Switch to Codemirror editor
    • ๐Ÿ“œ Use Markdown-it as a Markdown parser
    • Switch to Prism.js to highlight code blocks
    • ๐Ÿ‘Œ Improve UX of the editor in normal mode
    • โšก๏ธ Update SJCL to 1.0.3
    • ๐Ÿ›  Fix bugs with parsing tasks #324
    • ๐Ÿ›  Fix bugs with Dropbox login page on desktop app #351, #328 (Thanks to @zweicoder)
    • ๐Ÿ›  Fix bugs in MathJax module #339

    Now you need to specify language to highlight code blocks. For example:

    ```javascript