2 Commits

Author SHA1 Message Date
02736ecc70 0.6.12
All checks were successful
Deploy to Production / deploy (push) Successful in 14s
2026-03-02 23:32:21 +00:00
7b1d19ca7a docs: fix corrupted emoji in README.md 2026-03-02 23:32:12 +00:00
3 changed files with 5 additions and 5 deletions

View File

@@ -20,14 +20,14 @@ Monitor and capture your clipboard history in real-time.
- Clears history on demand.
- Privacy-focused: Data is processed locally and never sent to any server.
### <EFBFBD> URL Cleaner
### 🔗 URL Cleaner
Clean tracking parameters and clutter from URLs.
- **Privacy:** Removes known tracking parameters (UTM, fbclid, gclid, etc.).
- **Bulk Processing:** Clean list of URLs at once.
- **Customizable:** Manage exceptions to keep specific parameters.
- **Smart:** "Direct Clean" mode for quick single-URL cleaning.
### <EFBFBD>🔳 QR Generator
### QR Generator
Create custom QR codes instantly.
- **Customizable:** Adjustable error correction level and size.
- **Download:** Save as PNG (raster) or SVG (vector) for high-quality printing.

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "tools-app",
"version": "0.6.11",
"version": "0.6.12",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "tools-app",
"version": "0.6.11",
"version": "0.6.12",
"hasInstallScript": true,
"dependencies": {
"barcode-detector": "^3.1.0",

View File

@@ -1,7 +1,7 @@
{
"name": "tools-app",
"private": true,
"version": "0.6.11",
"version": "0.6.12",
"type": "module",
"scripts": {
"dev": "vite",