Skip to content

Releases: silenthillzeroq-code/clipnova

ClipNova 0.3.5

21 Apr 20:42

Choose a tag to compare

Highlights

  • Groq support with live model discovery during AI key validation
  • Vault secret detection hardening with fewer false positives
  • Browser extension form memory fallback through the local HTTP bridge
  • Final Win+V reliability fix for QuickPaste

Validation

  • cargo check
  • npm run typecheck
  • npm test -- src/tests/lib/formMemoryContent.test.ts
  • cargo test password_detection_heuristic_handles_common_cases --lib
  • cargo test password_prompt_requires_context_for_medium_candidates --lib
  • cargo test password_prompt_deduplicates_recent_candidates --lib

Bootstrapper source code is intentionally not included in this repository release. Installer/updater binaries are provided as release assets.

ClipNova 0.3.4

21 Apr 16:09

Choose a tag to compare

Highlights

  • adds Groq as a cloud AI provider
  • loads live provider models during API-key validation
  • fixes the Win+V keyboard hook so Windows no longer behaves like Win is stuck
  • bumps the app, extension, and sidecar versions to 0.3.4

Assets

  • Clipnova-Installer-0.3.4-x64.exe
  • Clipnova-Updater-0.3.4-x64.exe
  • Clipnova-Release-0.3.4.json

Bootstrapper source code is intentionally not included in the repository or this release source snapshot.

ClipNova 0.3.0

07 Apr 18:03

Choose a tag to compare

ClipNova 0.3.0

This release focuses on stability and polish across the core clipboard workflow.

Highlights

  • Fixed a critical clipboard monitor issue that could stop new clips from being captured after repeated copy operations
  • Improved clipboard session recovery so text and screenshots continue flowing into history reliably
  • Auto-start now respects tray-first startup behavior instead of opening the main window on screen
  • Added searchable OCR groundwork and related image-search plumbing from the previous iteration
  • Cleaned up backend warnings and small release polish items for the public build

Included assets

  • Windows installer
  • Windows updater
  • Release manifest for the in-app update flow

ClipNova 0.2.8

31 Mar 14:04

Choose a tag to compare

ClipNova 0.2.8 Pre-release
Pre-release

ClipNova 0.2.8

This release adds searchable OCR for image clips.

Highlights

  • Search can now find text inside screenshots and images through OCR indexing
  • Spotlight and search workflows were improved and polished
  • QuickPaste and tray interactions received stability fixes
  • Continued UX and reliability work across Notes, Compose, and image handling

Notes

  • This is a Windows-first desktop release built with Tauri, React, and Rust.
  • For the in-app update flow, keep the updater executable and release JSON with this release.

Clipnova-Installer

30 Mar 17:58

Choose a tag to compare

Clipnova-Installer Pre-release
Pre-release

ClipNova 0.2.7

This release focuses on polish, workflow stability, and public-release readiness.

Highlights

  • Reworked image editing in both the main app and QuickPaste
  • Improved Notes with better clip insertion behavior and real code blocks with syntax highlighting
  • Upgraded Compose with a clearer builder flow, better preview behavior, and stronger presentation support
  • Simplified Spotlight into a cleaner Search + AI experience
  • Improved public repo readiness, screenshots, metadata, and release packaging flow

Improved

  • QuickPaste now has a stronger inline editing flow for text and images
  • Image editor gained better workspace behavior, more reliable rendering, and improved usability
  • Notes now handle code blocks more naturally and avoid accidental duplicate insert behavior
  • Compose received major UX cleanup across toolbar, block actions, preview, and document flow
  • Presentation-oriented Compose workflows are now more coherent and less confusing
  • Search results are clearer and better grouped for exact vs meaning-based matches

Fixed

  • Multiple image rendering and clipboard-related edge cases
  • QuickPaste and Notes interaction bugs
  • Compose drag/drop inconsistencies
  • Several UI rough edges across editors and previews
  • Packaging issues that previously caused stale builds to end up in the installer

Public release cleanup

  • README was rewritten and expanded
  • Contributing guide was added
  • Screenshot gallery was added
  • Private/internal files were removed from the public repository history
  • Repository metadata was cleaned up for the first public release

Notes

This is a Windows-first release built with Tauri, React, and Rust.

If you are updating manually, use the installer from the release assets.
If you use the in-app update flow, keep the updater executable and release JSON together with this release.