Skip to content

Releases: MarshallMoorman/RegexCraft-Releases

Release list

RegexCraft v1.2.0

Choose a tag to compare

@MarshallMoorman MarshallMoorman released this 12 Jul 07:20

RegexCraft v1.2.0

Portable self-contained builds for major desktop RIDs.

Product site: https://regexcraft.com

License: Free for personal use. Business / commercial use requires a paid license
(honor system — no keys). See https://regexcraft.com/eula.html and https://regexcraft.com/pricing.html

This repository hosts binaries only. Application source is proprietary.

Downloads

Archive Platform
RegexCraft-win-x64.zip Windows x64
RegexCraft-linux-x64.zip Linux x64
RegexCraft-osx-x64.zip macOS Intel
RegexCraft-osx-arm64.zip macOS Apple Silicon

Unzip and run RegexCraft.App (or RegexCraft.App.exe on Windows) from the extracted folder.

Checksums

See SHA256SUMS.txt attached to this release when present.

Changelog

[1.2.0] — 2026-07-12

Phase 13 — private-source monorepo model, public dist binaries + site via Actions, commercial EULA (no keys), Export.

Added

  • Commercial EULA replaces MIT as the product license (free personal / paid business, honor system, no license keys)
  • Export match results from Test → CSV and JSON (groups, pattern, flavor, options, timestamp); Copy JSON; save dialog
  • MatchExportService + tests (Category=Export)
  • Pricing and EULA pages on the website; download links point at public RegexCraft-Releases
  • Full user docs published with the site (docs/user/ → HTML via scripts/build-site.sh + pandoc)
  • docs/development/commercial.md — Marshall’s ordered go-live checklist (dist repo, token, payment, tag, private, re-verify)
  • About dialog: license summary, Buy / EULA / Pricing / Downloads links, optional “I use this for business and hold a license” checkbox
  • Publish workflow creates releases on the public dist repo (DIST_REPO_TOKEN); optional SHA256SUMS.txt
  • Site deploy pushes built site-dist to dist repo gh-pages (works when monorepo is private)

Changed

  • Version 1.2.0
  • Root README describes proprietary monorepo + public binaries/site flow
  • Website messaging: remove open-source / MIT claims; product positioning for free personal / paid business
  • Packaging and website docs updated for Phase 13 Actions model

Notes

  • No license keys by design. Same binaries for personal and business.
  • Marshall must create public RegexCraft-Releases, add DIST_REPO_TOKEN, set payment URL, tag v1.2.0, verify downloads, then make main private. See docs/development/commercial.md.