Laverna Versions Save

Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote.

0.7.51

6 years ago

Fix the desktop app crashes #842.

0.7.5

6 years ago

Switch to Dropbox v2 API.

0.7.4-RC1

7 years ago
  • 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.

0.7.3

7 years ago

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

0.7.2

7 years ago

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

0.7.2-RC4

8 years ago
  • 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.

0.7.2-RC3

8 years ago

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

0.7.2-RC2

8 years ago
  • 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.

0.7.2-RC

8 years ago
  • 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

0.7.1

8 years ago
  • Switch to localForage #300 #288
  • Adjust text size and line breaks #314 #315
  • Empty search input resets search #313
  • Fix file uploading #113
  • Fix appcache manifest #300
  • Add importing and exporting feature #304
  • Fix RemoteStorage bugs #279
  • Fix editing notes on mobile #320
  • Encryption: increase the default key strength to 10000
  • Enable copying and pasting in Desktop app, fixes #317 (Thanks to @athiele)
  • Fix the text overflow in drawer navbar title #305 (Thanks to @ncpierson)
  • Other bug fixes

People who have issues with accessing data created before release 0.7.x, need to run migrate.html.