Skip to content

Here comes the VNote 4

Latest

Choose a tag to compare

@tamlok tamlok released this 29 Jun 10:28
· 1 commit to master since this release

VNote 4 is a major release built on a brand-new native core (vxcore) that powers notebook management, search, configuration, and synchronization. The whole application has been re-architected (clean MVC + dependency injection) for reliability and future extensibility. Highlights versus VNote 3:

  • Notebook Sync (flagship): keep notebooks in sync across devices through any Git remote (GitHub, GitLab, self-hosted) over HTTPS or local file:// repositories
    • Enable per notebook from the new Sync button and Sync Info panel in the notebook explorer
    • Authenticate with a Personal Access Token, stored securely in your system keychain (Windows Credential Manager, macOS Keychain, or Linux Secret Service) — never written to config or logs
    • Changes sync automatically in the background, with a configurable Auto-sync interval in Settings > General (or sync on demand with Sync Now)
    • Built-in conflict resolution when the same note is edited on two devices
    • Live status (last sync time, idle/syncing/conflict/error) plus actionable messages for authentication failures
  • Open & clone notebooks: the redesigned Open Notebook dialog supports a Local folder mode and a Remote URL mode that clones a notebook straight from a Git URL (with optional token and mid-clone cancel)