Release Info
Item | Value |
---|---|
📄 searxico-1.2.0.zip | Contains the latest version of the favicon cloudflare worker |
🏷️ SHA256 | a875e4922f5e83c5d07e1fb2b7003ce96cf9945f0fdcdd8eddf77cd61058a844 |
🏷️ GUID | fb68f388-e44e-5ae9-b91f-8194b548db8d |
🏷️ GUID | fb68f388-e44e-5ae9-b91f-8194b548db8d |
🕟 Stamp | 1.1.0-2024-10-08T17:14:32.000Z 🔺 1.2.0-2024-10-13T01:01:11.000Z |
📅 Last Release | 4 days ago |
What's New
This release contains the following changes:
feat
: added new front-end interface for finding iconsfeat
: added json output?format
type to access icons via json formatted end-pointchange
: icon scraper now supports fetching png file extensionchange
: icon scraper now searches for a defaultfavicon.ico
change
: re-worked how URLs are generatedicon.horse
: add support for api serviceicon.horse
refactor
: migrated all icons to repository instead of web urlsfix
: correct issue with localhost icons rendering. added new icon headerfix
: outputiconSize
not properly setting a default valuedeps
: bump wrangler from 3.80.1 to 3.80.4docs
: added cloudflare worker deployment buttondocs
: added creative commons attribution 4.0
Statistics
How the files have changed:
- Changed files : 30
- Changes : 2908
- Commits : 42
- Additions : 2384
- Deletions : 524
- PRs (categorized) : 39
- PRs (uncategorized) : 3
- PRs (open) : 0
Pull Requests
This release is associated with the following pull requests:
🪛 Continuous integration
- update workflows for conformity : 0d6572b @Aetherinox
- refactor workflows : 3a206af @Aetherinox
- (workers) add deployment workflow : 8e985b0 @Aetherinox
- (workers) update deploy script : 1ef3c24 @Aetherinox
- (issues-stale) update tag : c04c462 @Aetherinox
- refactor issues and label workflows : b28a3fd @Aetherinox
🚀 Features
- (scaper) support png file extension : 0799c12 @Aetherinox
- (scaper) add favicon.ico default search : 3050dd1 @Aetherinox
- (template) add interface to grabber home page : 16c7145 @Aetherinox
🐛 Bugfixes
- (scraper) re-work how worker scrapes icons directly from sites : 89d0815 @Aetherinox
- (ui) fix header link : 5ea6715 @Aetherinox
- (index.js) iconSize not properly checking if nullified : d4eaaa0 @Aetherinox
- generate correct urls with hostAbso : bc5b02a @Aetherinox
- api json output : 949e4ed @Aetherinox
- add content type to localhost icon fetching : 6ac445b @Aetherinox
🔧 Changes
- (scraper) change log identity : 5d0fbcf @Aetherinox
- (index.js) update package path : b4665fc @Aetherinox
- (assets) add interface images : 4433dfd @Aetherinox
- (jndex.js) add json end-point and param : cb7eb9e @Aetherinox
- migrate images to local repository : 17529e4 @Aetherinox
- (json) support for status errors : 6167293 @Aetherinox
- url generation logic : 0c0f99d @Aetherinox
- (index.js) modify sub-route : e0e28a2 @Aetherinox
- (api) add icon.horse service to list : 53fa169 @Aetherinox
🧹 Housekeeping
- (index.js) variable names and structure : d358068 @Aetherinox
- prettierrc : a00d1b5 @Aetherinox
- change regexContainsRoute : 1b0c459 @Aetherinox
📦 Build & Dependencies
- (deps-dev) bump wrangler from 3.80.1 to 3.80.2 : 1389f21 @Aetherinox
- (deps-dev) bump wrangler from 3.80.2 to 3.80.4 : 3132096 @Aetherinox
✏️ Docs
- (readme) update description : 96fa203 @Aetherinox
- (readme) add deployment button : ca738cd @Aetherinox
- (readme) simplify install instructions : bdaff52 @Aetherinox
- (readme) re-arrange top sections : 150f2e4 @Aetherinox
- (license) add creative commons attribution 4.0 : 7d7b3cd @Aetherinox
🧪 Tests & Demo Vault
- cloudflare worker : f2f37b6 @Aetherinox