Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [4.8.0](https://github.com/amwebexpert/etoolbox/compare/v4.7.0...v4.8.0) (2026-06-14)


### Features

* multi-theming logos ([#128](https://github.com/amwebexpert/etoolbox/issues/128)) ([e649c78](https://github.com/amwebexpert/etoolbox/commit/e649c786df82336676359759f01dd405899bee36))



1 change: 1 addition & 0 deletions docs/assets/browser-BsRMmah7.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{t as e}from"./index-B1MHFuAJ.js";export default e();
1 change: 0 additions & 1 deletion docs/assets/browser-CZqIaJdU.js

This file was deleted.

647 changes: 315 additions & 332 deletions docs/assets/index-CiBv9Rve.js → docs/assets/index-B1MHFuAJ.js

Large diffs are not rendered by default.

Binary file removed docs/icon-512x512.png
Binary file not shown.
Binary file removed docs/icon.icns
Binary file not shown.
18 changes: 18 additions & 0 deletions docs/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<link rel="icon" type="image/ico" href="favicon.ico" />

<title>Web Toolbox</title>
<script type="module" crossorigin src="/etoolbox/assets/index-CiBv9Rve.js"></script>
<script type="module" crossorigin src="/etoolbox/assets/index-B1MHFuAJ.js"></script>
<link rel="stylesheet" crossorigin href="/etoolbox/assets/index-Bm5Qv44S.css">
</head>

Expand Down
75 changes: 0 additions & 75 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,81 +21,6 @@
"sizes": "512x512"
}
],
"shortcuts": [
{
"name": "JSON Utilities",
"short_name": "JSON",
"url": "./#/JSON",
"icons": [
{
"src": "favicon.ico",
"sizes": "128x128",
"type": "image/x-icon"
}
]
},
{
"name": "RegEx Tester",
"short_name": "RegEx",
"url": "./#/RegExTester",
"icons": [
{
"src": "favicon.ico",
"sizes": "128x128",
"type": "image/x-icon"
}
]
},
{
"name": "UUID Generator",
"short_name": "UUID",
"url": "./#/UUIDGenerator",
"icons": [
{
"src": "favicon.ico",
"sizes": "128x128",
"type": "image/x-icon"
}
]
}
],
"screenshots": [
{
"src": "screen-captures/screen-Base64Encoder.png",
"sizes": "1944x1750",
"type": "image/png",
"form_factor": "wide",
"label": "Base64 Encoder"
},
{
"src": "screen-captures/screen-JWTDecoder.png",
"sizes": "1856x1662",
"type": "image/png",
"form_factor": "wide",
"label": "JWT Decoder"
},
{
"src": "screen-captures/screen-URLEncoder.png",
"sizes": "1944x1750",
"type": "image/png",
"form_factor": "wide",
"label": "URL Encoder"
},
{
"src": "screen-captures/screen-URLParser.png",
"sizes": "1944x1750",
"type": "image/png",
"form_factor": "wide",
"label": "URL Parser"
},
{
"src": "screen-captures/screen-UUIDGenerator.png",
"sizes": "1944x1750",
"type": "image/png",
"form_factor": "wide",
"label": "UUID Generator"
}
],
"start_url": ".",
"scope": "/",
"orientation": "any",
Expand Down
Binary file removed docs/screen-captures/ImageEncoder-demo.gif
Binary file not shown.
Binary file removed docs/screen-captures/ImageOCR-demo.gif
Binary file not shown.
Binary file removed docs/screen-captures/JSONFormatter-demo.gif
Binary file not shown.
Binary file removed docs/screen-captures/RegexTester-demo.gif
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-toolbox",
"version": "4.7.0",
"version": "4.8.0",
"author": "amwebexpert@gmail.com",
"repository": "https://github.com/amwebexpert/etoolbox",
"contributors": [
Expand Down
Loading