Skip to content

Releases: ibrahimhajjaj/ig-dl

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 17 Apr 08:32

Changelog

  • 26264fa v0.1.5: fix MCP plugin spawn — use ${HOME}/go/bin/ig-dl in .mcp.json

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 17 Apr 08:09

Changelog

  • dc0ac40 v0.1.4: batch URL downloads + fix DownloadSaved archive leak

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 17 Apr 08:03

Changelog

  • c14ee60 Add .claude-plugin/marketplace.json so users can /plugin install
  • aff1357 Add Claude Code plugin wrapper
  • 9d4fc67 CI: bump action versions to Node 24 compatible majors
  • 3a7b0d7 CI: drop dominikh/staticcheck-action, install staticcheck via go install
  • c139dbd Remove dead igHosts slice (staticcheck U1000)
  • baff817 v0.1.3: stop re-triggering the M144 permission dialog on every command

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 17 Apr 07:01

Changelog

  • 544ac96 README: rewrite auth section around the M144 toggle (correct this time)
  • 6629f2f Rename module path to github.com/ibrahimhajjaj/ig-dl
  • fcf3c82 v0.1.2: add MCP prompts (download_url, archive_profile, session_health)

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 17 Apr 07:00

Changelog

  • a91c858 v0.1.1 alignment: fill the behaviour gaps the spec promised

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Apr 07:01

Changelog

  • b029853 Add CI workflows + goreleaser config
  • 82dd865 Add DevToolsActivePort discovery: CDP against the real browser profile
  • c7edec6 Add extension-companion: sidecar MV3 extension for session export
  • 28a7894 Add integration test skeletons + smoke script
  • 37d32c5 Correct chrome://inspect misconception + filter stale DevToolsActivePort
  • 0c53a93 Dev infra: Makefile, .gitignore, expanded README
  • 0975e7d Document Chromium 136+ --user-data-dir requirement
  • 9b7b327 Document: any Chromium-based browser works (Chrome, Edge, Brave, ...)
  • d69d6b6 Finalise v0.1: LICENSE, Go 1.26 pin, status --json, error-category tightening
  • bf6d6d9 Implement internal/backend: gallery-dl + yt-dlp runners
  • 41eb0e0 Implement internal/config: TOML config with partial-merge + path helpers
  • 134c43d Implement internal/router: URL parser + backend selection
  • e560842 Implement internal/session: CDP attach + importer + Netscape cookies
  • bc81bff Integrate core + CLI + MCP + main entrypoint
  • 8f9ad9c Pin core dependencies
  • 09ef910 Prefer typed ExecError category in core.Classify
  • d617f69 Return + display the actual source browser after login
  • fe0dd4e Scaffold Go module + shared types package
  • aa127c5 Share error taxonomy across CLI and MCP
  • 775258d Support Chrome M144 remote debugging toggle natively