Skip to content

Releases: TutorialsAndroid/image-squash-pro

🚀 v1.1.0 – SEO Boost: Structured Data, Sitemap & More

07 May 12:27

Choose a tag to compare

🎯 What's New in v1.1.0

This release doubles down on discoverability. We've added everything
Google needs to crawl and index ImageSquash Pro properly — making it
much easier for people to find us when they search for "image compressor".

🔍 SEO & Discovery

  • 🤖 robots.txt – Explicitly points crawlers to our sitemap and
    allows full indexing.
  • 🗺️ sitemap.xml – Lists all three pages (index.html, about.html,
    contact.html) with last modification dates and priority hints.
  • 🏗️ JSON‑LD structured dataSoftwareApplication schema on the
    homepage helps Google display rich snippets (ratings, description)
    directly in search results.
  • 🔗 Custom <meta> tags – All pages now have complete title,
    description, keywords, Open Graph, and Twitter Card tags.
  • 📊 Google Analytics ready – Shared analytics.js file included.
    Just plug in your Measurement ID.

✨ New Features

  • Welcome dialog (one‑time, localStorage)
  • About page with privacy commitment
  • Contact page with email & GitHub Issues
  • Floating Action Button (FAB)
  • Performance warning for slow devices
  • Improved navigation with active states
  • Footer fix and mobile responsiveness

🐛 Bug Fixes

  • Massive image freeze fix (placeholder for pending original images)
  • Performance benchmark threshold tuned to avoid false positives
  • Mobile header cleanup

📦 Files Added

  • robots.txt
  • sitemap.xml
  • js/analytics.js
  • js/welcome.js
  • js/fab.js
  • about.html
  • contact.html

Full Changelog: v1.0.0...v1.1.0

🚀 v1.0.0 – Public Launch: Private, Professional Bulk Image Compression

07 May 12:12

Choose a tag to compare

🎉 ImageSquash Pro v1.0.0 – Public Launch

The first stable release of ImageSquash Pro, a professional‑grade bulk image compressor that runs entirely in your browser. No uploads, no servers – 100% private & safe.


✨ Features

  • Extreme compression – 80 MB images down to ~200 KB (WebP, JPEG, PNG)
  • Batch processing – Drag & drop unlimited files, compress all at once
  • Smart presets – Maximum, High, Medium, Low + fully custom mode
  • Before/after statistics – Per-image size comparison and total savings
  • ZIP export – Download all compressed images in one click
  • Performance warning – Detects slow devices and advises accordingly
  • One‑time welcome modal – Polished intro for first‑time visitors
  • Privacy‑first UI – Slogan bar emphasising 100% offline, no uploads
  • About page – Mission, tech stack, and open‑source philosophy
  • Contact page – Email and GitHub Issues links
  • Floating action button (FAB) – Quick contact from every page
  • Responsive design – Works flawlessly on mobile and desktop
  • Keyboard shortcuts – Ctrl+Enter to compress, Ctrl+D to download ZIP
  • Google Analytics – Optional, privacy‑respecting analytics (GA4)
  • All meta & OG tags – Perfect for social sharing and SEO

🐛 Fixes & Improvements

  • Freeze fix – Replaced original image preview with a placeholder for huge files
  • Footer now stays at the bottom on short pages
  • Navigation enhanced with pill‑shaped active state and mobile responsiveness
  • Performance benchmark no longer triggers false warnings on fast machines
  • Thorough meta tags for all three pages (index, about, contact)

📄 How to use

  1. Visit https://tutorialsandroid.github.io/image-squash-pro/
  2. Drop your images → choose preset → Compress All
  3. Download individually or as ZIP

🤝 Contributing

This project is open source! Feel free to submit issues or PRs on the GitHub repository.


Full Changelog: v1.0.0 is the first public release. All previous development is available in the commit history.