Skip to content

Releases: mehmetakifkoz/depo-scraper

Depo Scraper v0.2.5 – Reliable Barcode Detection & Fallback Support

13 Feb 09:03
Compare
Choose a tag to compare

Release Description:

This release enhances barcode detection reliability by ensuring that a default barcode ("0000000000000") is always served when no valid barcode is found in the clipboard.

Changelog:

Improved Clipboard Handling – The program now continuously monitors clipboard changes and updates only when a new barcode is detected.
Fallback Mechanism – If no valid 13-digit barcode is found, the server will always return "0000000000000" instead of ignoring the request.
Better Console Logging – "Barcode changed" is logged only when a new barcode is detected, reducing redundant outputs.
Performance Optimization – Reduced unnecessary writes to shared memory for efficiency.

How to Use:

1️⃣ Run the binary – The local server will start automatically at http://localhost:3030/barcode.
2️⃣ Copy a barcode – The program will detect and update the barcode in real time.
3️⃣ No barcode? No problem! – If no barcode is found, the server will still respond with "0000000000000".

This update makes barcode handling more robust and ensures seamless communication between the OS-level clipboard listener and the Chrome extension. 🚀

Depo Scraper v0.2.2 – Barcode Detection Added

08 Feb 15:23
Compare
Choose a tag to compare

This release introduces barcode detection to the Depo Scraper tool. The Rust program now listens to the clipboard continuously and extracts 13-digit barcodes. The detected barcode is then made available via a local HTTP server at:

📌 http://localhost:3030/barcode

Key Updates:

✅ The program automatically detects and filters 13-digit numeric barcodes from the clipboard.
✅ A local server provides the latest detected barcode via an HTTP endpoint.
✅ Barcodes are updated only when a new valid barcode is found.
✅ If no valid barcode is detected, the previous barcode remains unchanged.

Included Files:

🔹 Precompiled Rust binary for easy setup (depo-scraper-v0.2.2.exe for Windows, other OS versions can be compiled manually).
🔹 Source code for customization and further development.