Skip to content

Releases: lamemustafa/pack

v0.3.2

v0.3.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Jul 09:47
7bc2c26

0.3.2 (2026-07-04)

Fixes

  • gst: harden Pack closed-review follow-ups (#48) (5502678)

Documentation

  • document Sanchika coordination (595deb0)
  • release: clear stale unreleased changelog (#52) (3767be5)
  • store: update v0.3.1 listing assets (#49) (ea5b47c)

v0.3.1

v0.3.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Jul 04:05
ed7ec98

0.3.1 (2026-07-03)

Fixes

  • align Pack store listing metadata (#46) (5107ab2)

Documentation

  • native Claude Code config (CLAUDE.md, subagents, skills) (#44) (0161b8f)

v0.3.0

v0.3.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Jul 16:44
57ca6ae

0.3.0 (2026-07-03)

Features

  • gst: support GSTR-1 filed-return downloads (94a1ec9)

v0.2.2

v0.2.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Jul 07:13
9c70bce

0.2.2 (2026-07-02)

Fixes

  • release: harden Chrome Web Store submission (#39) (85ee506)
  • release: require bound CWS provenance (#41) (ec8f0f1)

v0.2.1

v0.2.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Jul 18:51
722039f

0.2.1 (2026-07-01)

Maintenance

  • deps-dev: bump eslint-plugin-react-hooks to 7.1.1 (ad7c797)
  • deps-dev: bump globals to 17.7.0 (9a6e179)
  • deps-dev: bump typescript from 5.9.3 to 6.0.3 (13585df)
  • deps-dev: bump wxt from 0.20.26 to 0.20.27 (e8e02c5)

v0.2.0

v0.2.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Jul 17:44
c0e38ae

0.2.0 (2026-07-01)

Features

  • add full fiscal year filed-return ledger (16c9789)
  • release: automate Pack GitHub and Chrome Web Store releases (#32) (d551d14)

Fixes

  • bind filed-return downloads to verified targets (70bf502)
  • disable unsafe full-year filed return downloads (0cd163c)
  • download: suggest filed-return download paths (#26) (94f0456)
  • gst: automate filed-return downloads without Save dialog (#33) (060324a)
  • gst: harden filed returns portal flow (#23) (ab9d57b)
  • gst: harden filed-return downloads (#24) (47e42fd)
  • gst: harden Pack review follow-ups (#25) (78f9d3e)
  • harden filed-return download flow (a6f8f2e)
  • recovery: harden full-year retry and review gates (0488399)
  • release: avoid disallowed release action (bc7727f)
  • release: close Pack release correctness gaps (1becb1f)
  • release: harden Chrome Web Store publishing (755c489)
  • release: make release PRs pass Pack gates (b85d17e)
  • verify: harden Pack harness policy gates (#20) (b2e0934)

Documentation

Tests

  • release: load Pack ZIP in pinned Chromium (#22) (37a5fc3)

Maintenance

ComplyEaze Pack v0.1.0

Pre-release

Choose a tag to compare

@lamemustafa lamemustafa released this 23 Jun 20:30
c622f90

ComplyEaze Pack v0.1.0

Open-source alpha release of ComplyEaze Pack, a local-first Chrome MV3 extension
for bulk downloading supported GST Portal documents from the user's own
authenticated browser session.

Highlights

  • Initial Chrome MV3 V0 release.
  • Local-first GSTR-3B PDF download workflow for supported GST Portal sessions.
  • Synthetic reviewer demo that works without GST Portal credentials.
  • Local manifest, index, and exception report generation.
  • Exact GST host permissions only.
  • No ComplyEaze login, analytics, credential capture, cookie capture, or GST file
    upload in the local-download workflow.

Release Artifact

  • Chrome ZIP: complyeazepack-0.1.0-chrome.zip
  • SHA-256:
    5b1dc2eecb9abe330176e39fb3aad13cee13d4ac116805ff2846ae698c5113f9
  • Source commit:
    c622f90f4f466d3e1bf7aea3a1d5d92a31eeae99

Verification

Release verification passed on the tagged source commit:

  • pnpm install --frozen-lockfile
  • pnpm exec wxt prepare
  • pnpm exec prettier --check .
  • pnpm exec eslint . --max-warnings 0
  • pnpm exec tsc --noEmit
  • pnpm exec vitest run (16 files, 95 tests)
  • pnpm exec wxt build
  • node scripts/verify-extension-package.mjs .output/chrome-mv3
  • pnpm exec wxt zip

Alpha Notice

This is an open-source alpha release. Chrome Web Store submission still requires
the manual store-readiness checks documented in docs/PUBLICATION_READINESS.md
and docs/RELEASE.md.