Skip to content

Releases: 0xsonu/zenvoy

Zenvoy v0.1.2

14 Jun 18:04

Choose a tag to compare

What's Changed

  • fix release changelog: fetch tags and use HEAD
  • release workflow: use workflow_dispatch for reliable releases
  • release workflow: trigger on draft release, auto-publish with changelog and download table
  • fix formatting
  • add in-app updater with signed releases
  • fix url type
  • fix url type
  • Merge pull request #1 from 0xsonu/fix/windows-ico-format
  • CI: build and cache artifacts on PR, reuse cargo cache in release
  • fix Windows build: convert icon.ico to proper ICO format
  • setup release workflow with compiled binaries and changelog
  • fix CI: install GTK/WebKit system deps for Linux build
  • fix note listing, clean up warnings, add CI workflow for v0.0.1
  • fix note list not updating after create by disabling unimplemented paginated listing
  • fix browser bridge detection and wire specialized window rendering
  • use original app icons for all platforms
  • add Docker support for self-hosted server deployment
  • implement MCP server with JSON-RPC transport and 26 vault tools
  • implement zen CLI with full command dispatch
  • add HTTP bridge for web server mode
  • port complete frontend component library and styles from app-core
  • wire app entry point with Tauri bridge and React shell
  • add external file, remote workspace, and TikZ rendering support
  • register all Tauri commands for vault, notes, folders, assets, and system ops
  • implement Tauri bridge adapter mapping all ZenBridge methods to invoke()
  • serve embedded frontend with SPA fallback and base-path injection
  • add WebSocket endpoint for real-time file change notifications
  • wire all vault operations to HTTP API endpoints
  • implement session auth with rate-limited login and cookie sessions
  • add project documentation, architecture docs, and contribution guide
  • scaffold Axum HTTP server with security headers and CORS
  • finalize config module with base path normalization and tests
  • add demo tour with sample notes for onboarding
  • add custom template file management
  • implement CSV database operations with sidecar schema
  • add note comments with sidecar JSON storage
  • support automatic wikilink updates on note rename
  • add full-text search with ripgrep acceleration and fallback
  • implement task parsing and vault-wide scanning
  • implement asset management with import, rename, and undo delete
  • implement folder operations with nested directory support
  • add trash, archive, and cross-folder move operations
  • implement note CRUD operations
  • implement note listing with metadata extraction and caching
  • add vault initialization and layout management
  • add shared domain types and bridge contract interfaces
  • initialize project with Tauri v2, Vite, React, and Tailwind

Downloads

Platform Desktop App Server Binary
macOS (Apple Silicon) Zenvoy_*_aarch64.dmg zenvoy-server-aarch64-apple-darwin
macOS (Intel) Zenvoy_*_x64.dmg zenvoy-server-x86_64-apple-darwin
Linux (x64) Zenvoy_*_amd64.AppImage zenvoy-server-x86_64-unknown-linux-gnu
Windows (x64) Zenvoy_*_x64-setup.exe zenvoy-server-x86_64-pc-windows-msvc.exe