Releases: Aetherinox/searxico-worker
Releases · Aetherinox/searxico-worker
v1.2.0
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
v1.1.0
Release Info
Item | Value |
---|---|
📄 searxico-1.1.0.zip | Contains the latest version of the favicon cloudflare worker |
🏷️ SHA256 | d298ca6c6efae8a37c15827bc22d65b47e80a80b5a730f295763d519bab2a4f1 |
🏷️ GUID | fb68f388-e44e-5ae9-b91f-8194b548db8d |
🏷️ GUID | fb68f388-e44e-5ae9-b91f-8194b548db8d |
🕟 Stamp | 1.0.0-2024-10-08T07:07:06.000Z 🔺 1.1.0-2024-10-08T17:14:32.000Z |
📅 Last Release | 0 days ago |
What's New
This release contains the following changes:
feat
: add sub-route support- enable / disable in
index.js
asbSubRoute
- enable / disable in
enhance
: add log support for online cloudflare logging systemenhance
: add round-robin for 3rd party api supportbuild(package)
: bump cloudflare worker to v1.1.0build(deps-dev)
: bump wrangler from 3.80.0 to 3.80.1build(wrangler)
: enable workers_dev subdomain on productionbuild(wrangler)
: add -e dev and -e production env variablesbuild(wrangler)
: update deprecated node_compat to compatibility_flagsdocs
: update documentation
Statistics
How the files have changed:
- Changed files : 9
- Changes : 528
- Commits : 21
- Additions : 387
- Deletions : 141
- PRs (categorized) : 20
- PRs (uncategorized) : 1
- PRs (open) : 0
Pull Requests
This release is associated with the following pull requests:
🪛 Continuous integration
- daily build uses -e production : 2263fc6 @Aetherinox
- update scan workflow : cd6eb0a @Aetherinox
- (worker-publish) add --env production : d378353 @Aetherinox
- integrate cloudflare api call to graphql : 5e4c42d @Aetherinox
- update dependencies : 72f6fe9 @Aetherinox
- add graphql api : 65b6574 @Aetherinox
- (release) add workflow summary report : f8a7184 @Aetherinox
- (release) release summary on each build : d7c994f @Aetherinox
📦 Build & Dependencies
- (wrangler) add support for cloudflare logging (beta) : b4c9f34 @Aetherinox
- (wrangler) add -e dev and -e production env variables : 9f46295 @Aetherinox
- (deps-dev) bump wrangler from 3.80.0 to 3.80.1 : 6c3f234 @Aetherinox
- (wrangler) enable workers_dev subdomain on production : 578bf9d @Aetherinox
- (package) bump worker to v1.1.0 : 61ac8f6 @Aetherinox
- (package) bump cloudflare worker to v1.1.0 : 55f2544 @Aetherinox
✏️ Docs
- update to support sub-routes : 5ecb5ce @Aetherinox
- update README to include --env parameters : 3f0e422 @Aetherinox
- fix README badge - build : 6fca933 @Aetherinox
- add npx commands to readme : 493ef40 @Aetherinox
- (readme) add env variable declaration in commands : 28a03ce @Aetherinox
- (readme) add on to feature sets : 6915aa0 @Aetherinox
v1.0.0
Release Info
Item | Value |
---|---|
📄 searxico-cf-worker-1.0.0.zip | Contains the latest version of the favicon cloudflare worker |
🏷️ SHA256 | 4ddd8e8d60aa5ee108ceef93fd330095dc920c91c3ffe887551e377c3d07c116 |
🏷️ GUID | fb68f388-e44e-5ae9-b91f-8194b548db8d |
🏷️ GUID | fb68f388-e44e-5ae9-b91f-8194b548db8d |
🕟 Stamp | cfc2bed3878eecc81a0648e1d8d696a59bd919a5- 🔺 1.0.0-2024-10-08T07:07:06.000Z |
📅 Last Release | days ago |
What's New
This release contains the following changes:
Statistics
How the files have changed:
- Changed files : 35
- Changes : 8995
- Commits : 26
- Additions : 8994
- Deletions : 1
- PRs (categorized) : 22
- PRs (uncategorized) : 4
- PRs (open) : 0
Pull Requests
This release is associated with the following pull requests:
🪛 Continuous integration
- bump release-changelog-builder-action 4 to 5 : 58d6de7 @Aetherinox
- update issues-scan workflow : 7381662 @Aetherinox
- update issues-* workflows : b1dbcc6 @Aetherinox
- add daily cloudflare worker reset : 8c2e352 @Aetherinox
- update release workflow : 67ad218 @Aetherinox
- add orion environment : e3bb8e2 @Aetherinox
🚀 Features
- ability to toggle subdomain queries : d270f6a @Aetherinox
🔧 Changes
- cleanup, add docs/img : 2a9dfbb @Aetherinox
- run prettier : 491aa40 @Aetherinox
- cleanup segmentation notes : e7831e6 @Aetherinox
📦 Build & Dependencies
- (wrangler) update deprecated node_compat to compatibility_flags : 1c3c9b0 @Aetherinox
✏️ Docs
- fix image scaling : f0f4d17 @Aetherinox
- add banner : 0039c18 @Aetherinox
- add instructions for installing : aa16ff5 @Aetherinox
- add instructions for adding to searxng : 6acdeed @Aetherinox
- add icon converter : 11aadee @Aetherinox
- update provisioning : 7cd04e6 @Aetherinox
- add privacy notice to cloudflare publish instructions : 29b8c34 @Aetherinox
- add developer notes section : 218faad @Aetherinox
- fix experimental notice : 6a50df3 @Aetherinox
- change headings to add "step x" : bb4502e @Aetherinox
- add instructions for sub-route properties : f74bee9 @Aetherinox