Skip to content

Releases: Laverna/laverna

0.7.51

Choose a tag to compare

@wwebfor wwebfor released this 01 Oct 09:17

Fix the desktop app crashes #842.

0.7.5

Choose a tag to compare

@wwebfor wwebfor released this 30 Sep 10:05

Switch to Dropbox v2 API.

0.7.4-RC1

0.7.4-RC1 Pre-release
Pre-release

Choose a tag to compare

@wwebfor wwebfor released this 30 Jun 15:39
  • 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

Choose a tag to compare

@wwebfor wwebfor released this 16 Jun 13:14

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

Choose a tag to compare

@wwebfor wwebfor released this 15 Jun 15:51

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

0.7.2-RC4 Pre-release
Pre-release

Choose a tag to compare

@wwebfor wwebfor released this 15 Apr 10:29
  • 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

0.7.2-RC3 Pre-release
Pre-release

Choose a tag to compare

@wwwredfish wwwredfish released this 11 Feb 12:00

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

0.7.2-RC2 Pre-release
Pre-release

Choose a tag to compare

@wwebfor wwebfor released this 08 Feb 12:13
  • 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

0.7.2-RC Pre-release
Pre-release

Choose a tag to compare

@wwwredfish wwwredfish released this 08 Jan 13:58
  • 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

Choose a tag to compare

@wwebfor wwebfor released this 24 Dec 14:37
  • 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.