Commit graph

69 commits

Author SHA1 Message Date
e82097a536 docs(readme): add Permissions subsection under Download with friendly explanations and a simple preamble 2025-08-25 20:19:39 -05:00
f672fe08d8 Update README.md
Adding section to point to the latest download.
2025-08-25 20:08:52 -05:00
7c0e4ff920 feat(release): FTPS robustness — passive mode, TLS min, cert pinning, CA override, and optional insecure 2025-08-24 04:14:05 -05:00
38946e711c fix(release): handle explicit FTPS on port 21 via ftp:// + --ssl-reqd (auto-detect or FTPS_MODE=explicit) 2025-08-24 04:11:18 -05:00
59b48fba3f fix(release): avoid unsupported curl --knownhosts; prefer hostpub flags and detect support 2025-08-24 04:03:52 -05:00
a3d0c380ee chore(release): SFTP host verification support (known_hosts or hostpub fingerprint) 2025-08-24 03:56:42 -05:00
4516f9f2a9 chore(release): support sftp in release:push and docs 2025-08-24 03:53:32 -05:00
c9c844483a chore(release): publish v0.3.6 artifacts 2025-08-24 02:30:54 -05:00
f293092657 build(icons): migrate icon rasterization to rsvg-convert\n\n- Replace ImageMagick (magick/convert) with rsvg-convert in build script\n- Update icons/README to document rsvg-convert requirement 2025-08-24 02:25:18 -05:00
815fc66219 attempting to fix svg 2025-08-24 02:11:21 -05:00
36bef61f2e refactor(icons): remove color injection; set emphasis stroke directly in SVG\n\n- stroke set to #F5A623 in icons/file-search.svg\n- build script now rasterizes SVG as-is using ImageMagick only\n- docs updated to reflect new flow 2025-08-24 01:47:13 -05:00
81ced7369d chore(icons): simplify to ImageMagick-only rasterization path 2025-08-24 01:29:23 -05:00
39a0a34a65 cleanup 2025-08-24 01:11:20 -05:00
6ba833769c fix(icons): generate non-transparent PNGs\n\n- prefer rsvg-convert/inkscape with fallback to ImageMagick\n- inject explicit stroke/fill on <path> to avoid inheritance issues\n- document rasterizer behavior in icons/README 2025-08-24 01:10:55 -05:00
16b422fc66 0.3.6 2025-08-24 01:06:25 -05:00
11c0f38526 chore(build): move commit to release step and cleanup scripts\n\n- remove build:commit scripts and delete build-and-commit.js\n- add final release commit in release:push\n- update README to reflect new flow\n- document icon emphasis colors in icons/README 2025-08-24 01:05:57 -05:00
99bee995ce 0.3.5 2025-08-24 00:39:38 -05:00
982a16d86e feat(theme): apply new color palette and polish UI
- Add theme variables and restyle popup/options using Primary 3 as background and Primary 2 as surfaces; accents use Primary 1.\n- Move Save to a footer section on the options page; add responsive layout and button variants.\n- Update icon build defaults to use Primary 2 for add-on and Primary 1 for toolbar icons.\n- Add build-and-commit helper to run build, stage generated assets, commit, and optionally push.\n- Add npm scripts: build:commit and build:commit:push.
2025-08-24 00:39:20 -05:00
699ff9fa7b Updating patch 2025-08-24 00:07:15 -05:00
d73d3a6189 0.3.4 2025-08-24 00:01:20 -05:00
a6cbed648c chore(release): sync manifest.json version to 0.3.3 2025-08-24 00:00:57 -05:00
164dfdfb93 fix(build): call ImageMagick directly to avoid shell banner output breaking icon generation 2025-08-24 00:00:57 -05:00
e6557513f7 0.3.3 2025-08-23 23:52:07 -05:00
73544334c9 build(icons): generate toolbar/add-on PNGs from SVG with transparent background; configurable colors; stop tracking PNGs and ignore outputs 2025-08-23 23:51:22 -05:00
f0120c0d2f 0.3.2 2025-08-23 23:16:26 -05:00
ce4f307da1 Merge branch 'main' of https://git.jordanwages.com/wagesj45/archive-org-link-grabber 2025-08-23 23:15:50 -05:00
ecd7a00806 Updated icons. 2025-08-23 23:15:21 -05:00
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