Skip to content

v1.26.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 10:27

1.26.0 (2026-06-29)

Bug Fixes

  • add line clamp to clipboard text content (2a1bd40)
  • add TAURI_SIGNING_PRIVATE_KEY_PASSWORD secrets to prevent prompt on build (2fb5d57)
  • add unique constrain to hash column without manually creating index (23be8cf)
  • center image (1f7afac)
  • ci/cd: fix bash and js syntax conflict (650421d)
  • ci/cd: fix bash and js syntax conflict (b87d662)
  • ci/cd: retrieve envs correctly (d098b15)
  • focus window to make it a focused window on Windows OS (ec8f589)
  • focus window to make it a focused window on Windows OS (35feba6)
  • load initial value for per page limit (f3f180f)
  • make pasting onto other app more reliable by adding some delay (de2878f)
  • only send new message in stead of repeatedly sending the same message via websocket (de761f3)
  • remove unnecessary flex class name for wraping image (b45281f)
  • remove unnecessary flex class name for wraping image (1bc54e8)
  • remove unused use-paste-actions hook (a2f5e69)
  • set query client to refetch on window focus (2913d19)
  • update bindings type matching with image type changes in db schema (aa1e9d1)
  • use switch component for toggle monitoring button (ceaafb9)
  • use Vec for image blob and blake3 hash in db schema (81b3a02)

Features

  • add cards for adding new tabs (7d12ca5)
  • add excalidraw (c12c97c)
  • add hash comparision function (a754da3)
  • add image preview using webp format (b8f40b6)
  • add logging (e461123)
  • add sort_order for each item (4ecaa4b)
  • can copy image to system clipboard on click (f7c058d)
  • can copy text to clipboard when click on item card (ae80ec3)
  • can insert image (9358c19)
  • can insert text and check for duplicate item (067d3f2)
  • can list clipboards on the front-end—again! (797221b)
  • can load next page using infinite query (e013ee2)
  • can open a new window (6401686)
  • can paste clipboard onto other app (9e03583)
  • can read text again (a10d0ae)
  • can send text via websocket (73ce855)
  • config auto update plugin (2747515)
  • read image if getting ContentNotAvailable while reading text (5a81fcc)
  • request image via async uri scheme (6f5e80c)
  • store all image in webp (2da3c82)
  • use Tanstack router for code spliting and prepare for more features (a2621c3)
  • use Tauri store for storing clipboard per page limit (543f482)