Skip to content

Releases: Mikescher/AlephNote

AlephNote 1.6.4

28 Dec 14:09
9da004c
Compare
Choose a tag to compare

Features

  • You can now use plugins that support sorting notes into folders (config is default-off)
  • Plugins that do not support folders can emulate folder support by putting the path into the title
  • Smooth scrolling in Notes sidebar (optional, default-off)
  • Option to disable editor-autofocus when selecting a note in the sidebar
  • More shortcut actions (but without a default assigned shortcuts) ( #19 )

Bugfixes

  • Fixed note sorting not updating for sortingmode != last-modified ( #18 )
  • SimpleNote: No error on invalid mdate/cdate. Only log a warning ( #21 )
  • StandardNotes: recieving a note with an invalid tag is now only a warning (not an error)
  • Fixed notes sidebar not scrollign while focus is in note editor
  • New sidebar preview style: "Title & first line"

Other

  • StandardNotesPlugin: Remember more server metadata locally (references, authHash, version)
  • Faster opening of settingswindow
  • Log file can be exported (for bug reports) ( #21 )
  • Fixed rectangular selection moving focus away from editor
  • Debug tools in debug mode

Plugins

Plugins included by default:

FilesystemPlugin   v1.2.2
HeadlessPlugin     v1.3.1
NextcloudPlugin    v1.2.1
SimpleNotePlugin   v1.1.9
StandardNotePlugin v1.1.9

AlephNote 1.6.3

13 Dec 16:01
7cd7911
Compare
Choose a tag to compare

Features

  • Support for StandardNotes 002 api + encryption scheme
  • Better error messages when StandardNotes authentification fails
  • debug log mode can be enabled after program has started

Bugfixes

  • StandardNotes auth works again (in 001 mode)
  • Individual config of launchOnBoot on two parallel instances works now
  • Mor multithreading serialization bugs fixed (writing of persistance data)

AlephNote 1.6.2

09 Dec 16:38
3e97fc0
Compare
Choose a tag to compare

Bugfix:

Fixed serialization error (remote-data writing was not synchronized)

AlephNote 1.6.1

08 Dec 14:23
a843d7c
Compare
Choose a tag to compare

Fixed language in update dialog

AlephNote v1.6.0

08 Dec 14:03
c714450
Compare
Choose a tag to compare

Features

  • added new setting: "Always on Top" (issue #9)
  • dropping text files into note list or note edit area creates a new note (issue #9)
  • New context menu entry "Create note from clipboard" (issue #10)
  • You can navigate in the notes list by pressing the first letter of the title (issue #10)
  • Insert custom text snippets (issue #12), currently not configurable via UI, only manually in settings file
  • Click checkboxes in list highlighted note to check/uncheck an item
  • Remember last opened note across sessions
  • When doing a global search highlight search results in note content (currently not in title/tags)
  • Customizable shortcuts (issues #9 and #12)
  • System global shortcuts
  • Possibility to set synchronization interval to "Manual only"
  • Much better first startup wizard (issue #6)
  • Remember last scroll position (issue #15)
  • Option to "Scroll after last line"
  • Help text button/popup in the Settings dialog

Bugfixes

  • When deleting the active account it is no longer possible to have a NULL account active
  • Automatically sort tags alphabetically
  • Multiple distinct AlephNote instances override the "Startup on boot" setting of each other
  • Fixed really slow editing in scintilla control (input-lag)
  • Fixed checkbox settings in the Settings dialog not being saved correctly
  • Fixed standardnote plugin no longer working (issue #14)

Other

  • Base64 note content serialization now adds line breaks every 80 characters
  • Fixed github page css url
  • Grammar corrections
  • Show warning befor doing a full resync
  • Better error messages when simplenote login fails
  • Send anonymous usage statistics (only what provider is used and note count, opt-out)
  • Fixed a few WPF warnings
  • Fixed a lot Resharper warnings
  • StandardNotePlugin does no longer need Json.Net assembly
  • Better default window sizes

Plugins

Plugins included by default:

FilesystemPlugin   v1.1.4
HeadlessPlugin     v1.2.1
NextcloudPlugin    v1.1.4
SimpleNotePlugin   v1.1.6
StandardNotePlugin v1.1.3

AlephNote v1.5.1

17 Nov 21:07
cbc70c6
Compare
Choose a tag to compare

Bugfixes:

  • The regex for URL detection (used by the highlighter) did not recognize URL's with # or % in it

AlephNote v1.5.0

17 Nov 20:55
9e3947d
Compare
Choose a tag to compare

Features:

  • Complete rewrite of local storage.
    Attention: This resets all your accounts and you will need to reenter the remote account username/password and resync your notes. If you are using a "No remote" provider please export your notes again
  • Highligthing of hyperlinks (http/ftp/mailto) and making them clickable. (configurable in the settings)
  • Markdown highlighting support (configurable in the settings)
  • List highlighting support. The list syntax is the same as github uses (configurable in the settings)
  • autocompletion for tags (based on existing tags)

Bugfixes:

  • Fixed syncing in Simplenote with >100 notes
  • Fixed too long sync-error window if server returns non-json data

Tasks:

  • Option to create subfolders per account in local git backup
  • provide a name for headless mode (to better identify multiple headless accounts)
  • Show placeholder when note has no tags
  • search only for by enclosing the search string in square brackets. e.g. [markdown]
  • when searching (Ctrl+F) scroll first search-result into viewport

AlephNote v1.4.1

18 Oct 15:40
7e9601c
Compare
Choose a tag to compare

Tasks

  • Local git mirror is now only touched when there are actual changes

AlephNote v1.4.0

13 Oct 16:20
89ed74b
Compare
Choose a tag to compare

Bugfixes

  • Fixed github auto updater not working

Features

  • Added (additional) synchronization with local git repo (for backup/history purposes)

AlephNote v1.3.2

03 Sep 10:18
252c35f
Compare
Choose a tag to compare

Bugfixes

  • Test serialized notes before copying into NoteRepository