Skip to content

Releases: GalaxyRuler/memory-fort

0.10.4

20 Jun 19:40

Choose a tag to compare

release: v0.10.4

Fix the silent sync wedge (one secret-shaped capture blocked the whole
auto-commit batch), add commit-time defense-in-depth redaction + AWS
access-key rule, and harden auto-push against Windows delete-pending lock
EPERM and transient temp/lock artifacts. See CHANGELOG.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

0.10.3

20 Jun 16:40

Choose a tag to compare

v0.10.3

release: v0.10.3

0.10.2

20 Jun 16:26

Choose a tag to compare

v0.10.2

release: v0.10.2

0.10.1

20 Jun 15:53

Choose a tag to compare

v0.10.1

release: v0.10.1

0.10.0

20 Jun 14:52

Choose a tag to compare

v0.10.0

release: v0.10.0

0.9.3

19 Jun 17:01

Choose a tag to compare

fix(ci): soft-skip electron launch smoke when binary download flakes

The electron npm postinstall downloads the binary from GitHub and flakes
(rate-limiting / partial extract), unrelated to app correctness. When the
binary cannot be obtained after retries, set ELECTRON_SMOKE_SKIP and skip the
launch steps with a warning instead of failing the build. A real launch
failure (binary present, app broken) is still caught.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

0.9.2

19 Jun 15:55

Choose a tag to compare

v0.9.2

chore(release): 0.9.2

0.9.1

19 Jun 15:19

Choose a tag to compare

v0.9.1

chore(release): 0.9.1 — desktop build matrix (Win x64+arm64, macOS ar…

0.9.0

19 Jun 14:19

Choose a tag to compare

chore(release): 0.9.0 — desktop app + cross-platform installers

Public-facing release of the Electron desktop app (Windows/macOS/Linux
binary installers).

- package.json: 0.8.6-private -> 0.9.0 (+ lockfile)
- CHANGELOG.md: 0.9.0 entry (desktop app, release workflow, tri-OS smoke)
- README.md: Desktop app section + Releases pointer in Quickstart
- electron-builder.yml: copyright string -> project name (leak-scan clean)

typecheck clean, build green (0.9.0 baked), scan:leaks passes.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>