Skip to content

Releases: codebyNJ/myAudit

myAudit v0.3.0

Choose a tag to compare

@github-actions github-actions released this 20 Sep 06:03
04fa4b8
The frontend gets a real state architecture, and tickets get their git trail.

Added
- Tickets show the work behind a finding: the fix commit, the branch it is
  labelled with, and copy actions whose command follows where that branch
  actually lives — the run workspace before a push, your own clone after one.
- Chat is a first-class tab, replacing the floating dock. It can now see the
  findings board, not only the code and the audit notes.
- API responses and request bodies are validated against Zod schemas written
  from the Go structs.

Changed
- Frontend state moved to Zustand; polling is centralised and paused for
  screens you are not looking at.
- Routine dependency-bump PRs replaced by security-only updates, with CodeQL,
  actionlint, gosec, cargo audit and a Go coverage floor in CI.
- TypeScript strict enabled for the web app.

Fixed
- The ticket drawer no longer jumps while you read a finding: the desktop
  app's WebKit engine has no CSS scroll anchoring.
- Findings are classified bug / improvement / style / question, so a style
  note can no longer arrive as a P0.
- A stale index.html next to a newer build is ignored rather than served as a
  blank page that looked like a crash.

Security
- dompurify forced to 3.4.15, clearing four advisories in the sanitiser the
  rendered markdown goes through.
- vitest and @vitest/coverage-v8 updated to 5.x, clearing a path-traversal
  advisory in @vitest/mocker (dev tooling only).

See CHANGELOG.md for the full list.

myAudit v0.2.12

Choose a tag to compare

@github-actions github-actions released this 18 Sep 18:51
b704627
Twelve bug fixes from a full-repo audit: data loss on review reject, push PR
and import; concurrency defects in the run loop, budget cap and preview; and
workspace path and node ownership guards on the API.

See CHANGELOG.md for the full list.

myAudit v0.2.11

Choose a tag to compare

@github-actions github-actions released this 14 Sep 12:21
Fix DMG Pillow install on PEP 668 macOS runners.

Use a project-local venv via ensure-pillow.sh instead of pip3 install
system-wide, which fails on GitHub Actions externally-managed Python.

Co-authored-by: Cursor <cursoragent@cursor.com>

myAudit v0.2.9

Choose a tag to compare

@github-actions github-actions released this 14 Sep 07:46
Polish macOS DMG installer and restore Windows releases.

Retina DMG background with title, drag hint, volume icon, and aligned icon
positions; re-add Windows NSIS build job and install.ps1 for one-line setup.

Co-authored-by: Cursor <cursoragent@cursor.com>

myAudit v0.2.8

Choose a tag to compare

@github-actions github-actions released this 14 Sep 07:30
Fix DMG installer arrow pointing the wrong direction.

The drag-to-Applications background arrow now points left-to-right (app → Applications) to match standard macOS DMG layout.

Co-authored-by: Cursor <cursoragent@cursor.com>

myAudit v0.2.7

Choose a tag to compare

@github-actions github-actions released this 14 Sep 07:19
246d450
Merge pull request #19 from codebyNJ/feat/stop-audit-git-push-pr

Fix audit stop, git-aware fixes, and Push PR workflow

myAudit v0.2.6

Choose a tag to compare

@github-actions github-actions released this 13 Sep 18:06
Fix desktop folder picker and CLI discovery for packaged macOS app.

Allow Tauri plugin IPC from the localhost UI, centralize desktop helpers, inherit login-shell PATH in the sidecar, and document desktop prerequisites.

Co-authored-by: Cursor <cursoragent@cursor.com>

myAudit v0.2.5

Choose a tag to compare

@github-actions github-actions released this 13 Sep 17:43
Add styled drag-to-Applications layout for macOS DMG.

Use create-dmg with a custom background so the installer shows app and Applications icons with drag-to-install positioning.

Co-authored-by: Cursor <cursoragent@cursor.com>

myAudit v0.2.4

Choose a tag to compare

@github-actions github-actions released this 13 Sep 17:31
Fix macOS damaged-app error from broken code signatures.

Sign nested binaries before the app bundle, repack the DMG after signing, and update install docs so Gatekeeper accepts the download.

Co-authored-by: Cursor <cursoragent@cursor.com>

myAudit v0.2.3

Choose a tag to compare

@github-actions github-actions released this 13 Sep 17:01
Fix macOS release build and local test failures.

Sign the app before DMG packaging, enable drag-and-drop DMG layout on CI, and tighten UI embed detection so tests do not serve a stale placeholder index.

Co-authored-by: Cursor <cursoragent@cursor.com>