February 09, 2025Notesium v0.6.4This release introduces the finder command, a built-in interactive filtering and selection tool powered by the excellent fzf engine. It enhances the CLI with flexible input handling and syntax-highlighted previews, making it easier to search and navigate notes efficiently.Read more »
January 15, 2025Notesium v0.6.3This release introduces a new lines --filter option with support for AND, OR, and NOT conditionals. It also implements tokenization for quoted terms, enabling more advanced and flexible queries directly on the CLI and via the API.Read more »
November 28, 2024Notesium v0.6.2Notesium now supports section folding in the web/app editor, making it easier to view and edit your notes, especially longer ones.Read more »
November 07, 2024Notesium v0.6.1This release focuses on enhancements to the web/app editor, including improvements to link insertion, global keybindings sequence handling, and resolving issues with international keyboard layouts.Read more »
September 30, 2024Notesium v0.6.0This release introduces Vim mode to the Web/App editor, emulating key features of Vim such as motions, operators, visual modes, macro support, incremental highlighted search, search and replace, jump lists, sort, marks, cross-buffer yank/paste, and expected commands for writing, quitting, and adjusting editor settings.Read more »
September 04, 2024Notesium v0.5.11This release brings refinements to the Web/App, including improved editor link insertion and concealment enhancements. It also adds support for discarding unsaved changes.Read more »
July 28, 2024Notesium v0.5.10The Web/App features a brand-new Ribbon, a Force Graph panel that optionally updates in real-time emphasizing the active note and its relationships, and inline toggling of the note metadata side panel.Read more »
July 02, 2024Notesium v0.5.9Building upon daily note support introduced in version 0.5.7, weekly note support has now been added in the embedded Web App and Vim, along with a configurable “start of week” setting.Read more »
June 16, 2024Notesium v0.5.8The Web/App now supports note deletion, first verifying there are no incoming links to avoid dangling links, followed by a confirmation dialog prior to deletion.Read more »
May 19, 2024Notesium v0.5.7Setting a custom ctime for new notes is now supported, enabling deterministic note filenames. Using the 00:00:00 convention, daily notes are now supported in the embedded Web App and in Vim via the NotesiumDaily command.Read more »
May 01, 2024Notesium v0.5.5Fixed: Cache: Skip non-hex8.md files instead of hard-fail. API: Note update lastMtime verification now uses UTC for comparison. Tests: Use Mtime from API instead of hardcoding (timezones).Read more »
March 08, 2024Notesium v0.5.4Added: Web/App: Editor table automatic formatting on Tab. Web/App: Editor table formatting with column alignment. Web/App: Editor table formatting with dynamic column adjustment.Read more »
January 26, 2024Notesium v0.5.3The web/graph has been rewritten and implemented in web/app, with all of same features (except cluster settings and darkmode), tighter integration, and additional improvements.Read more »
January 11, 2024Notesium v0.5.2Fixed: Web/App: Editor activeline unconceal only if focused and editable. Web/App: Finder entries overflow hidden and truncated. Web/App: Alerts positioning and always in front.Read more »
December 27, 2023Notesium v0.5.1Added: Web/App: Note LinkTree providing an expandable list of note links. Web/App: Note LinkTree links include linenumber where applicable.Read more »
December 19, 2023Notesium v0.5.0Notesium now includes an embedded Web App which is completely self-contained and runs locally. It includes an Editor to view and edit notes with syntax highlighting, and a Finder which mimics the Vim user-experience example integration (Fzf, bats, keybindings, etc.Read more »
August 02, 2023Notesium v0.4.2Fixed: Web graph filtered results search term highlight for click capture. Added: Web graph note preview syntax highlighting for headings, code blocks, inline code, bold, outgoing links with visual indicator.Read more »
July 18, 2023Notesium v0.4.1Added: Embedded web/graph and completion.bash in binary. Web command will serve embedded webroot by default. Extract command to print embedded files list of file content.Read more »
July 09, 2023Notesium v0.4.0This version includes backwards incompatible changes. Added: Web command with options for webroot, stop-on-idle, open-browser, port. Web API tests and endpoints: /api/notes /api/notes/:id /api/heartbeat.Read more »
June 25, 2023Notesium v0.3.0Notesium has been completely rewritten in golang, and provides feature parity with the previous shell script implementation. Minor changes in flag options are the only deviations from the previous version, as detailed below.Read more »
June 12, 2023Notesium v0.2.3Added: Bash shell completion for all commands and their options. Changed: Readme link insertion Fzf example includes +s to retain user sorting.Read more »
May 28, 2023Notesium v0.2.2Added: Graph clustering support by creation date (day, week, month). Graph clustering support inferred from titles. Graph settings persistence when changing clustering method.Read more »
May 21, 2023Notesium v0.2.1Added: Changelog going back to initial public release. Version command utilizing git describe. Readme versioning section.Read more »
May 18, 2023Notesium v0.2.0This version includes backwards incompatible changes. Added: List sorting by creation datetime: --sort=ctime. List prefix with creation datetime: --prefix=ctime. List prefix ctime and mtime customizable date format: --date=FORMAT.Read more »
May 03, 2023Notesium v0.1.9Fixed: Improved inline markdown link regular expression to conform to spec.Read more »
May 02, 2023Notesium v0.1.8Added: Stats command to output counts for notes, labels, orphans, links, dangling links, lines, words, characters. Stats can be formatted as a table, thousands with comma, color coded.Read more »
May 01, 2023Notesium v0.1.6Added: Force graph support for loading raw graph data from file.Read more »
April 30, 2023Notesium v0.1.5Added: Force graph filter result list search word emphasis. Force graph filter result list results toggle support. Force graph keybinding to focus filter input field /.Read more »
April 27, 2023Notesium v0.1.4Added: Force graph darkmode support. Fixed: Force graph hiding of labels correctly.Read more »
April 27, 2023Notesium v0.1.3Added: Force graph label toggling. Force graph dynamic node radius based on links count. Force graph search word-wise, display matches list and emphasize nodes.Read more »
April 24, 2023Notesium v0.1.2Added: URI protocol handler documentation and example integration. Graph command customizable node links format.Read more »
April 21, 2023Notesium v0.1.1Added: Graph command to generate raw data. Graph option to encode data in base64 and append to graph file URL.Read more »
April 18, 2023Notesium v0.1.0Initial public release. List: Display a list of all notes. List: Sort the list alphabetically by title or modification time.Read more »