Skip to main content

PastePrompt v0.1.0

This is the initial public release for PastePrompt. It publishes a Universal DMG for macOS users and keeps install details visible.

Release metadata

  • Version: v0.1.0
  • Release date: May 13, 2026
  • Channel: Public release
  • Universal DMG: /downloads/PastePrompt-0.1.0-universal.dmg
  • Apple Silicon DMG: not published separately for this release; use the Universal DMG.
  • Intel DMG: not published separately for this release; use the Universal DMG.
  • Primary SHA256: dcf177b0ed9d8bb2b1a040cabb5fba5006168c6453254866f9f3a43c91a991f4
  • Minimum macOS: macOS 11.0 or later
  • Signing/notarization: Developer ID signed and Apple-notarized. Use the Download page as the source of truth for the artifact users install.

Highlights

  • Initial public release structure for the macOS PastePrompt app.
  • Local-first context-building workflow for large codebases.
  • XML-like and Markdown bundle generation for bring-your-own-LLM workflows.
  • Privacy and security docs that explain what stays local, what users export, and where risks remain.

New features

  • Local repository selection.
  • Fast file tree and search.
  • File and folder token estimates.
  • Syntax-highlighted preview for readable source files.
  • XML-like and Markdown context bundle formats.
  • Prompt templates for repeatable review instructions.
  • Workspace presets for returning to a repository workflow.
  • Optional secret scanner gate before copy or export.
  • Git metadata and Git diff mode.
  • Prompt history metadata for reproducible workflows.
  • Markdown export.
  • Open selected files in VS Code or Cursor when local integration is available.

Improvements

  • Initial Docusaurus documentation set for getting started, workflows, features, security, licensing, troubleshooting, and release notes.
  • Public changelog route with release history and the published macOS downloads.
  • Download page release card wired to the v0.1.0 release notes.
  • Update documentation linked to the release notes index and latest release note.

Fixes

  • No previous public release exists for comparison.

Security notes

  • PastePrompt is designed to build context locally and avoid source-code upload by default.
  • Secret scanning helps reduce accidental credential exposure before copy or export when enabled, but it does not guarantee that every sensitive value is detected.
  • Generated bundles can contain source code and should be treated as sensitive artifacts after copy, export, paste, sync, or upload.
  • The app does not replace manual security review and does not guarantee LLM correctness.

Known issues

  • Only the Universal DMG is published for this release. Separate architecture-specific DMGs are not currently available.
  • macOS can still show first-launch prompts for apps downloaded from the internet. Verify the source URL and checksum before opening the app.
  • Token counts are estimates and may differ from LLM provider UI totals.
  • Secret scanner false positives and false negatives are expected.
  • Updates are manual for this release.

Checksums

dcf177b0ed9d8bb2b1a040cabb5fba5006168c6453254866f9f3a43c91a991f4 PastePrompt-0.1.0-universal.dmg

Upgrade notes

This is the first release-note entry. Users installing from a previous private build should:

  1. Read the Download page.
  2. Verify the checksum for their DMG.
  3. Confirm signing/notarization status for the exact artifact.
  4. Back up important workspace, template, and exported bundle data before replacing a working release build.
  5. Contact support if license import or workspace migration fails.