Skip to content

Releases: bartnv/flownotes

Version 4.2

22 Aug 14:05
Compare
Choose a tag to compare

New features in this release:

  • Show a notification when the service worker has fetched a new version of FlowNotes
  • Expose uploads in published notes so they can be viewed without being logged in

Plus various fixes.

Full Changelog: v4.1...v4.2

Version 4.1

06 Apr 13:19
Compare
Choose a tag to compare

This release adds the following features:

  • File uploads that are images will now be linked as Markdown images
  • Click images in rendered notes to view them in a lightbox
  • Inserting pasted image data in a note is now supported
  • An experimental popout feature for notes
  • Improved search which sorts the results by number of matches
  • Export functions for the Sqlite database and the uploads folder

Full Changelog: v4.0...v4.1

Version 4.0

11 Mar 14:36
Compare
Choose a tag to compare

This release drops support for PHP 7 and old browsers that don't have ECMAScript 2020 features.

No new features were added.

Version 3.7

19 Feb 17:42
Compare
Choose a tag to compare

Headline feature for this release is the initial support for uploaded files. Just drag-and-drop files onto the central panel. They will be attached to a note using standard Markdown link syntax. FlowNotes will manage the 'uploads' directory used for this and securely proxy the files for you. If you use something other than Apache, though, you'll need to block direct access to this directory yourself.

Besides the various fixes, other new features are:

  • Support searching by note id from the search panel
  • Add shift+enter hotkey to move selected text to a new note
  • Add note templates to initialize new notes from another note

To use the latter feature, go to the settings panel to set this up.

Version 3.6

05 Oct 20:12
Compare
Choose a tag to compare

This version adds an automatic table of contents feature based on the markdown headings in the note. You can find the ToC in the right sidebar below the snapshots button.

Further enhancements include:

  • showing unsaved changes with an orange dot in the notes list
  • the ability to reorder the list of pinned notes by dragging
  • hotkeys to increase/decrease the quotation level of selected text (CTRL+'>' and CTRL+'<')
  • the ability to give a name to each stored U2F key
  • showing a list of active auth tokens next to the 'Logout all sessions' button

plus an assortment of bug fixes.

Version 3.5

12 Aug 22:31
Compare
Choose a tag to compare

This release adds an app tour that can be started from the help screen. It also adds two new hotkeys: CTRL+F1 which inserts a separator at the cursor position and CTRL+F2 which selects all text between the two nearest separators. This makes it easier to work with notes containing repeating sections.

Version 3.4

15 Feb 16:09
Compare
Choose a tag to compare

This release fixes the 'Share to FlowNotes' function and adds a help button to show the available hotkeys and gestures within FlowNotes.

Version 3.3

29 Dec 12:52
Compare
Choose a tag to compare

This release has mostly bug fixes and performance improvements, but it adds one new feature. It is now possible to use FlowNotes as share target on mobile if you've installed it as a PWA. Content shared to FlowNotes can be put in a new note or appended to existing notes if you configure those in the settings.

Version 3.2

07 Nov 15:06
Compare
Choose a tag to compare

New features in this release:

  • Add export function to download all notes as HTML
  • Add export function to publish notes to the 'public' folder on the server
  • Basic PWA features to trigger 'Add to homescreen' popups
  • Support Regular Expressions in search by starting the term with /
  • Add feature to show inter-note links in a new right sidebar
  • Enable link activation in edit mode with alt-click
  • Support Markdown info tags on fenced codeblocks
  • Support intra-note links in the form

Version 3.1

16 Sep 20:04
Compare
Choose a tag to compare

New features in this release:

  • Automatically repeat indentation/list markup on newline
  • Add export function to download all notes as plain text
  • Add export function to download current note as HTML