Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.45 KB

File metadata and controls

22 lines (13 loc) · 1.45 KB

Privacy

LynavoPaste Community is a clipboard history application. Clipboard data can contain sensitive information, so its storage and handling should be understood before use.

Data Handling

The app processes clipboard representations, previews, source-application metadata, file URLs, and user settings. Clipboard history is stored locally in a Core Data database under the current macOS user account, while preferences are stored locally through macOS preferences.

The app does not send clipboard history to a project-operated service. Opening a web-link preview loads the destination in a non-persistent WebKit view, which may disclose standard network information to that website.

Diagnostic logs are written to the local macOS unified logging system and may include entry metadata and a truncated clipboard preview. Review logs before sharing them in an issue or support request.

User Controls

  • Excluded applications prevent future clipboard capture from selected sources.
  • Retention settings control automatic deletion of ordinary history entries.
  • Individual entries and source-application history can be deleted manually.
  • Pinned entries remain until they are unpinned or explicitly deleted.

Deleting the app does not necessarily remove data retained by macOS backups or other system-level storage. Device access, backups, and exported diagnostic information remain under the user's control.

Report security concerns according to SECURITY.md.