Skip to content

Releases: screenpipe/screenpipe

Screenpipe App v2.5.33

11 Jun 23:54

Choose a tag to compare

What's Changed

Full Changelog: app-v2.5.32...app-v2.5.33

Screenpipe App v2.5.32

11 Jun 17:45

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: app-v2.5.31...app-v2.5.32

Screenpipe App v2.5.31

11 Jun 15:09

Choose a tag to compare

What's Changed

Full Changelog: app-v2.5.27...app-v2.5.31

Screenpipe App v2.5.27

10 Jun 02:18

Choose a tag to compare

What's Changed

Full Changelog: app-v2.5.26...app-v2.5.27

Screenpipe App v2.5.26

09 Jun 20:25

Choose a tag to compare

What's Changed

  • fix(meetings): keep the full meeting transcript surfaced (don't drop live segments) + audio-capture + doc fixes by @louis030195 in #3911
  • feat(settings): add searchable settings by @Anshgrover23 in #3910
  • fix(meetings): never drop live transcript segments on a coverage-window miss by @louis030195 in #3918
  • test(e2e): fix multi-window auth-signout flake (zz-logout-resurrect) + tray-search reuse race by @louis030195 in #3912
  • feat(help): add Getting started tutorial card to Help section by @louis030195 in #3925
  • feat(chat): Ask source citations open their captures (search or timeline) by @louis030195 in #3913
  • feat: redesign connections page with categorized layout by @Anshgrover23 in #3930
  • fix(a11y): eliminate ghost keystrokes on macOS — remove probe tap + graceful shutdown by @divanshu-go in #3916
  • fix(owned-browser): tag eval-with-url navigations with their owner by @louis030195 in #3934
  • fix(pipes): readable schedule day labels + clearer day toggles by @Anshgrover23 in #3935
  • feat: connection chips in chat with one-click "Try in Chat" by @Anshgrover23 in #3933
  • Fix mid-text click in meeting notes and chat selection by @thisisharsh7 in #3926
  • Update chat history view UI by @thisisharsh7 in #3927
  • fix(mdns): make LAN device discovery opt-in (off by default) by @louis030195 in #3937

Full Changelog: app-v2.5.24...app-v2.5.26

Screenpipe App v2.5.24

08 Jun 18:14

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: app-v2.5.20...app-v2.5.24

Screenpipe App v2.5.20

06 Jun 21:27

Choose a tag to compare

What's Changed

Full Changelog: app-v2.5.19...app-v2.5.20

Screenpipe App v2.5.19

06 Jun 18:40

Choose a tag to compare

Screenpipe App v2.5.16

06 Jun 16:38
8aa3c84

Choose a tag to compare

What's Changed

  • [codex] gate app access behind subscription by @louis030195 in #3846
  • fix: agent-facing ICS calendar connection API by @Anshgrover23 in #3814
  • feat: handle oversized pasted chat context by @Anshgrover23 in #3863
  • feat(app): point dev/preview at any website via NEXT_PUBLIC_SCREENPIPE_WEB_URL by @louis030195 in #3867
  • feat(app): surface installed-but-uncaptured apps in privacy filters by @louis030195 in #3866
  • feat(app): dev-only login helper to get past the gate without deep links by @louis030195 in #3868
  • fix(windows): sign CLI binary, fix auto-destruct false-kill in embedded hosts, hard-fail VC++ DLLs by @louis030195 in #3870
  • feat(engine): write last-panic.log + flush Sentry on panic in the CLI by @louis030195 in #3871
  • feat(connections): import device skills into the agent by @louis030195 in #3869
  • fix: honor "pipe notifications" toggle on /notify route by @Anshgrover23 in #3880
  • feat(app): drag-and-drop images into meeting notes, remove image button by @louis030195 in #3873

Full Changelog: app-v2.5.12...app-v2.5.16

Screenpipe SDK v0.4.3

05 Jun 17:00

Choose a tag to compare

Screenpipe SDK v0.4.3

Published to npm as @screenpipe/sdk@0.4.3 (with the darwin/windows platform packages) and to the Swift Package Manager mirror as v0.4.3.

What's new

User-identified telemetry across every surface — Node, Electron, Swift, and the native Tauri plugin. The SDK reports crash reports (Sentry) and usage events (PostHog) under the hood. Pass a userId to attribute them to a specific end user in the dashboards. It is on by default (anonymous without a userId); turn it off with telemetry: false, or the env vars SCREENPIPE_SDK_TELEMETRY=0 / DO_NOT_TRACK=1. Only a PII-scrubbed allow-list of events is sent: no window titles, URLs, file paths, screen content, audio, or clipboard.

Install

npm:

npm install @screenpipe/sdk@0.4.3

Swift (SPM):

.package(url: "https://github.com/screenpipe/screenpipe-sdk-swift", from: "0.4.3")