Skip to main content
All releases
v1.3.3September 10, 2026

Bookmark manager, Omnibar, and a refreshed Welcome screen

Highlights

  • Bookmark manager dialog

    A full bookmark manager dialog and interactive bookmarks bar are now available in the Web Panel.

  • Omnibar on the Welcome screen

    A new combined search bar on the Welcome widget lets you search vault files and launch URLs in one place.

  • Session restore improvements

    Recent files and bookmarks are now shown as quick-access columns directly on the Welcome screen.

  • Smaller build size

    The Nuitka build pipeline now excludes unused standard library modules, reducing the final executable size.


Web Panel

  • Added a Bookmark Manager dialog with import and export support for bookmarks and cookies.
  • Added an interactive bookmarks bar that can be toggled from the navigation menu.
  • Standardized toolbar button sizes across the application.
  • Refactored fullscreen web handling for better reliability.

Welcome Screen

  • New Omnibar search on the Welcome widget for searching vault files and launching URLs.
  • Recent files and bookmarks displayed as quick-access columns.

Build & CI

  • Optimized Nuitka build pipeline to exclude unused standard library modules (tkinter, unittest, etc.).
  • Restored missing .gitmodules and setup.iss to resolve CI/CD build failures.

Fixes

  • Fixed a crash related to the paintEvent drop indicator.