AlephNote

Lightweight note taking client for Simplenote or Standard Notes (or simply local storage)

MIT License

Stars
195
Committers
4

Bot releases are visible (Hide)

AlephNote - Version 1.6.35

Published by Mikescher almost 4 years ago

Bugfixes

  • Fixed Regex URL Matching mode "Tolerant" (#159)

Features

  • Highlight currently active account in AccountSwitcher (right side of statusbar when multiple accounts exist)
  • Use first content line in "Sync with local folder" if there is no title (#165)
  • Add .lock files to repositories to prevent double-opening same files (#164)
  • StandardNotes: Add NoteModificationDate, TextModificationDate, TitleModificationDate, TagsModificationDate custom properties to note appdata (and set them to their corresponding values) (#170)
  • StandardNotes: Parse client_updated_at from note appdata (#170)
  • StandardNotes: Use NoteModificationDate/ClientUpdatedAt (if they exist) instead of raw modification date (#170)

Tasks

  • StandardNotes: Parse IsArchived, IsProtected, IsHidePreview from server response (but do not use in UI) (#170)
  • StandardNotes: Serialize RawAppData in note xml (#170)

Plugins

Plugins included by default:

FilesystemPlugin   v1.2.14
HeadlessPlugin     v1.4.11
NextcloudPlugin    v1.2.14
SimpleNotePlugin   v1.2.12
StandardNotePlugin v1.5.0
AlephNote - Version 1.6.34

Published by Mikescher over 4 years ago

Bugfixes

  • Fix SelectionColor in LogView under WinXP theme (#145)
  • Fix StandardNotes communication with special characters in email address
  • Fix exception when deleting first tag in note with StandardNotePlugin (#147)

Features

  • Add new theme from github/Arty2: stachybotrys (#153)
  • Add new (advanced) Setting 'UIFontFamily' (#141)
  • Add styling options for UI borders (#140)

Tasks

  • Statuscode 504 (GatewayTimeout) is now a ConnectionError (#133)

Plugins

Plugins included by default:

FilesystemPlugin   v1.2.13
HeadlessPlugin     v1.4.10
NextcloudPlugin    v1.2.13
SimpleNotePlugin   v1.2.11
StandardNotePlugin v1.4.8
AlephNote - Version 1.6.33

Published by Mikescher about 5 years ago

Bugfixes

  • Fixed fatal error in theme loading (#138) (#139)

Features

  • Support "a.b.c.d+" syntax for theme compatibility
  • Added new theme key: scrollbar visibility in notes-list / directory-list
  • Added new modifier "Hide scrollbars"

Tasks

  • Fixed AppVeyor CI
  • Change AutoUpdater to support zipped themes

Plugins

Plugins included by default:

FilesystemPlugin   v1.2.13
HeadlessPlugin     v1.4.10
NextcloudPlugin    v1.2.13
SimpleNotePlugin   v1.2.10
StandardNotePlugin v1.4.6
AlephNote - Version 1.6.32

Published by Mikescher about 5 years ago

This release is broken - use 1.6.33 instead !!

Bugfixes

  • Fixed spelling of some UI texts
  • Fixed tag button stealing the keyboard focus
  • Fixed shortcut conflict with different modifiers (#118)
  • Fixed EOL symbol not being shown (#119) (#130)
  • Fixed custom line numbers not being updated on tag change (#122)
  • Fixed tag autocompletion sometimes missing items (#121)
  • Fixed tag control sometimes loosing keyboard focus (#121)

Features

  • Added new theme key: caret color in note title (#124)
  • Added new theme key: foreground of mainmenu subitems (#128)
  • Added new theme key: selection color (#135)
  • Added new theme key: show/hide scrollbars in note (#136)
  • Added option to delay global search when there are too many notes (#123)
  • Added setting to hide main menu (#133)
  • Made markdown links clickable (#130)
  • Tab key in the tag control now adds the current tag (same as Enter) (#121)
  • Added option to create themes that change some (or all) icons (#129)
  • Added option for a vertical mainwindow layout (#132)

Tasks

  • Fixed AppVeyor CI
  • Change AutoUpdater to support zipped themes

Plugins

Plugins included by default:

FilesystemPlugin   v1.2.12
HeadlessPlugin     v1.4.9
NextcloudPlugin    v1.2.12
SimpleNotePlugin   v1.2.9
StandardNotePlugin v1.4.5
AlephNote - Version 1.6.31

Published by Mikescher over 5 years ago

Bugfixes

  • Fixed Nullpointer exception in TagControl (#105)
  • Fixed notes export not honoring filename character settings
  • Fixed window restore per shortcut resetting window-maximized state (#111)
  • Fixed syncing notes with systemtags is resetting their modification date (SimpleNotePlugin) (#108)
  • Fixed update checker not using proxy settings
  • Fixed crash when pressing escape while editing an empty tag (#105)
  • Fixed setting "Hide tag search button" not freeing up space
  • Fixed "Empty title" placeholder not being shown for notes without titles

Features

  • Added (default invisible) button to change tags (#104)
  • Added search term for notes without tags (#106)
  • Show number of selected notes in statusbar (#110)
  • Added new command AppToggleVisibility (#111)
  • Added option to show only every n-th line number (#107)
  • Added option to show hexadecimal line numbers
  • Use parallel notes download in first-start-dialog (#100)
  • Add new command FocusTitle (#112)
  • Add new command FocusTags (#112)
  • Auto focus note title when creating a new note (configurable) (#114)
  • Move focus to scintilla when pressing enter in note title (#114)
  • Add entries to add/remove tags to note context menu (#115)

Tasks

  • Update-notification dialog is now screen centered
  • Update CSharpUtils support library

Plugins

Plugins included by default:

FilesystemPlugin   v1.2.12
HeadlessPlugin     v1.4.9
NextcloudPlugin    v1.2.12
SimpleNotePlugin   v1.2.9
StandardNotePlugin v1.4.5
AlephNote - Version 1.6.30

Published by Mikescher over 5 years ago

Features

  • Added new command MoveCurrentLineUp (#102)
  • Added new command MoveCurrentLineDown (#102)
  • Added new command DuplicateCurrentLine (#102)
  • Added new command CopyCurrentLine (#102)
  • Added new command CutCurrentLine (#102)
  • Show shortcut conflicts in settings window
  • Added new command CopyAllowLine (#103)
  • Added new command CutAllowLine (#103)
  • Added option to use VS style line copy (#103)
  • Added parallel requests (multithreading) for some remote operations (#100)

Tasks

  • Added a default value for the shortcut scope
  • Moved ShortcutManager to AlephNote.Common project

Plugins

Plugins included by default:

FilesystemPlugin   v1.2.12
HeadlessPlugin     v1.4.9
NextcloudPlugin    v1.2.12
SimpleNotePlugin   v1.2.8
StandardNotePlugin v1.4.4
AlephNote - Version 1.6.29

Published by Mikescher over 5 years ago

Bugfixes

  • Fixed Markdown-List Highlighting not being shown directly after startup (#96)
  • Fixed backspace in an empty TagList making the control readonly (#94)
  • Fixed setting "rectangular selection" without "enable multiple selections" not working correctly (#101)
  • Fixed global search not correctly highlighting found text if the text had different case

Features

  • Sort notes alphabetically in Add-Link-to-Note-Chooser (#93)
  • Support directly highlighting mail addresses in note text (without mailto) (#92)
  • Added support for multi-selecting notes (and mass export/delete/etc) (#98)
  • Added new "mixed" state to markdown lists. (#95)
    There are now 3 states: ON ([X]), OFF ([ ]) and MIXED ([~])

Plugins

Plugins included by default:

FilesystemPlugin   v1.2.11
HeadlessPlugin     v1.4.8
NextcloudPlugin    v1.2.11
SimpleNotePlugin   v1.2.7
StandardNotePlugin v1.4.3
AlephNote - Version 1.6.28

Published by Mikescher almost 6 years ago

This is a beta release and won't appear in the updater
Do not use this release with important data - or at least be careful :)

Tasks

  • Fixed problems with enabled [AutoSortTags] and the StandardNotesPlugin
  • Fixed problems with enabled [AutoSortTags] and the TagEditControl
AlephNote - Version 1.6.27

Published by Mikescher almost 6 years ago

This is a beta release and won't appear in the updater
Do not use this release with important data - or at least be careful :)

Tasks

  • A lot more debug output to better debug sync problems (mainly in StandardNotes)
  • Use CSharpUtils for various features
  • Fixed Debugmode inconsistencies
AlephNote - Version 1.6.26

Published by Mikescher almost 6 years ago

If you experienced problems with your tags with the StandardNotes provider, please got to [Edit] -> [Delete local data and sync new] to re-create your local tag database

Bugfixes

  • Fixed typo in help texts
  • Fixed InvalidOperationException (#89)
  • Fixed captions in SettingsWindow (#80)
  • Fixed option UseRawFolderRepo not being disabled on account switch (#80)
  • Fixed (non-fatal) exception in SynchronizationDispatcher during shutdown
  • Fixed Tag support StandardNotePlugin due to API change (#88)
  • Fixed remote tag-update not immediately being shown in client (#90)

Features

  • Added support for file-links (#83)
  • Added support for note-links (#83)
  • Added support for mailto-links (#83)
  • Added dialog for file-links (#83)
  • Added dialog for note-links (#83)
  • Added dialog for mailto-links (#83)
  • Added dialog for hyperlinks (#83)
  • Added config to remember note-scroll only per session (#82)
  • Added uuid, random, linebreak, tab, plugin, account, note keywords to snippet parser (#85)
  • Added tab in settings to configure snippets (#85)

Plugins

Plugins included by default:

FilesystemPlugin   v1.2.10
HeadlessPlugin     v1.4.7
NextcloudPlugin    v1.2.10
SimpleNotePlugin   v1.2.6
StandardNotePlugin v1.4.0
AlephNote - Version 1.6.25

Published by Mikescher almost 6 years ago

Bugfixes

  • Fixed sidebar separator under windows classic theme (#79)
  • URL matching must start with an whitespace character (#76)
  • Fixed captions in SettingsWindow (#80)
  • Fixed option UseRawFolderRepo not being disabled on account switch (#80)

Features

  • Option to use subfolders for local FS sync (#80)

Plugins

Plugins included by default:

FilesystemPlugin   v1.2.9
HeadlessPlugin     v1.4.6
NextcloudPlugin    v1.2.9
SimpleNotePlugin   v1.2.5
StandardNotePlugin v1.3.3
AlephNote - Version 1.6.24

Published by Mikescher almost 6 years ago

Bugfixes

  • Fixed UpdateToPrerelease setting
  • Fixed sidebar separator under windows classic theme (#79)
  • Fixed URL matching with uncommon unicode characters (#76)
  • Fixed Note locked-state not being applied immediately (#78)
  • Fixed Note markdown-mode (by tag) not being applied immediately (#78)

Plugins

Plugins included by default:

FilesystemPlugin   v1.2.9
HeadlessPlugin     v1.4.6
NextcloudPlugin    v1.2.9
SimpleNotePlugin   v1.2.5
StandardNotePlugin v1.3.3
AlephNote - Version 1.6.23

Published by Mikescher almost 6 years ago

Features

  • Remember cursor position when [RememberScroll] is enabled (#72)
  • Advanced setting to allow some non-ascii chars in filenames (#75)
  • Advanced setting to allow all chars in filenames (#75)
  • Added theme modifiers (#77)
  • Added new theme modifier: compact-sidebar
  • Added new theme modifier: wide-sidebar

Tasks

  • Cleanup settings code & introduce global app context
  • major refactoring in ThemeManager to allow hierachies (for theme modifier)
  • Show warning when accessing the advanced settings panel

Bugfixes

  • Fixed round braces not being recognized in URL's (#76)
  • Fixed natural sort order ignoring whitespaces (#71)
  • StandardNotePlugin: Normalize linebreaks before sync (#74)
  • Fixed foreground color of some sub-menuitems (#73)

Plugins

Plugins included by default:

FilesystemPlugin   v1.2.9
HeadlessPlugin     v1.4.6
NextcloudPlugin    v1.2.9
SimpleNotePlugin   v1.2.5
StandardNotePlugin v1.3.3
AlephNote - Version 1.6.22

Published by Mikescher about 6 years ago

Bugfixes

  • Fixed Setting "Autostart with Windows" setting the wrong registry key
AlephNote - Version 1.6.21

Published by Mikescher about 6 years ago

Bugfixes

  • Fixed Exception pressing backspace in an empty TagControl (#69)
AlephNote - Version 1.6.20

Published by Mikescher about 6 years ago

Features

  • Complete rewrite of tag control (#64)
  • Option to automatically call git gc on local git backup repository every X commits
  • New Menu entries "Note preview style" and "Note sorting" (#62)
  • Option to remember Window state on close (#63)

Tasks

  • Removed unused file "AlephNote.PluginInterface.dll" from /plugins/ folder
  • Changed default theme to hide separator between notes in NotesList (#64)
  • Changed default theme to add 1px additional space between notes in NotesList (#61)
  • SimpleNote: Fixed (potential) exception when synchronizing a note without an title
  • NextcloudNote: Fixed (potential) exception when synchronizing a note without an title
  • Sort notes case insensitive by default (#66)

Bugfixes

  • Fixed NoteEdit control scrolling while focus is in SettingsWindow
  • Fixed race-condition when deleting big empty folder hierarchies in the local git backup repository
  • StandardNotes: Fixed exception when synchronizing a note without an title
  • Fixed markdown highlighting for bold/italic section followed by a space (#67)
  • Fixed markdown highlighting for enumerations followed by a bold/italic section
  • SimpleNote: Fixed API Error when permanently deleting a note

Plugins

Plugins included by default:

FilesystemPlugin   v1.2.9
HeadlessPlugin     v1.4.6
NextcloudPlugin    v1.2.9
SimpleNotePlugin   v1.2.5
StandardNotePlugin v1.3.2
AlephNote - Version 1.6.19

Published by Mikescher over 6 years ago

Features

  • New (potential) shortcuts (#53)
  • Disallow starting AlephNote multiple times from the same repository (#55)
  • Support for StandardFile API version 003 (#56)
  • Support for note-locked state (StandardNotes, Headless, FilesystemNotes) (#50)

Tasks

  • Remove redundant DLL's from /plugins/ directory
  • Only do the update-check in Release-mode
  • Only send anonymous statistics in Release-mode
  • Remove NetStandard support (for now - can be easily re-added later)

Bugfixes

  • Fixed Input of Alt+Key shortcuts via settings dialog
  • Fixed Alt+Key shortcuts not working in NoteEdit
  • Fixed selection issues when switching folders really fast
  • Fixed StandardNotes connection error being a fatal error message (#54)
  • Fixed update of ModificationDate from remote not being displayed
  • Made FilesystemNotes sync more robust (less conflict notes if there are no real conflicts)
  • Fixed scrolling behaviour for NoteEdit with focus on NoteList (#57)

Plugins

Plugins included by default:

FilesystemPlugin   v1.2.8
HeadlessPlugin     v1.4.5
NextcloudPlugin    v1.2.8
SimpleNotePlugin   v1.2.4
StandardNotePlugin v1.3.1
AlephNote - Version 1.6.18

Published by Mikescher over 6 years ago

Bugfixes

  • Fixed nextcloud sync with NC instances in server subdirectory (#51)
  • Fixed conflict-resolution-dialog layout

Plugins

Plugins included by default:

FilesystemPlugin   v1.2.7
HeadlessPlugin     v1.4.4
NextcloudPlugin    v1.2.7
SimpleNotePlugin   v1.2.3
StandardNotePlugin v1.2.4
AlephNote - Version 1.6.17

Published by Mikescher over 6 years ago

Features

  • Manual conflict resolution (#37)
  • Continue search by F3

Tasks

  • Fixed filesystem access in git mirroring (only edit files that where changed)
  • Update dependencies

Bugfixes

  • Adedd square brackets to allowed filename characters (#49)
  • Fixed crash when some notes failed to deserialize (in MultiBoolToVisibility)

Plugins

Plugins included by default:

FilesystemPlugin   v1.2.7
HeadlessPlugin     v1.4.4
NextcloudPlugin    v1.2.5
SimpleNotePlugin   v1.2.3
StandardNotePlugin v1.2.4
AlephNote - Version 1.6.16

Published by Mikescher over 6 years ago

Bugfixes

  • Fixed serialization error in it-IT locale (#48)

Plugins

Plugins included by default:

FilesystemPlugin   v1.2.5
HeadlessPlugin     v1.4.3
NextcloudPlugin    v1.2.4
SimpleNotePlugin   v1.2.2
StandardNotePlugin v1.2.3