Release Notes
Slog v1.2.1 Released
Performance: Native Rust Core
This release rewrites the core data processing layer in Rust (via N-API), delivering significant performance improvements across the board.
The following modules have been moved from JavaScript to native Rust:
- File Scanner: Parallel directory traversal for building the file tree
- Markdown Parser: Single-pass extraction of tags, wiki links, and markdown links
- Note Indexer: In-memory index with parallel build (powered by Rayon) and incremental updates via content hashing (xxHash)
- Backlink Updater: Parallel backlink resolution for note renames and moves
- Search: Keyword and tag-based note search against the native index
- Graph Data: Relationship graph (nodes and edges) built from the native index
Slog v1.1.10 Released
ChangeLog
- Added file association support for .md/.markdown and .pdf/.docx/.doc
- Added application menu actions: Open..., Import..., Save, and Save All
- Improved single-instance and system "Open with" handling, including startup-argument file opening
- Added support for opening and editing Markdown files outside the notes directory
- Added external Markdown drag-and-drop options: "Edit original file" or "Import into Slog"
- Improved blank-page and editor drag-and-drop behavior (images/notes/external files)
- Improved image tab reuse logic and added "Copy image to clipboard"
- Improved PDF/Word import flow (installer checks, path-based import, and .doc warning copy)
🎉 Slog v1.1.8 Released
What's New
- Auto Tags: Automatic tagging system for better organization and searchability.
- Note Properties (Front Matter): Enhanced support for note metadata, making it easier to manage and categorize content.
- Export Note as Image: New feature allowing users to export notes as images for easier sharing and presentation.
- Export Note as HTML: Users can now export their notes in HTML format for web use and further integration.
- Insert Images from Unsplash: Seamless integration with Unsplash to enrich your notes with high-quality images.
Improvements
- PDF Export: Enhanced PDF export functionality for better formatting and presentation of notes in PDF format.
Slog v1.1.3 Released
Theme & Appearance
- Added new theme colors
- Full dark mode support for toasts, tooltips, danger actions, and form controls
- Added Tinted UI option
Editor Settings
- Line height, paragraph spacing, heading spacing, and list spacing now use stepper controls for precise adjustment
Stability
- slog-importer downloads now support resumable transfers with automatic retry
Slog v1.1.2 Released
What's New
- Slog Importer: support for importing .pdf, .docx, and .doc files
- New logo and updated accent color
- Redesigned UI layout
Improvements
- AI Chat has been moved to a dedicated Tab with a wider interface
- AI Chat session history is now persistently displayed in the AI Chat Tab
Bug Fixes
- Fixed a code block line-height issue that caused incorrect cursor positioning when rendering large files
Slog v1.1.0 Released
What's New
- Slog AI Writing Assistant
- Slog AI Chat
- Custom AI Chat (direct AI Provider integration)
- Login & Registration (Email OTP)
- Mermaid diagram syntax support
- Drag & drop .md and image files into notes
Improvements
- Blockquote styling
- UI/UX enhancements
Notes
- Registration, login, and AI features are optional. If you only use the note-taking features, no account is required.
- AI chat session history is saved as .md files in the
Slog Notes/.chat sessionsfolder. Files in.chat sessionscan be viewed in the editor but are read-only. To edit them, move the .md file out of the.chat sessionsfolder.
🎉 Slog v1.0.0 Released
Slog is a local-first Markdown note-taking app focused on plain-text writing and long-term knowledge preservation. Your notes exist as files on your own device — no cloud lock-in, no proprietary formats. Lightweight, controllable, and durable.
Today, I shipped the very first version of Slog using a 10-year-old iMac. To release it today, I didn't have time to complete Apple Developer enrollment, so this build is distributed unsigned.
This is a small and honest beginning. If you're looking for a simpler, more future-proof way to write and keep your notes, you're welcome to try Slog.