Commit graph

42 commits

Author SHA1 Message Date
4e343046ab Update icons/README.md 2025-08-23 23:15:00 -05:00
22298a49b1 Update icons/README.md 2025-08-23 23:13:51 -05:00
1f1bf76941 chore(release): sync manifest version 0.3.1 and update updates.json 2025-08-23 23:11:25 -05:00
df518ed97b 0.3.1 2025-08-23 23:08:10 -05:00
17847ce21a Merge branch 'main' of https://git.jordanwages.com/wagesj45/archive-org-link-grabber 2025-08-23 23:01:19 -05:00
b7f7ad4a44 adding svg for icon 2025-08-23 23:01:05 -05:00
d5fb09ad90 Updating to get git clean 2025-08-23 22:47:35 -05:00
7ed736a0ea Added add-on icons 2025-08-23 22:46:42 -05:00
c641ace30b feat(icons): wire extension and toolbar icons; add icons/README with placement and size guidance 2025-08-23 22:42:40 -05:00
bc28130855 feat(release): upload stable latest XPI alias during release:push
- Publish archive-org-link-grabber-latest.xpi alongside versioned artifacts
- Document behavior in README
2025-08-23 22:07:16 -05:00
fb7e208252 fix(release): build updates.json with top-level XPI URL
Remove '/releases/<version>/' from update_link; artifacts are uploaded to the base directory (e.g. https://add-ons.jordanwages.com/archive-org-link-grabber/<xpi>). Update example accordingly.
2025-08-23 01:03:11 -05:00
2eba315910 0.3.0 2025-08-23 00:53:47 -05:00
0d944892d8 feat(options,popup,background): add per-page aria2 dir option and popup toggle
- Options: add default toggle and base path ()
- Popup: allow per-send enable + preview; passes AGENTS.md  LICENSE	  node_modules	package-lock.json  releases  src
dist	   manifest.json  package.json	README.md	   scripts to aria2
- Background: quick actions honor default, set AGENTS.md  LICENSE	  node_modules	package-lock.json  releases  src
dist	   manifest.json  package.json	README.md	   scripts to <base>/<identifier>
- Storage: new prefs  and
2025-08-23 00:53:04 -05:00
56035451df Getting README.md up to date. 2025-08-23 00:31:48 -05:00
ff5b02d07c docs: document per-tab badges and release:push updates.json automation 2025-08-23 00:30:56 -05:00
123bfde063 0.2.0 2025-08-23 00:02:25 -05:00
374b777514 chore: ignore .amo-upload-uuid and commit manifest version sync 2025-08-23 00:02:03 -05:00
2083780420 feat(release): auto-update releases/updates.json in release:push using manifest.update_url and chosen XPI 2025-08-22 23:59:12 -05:00
d68603eb5e fix(release): also upload releases/updates.json during release:push 2025-08-22 23:46:18 -05:00
a099823880 0.1.2 2025-08-22 23:30:17 -05:00
a4be6d0c4f feat(badge): make badge per-tab and reactive\n\n- Track per-tab counts (total + filtered)\n- Update on tab switch and URL change\n- Popup sends filtered count; background updates badge for tab\n- Default to total count on archive.org download pages\n- Scope quick-action badge updates to tabId 2025-08-22 23:28:33 -05:00
7348316409 feat(release): add FTP deploy script and env vars; add npm run release:push 2025-08-22 22:21:52 -05:00
77b5f8fb5a fix(release): remove unsupported --id flag and mask secrets in logs 2025-08-22 22:01:14 -05:00
3192716e69 fix(release): lint as self-hosted to allow update_url in manifest 2025-08-22 21:55:47 -05:00
3d51227477 0.1.1 2025-08-22 21:47:08 -05:00
76aaf8e137 chore(release): auto-load .env in release-sign script 2025-08-22 21:44:22 -05:00
e2246c0cfe chore: track and commit package-lock.json 2025-08-22 17:01:38 -05:00
97223ddf51 chore: ignore package-lock.json 2025-08-22 16:56:07 -05:00
9a3e453143 docs: update README and AGENTS to reflect MV2 architecture, context menu quick actions, options, and release workflow 2025-08-22 02:38:21 -05:00
4708a97829 chore(release): set add-on ID and update URL for self-hosting at add-ons.jordanwages.com 2025-08-22 02:32:25 -05:00
1c1f51a8b9 feat: local release workflow (signing + version sync); track updates.json; add .env.example 2025-08-22 02:30:27 -05:00
9d5a3e4224 feat(context-menu): add dynamic quick actions and options
- Parent menu now has submenu with "All" and top 4 file-type actions
- Actions honor new Options: default action (download/copy) and include metadata in All
- Build submenu on open by collecting links; exclude meta from top-types
- Handle actions: copy to clipboard or send to aria2 using saved settings
2025-08-22 01:18:04 -05:00
92ec0a9a74 fix(collect): include relative links under /download and add fallback collection path
- Content script: base href check via absolute URL; scope to listing container
- Popup: fallback to background-assisted collection when no receiver exists
- Background: expose collect.fromTab to run injection + collection
- Add debug logging for visibility
2025-08-22 00:29:48 -05:00
f7e7b3fb99 fix(context-menu): inject content script on demand and add logging
Ensure the content script is present by injecting it if no receiver exists,
then retry collection. Add debug logs and a badge/title update for feedback.
2025-08-22 00:24:43 -05:00
c34227e3b6 fix: allow non-local RPC hosts and improve HTTPS-Only guidance
- Add wildcard host permissions for RPC calls
- Surface HTTPS-Only hint in Options test flow
- Update Troubleshooting docs for HTTPS-Only and host perms
2025-08-22 00:22:12 -05:00
2c34e41815 Switch to Manifest V2 for Firefox; convert background to non-module, add global aria2 helpers, and use browserAction badges 2025-08-22 00:04:58 -05:00
3fdd76d631 Add popup options link, results preview, and context menu for archive.org download pages 2025-08-21 23:54:53 -05:00
a7966ebebe Add Options page for aria2 settings with connection test; wire into manifest 2025-08-21 23:50:13 -05:00
8eeb1d3b20 Scaffold WebExtension: manifest, content collector, background aria2 RPC, popup UI, filters, and scripts 2025-08-21 23:47:57 -05:00
b81ca429d4 Add AGENTS.md contributor guide 2025-08-21 23:38:55 -05:00
bc89a52d74 Add README with features, setup, usage, and aria2 RPC details 2025-08-21 23:32:20 -05:00
9986140f26 Initial commit 2025-08-21 23:02:05 -05:00