Skip to content

v1.0.0 - First Stable Release

Latest

Choose a tag to compare

@yossTheDev yossTheDev released this 19 Mar 03:26
· 1 commit to main since this release

[1.0.0] - Stable Release

⚠️ From this version forward, the changelog begins official tracking.
Removerized has gone through multiple stages prior to this release — including early open-source iterations and an experimental SaaS direction.
Version 1.0.0 represents the first stable definition of the project as a local-first, open-source AI image toolkit.


✨ Added

  • Background removal using multiple AI models (ONNX Runtime Web)
  • Image upscaling feature
  • Batch processing system
  • Model selection interface (user can choose processing model)
  • IndexedDB model caching for offline reuse
  • Fully client-side processing (no backend)
  • Offline support after initial load
  • Interactive before/after comparison slider
  • Queue system with preview thumbnails
  • Export options (PNG with transparency)
  • Modern UI with shadcn/ui + Tailwind CSS

🧠 Improved

  • Performance optimizations for ONNX inference in the browser
  • Memory handling for large image processing
  • UX improvements in processing flow and controls
  • Model loading and caching strategy
  • Overall UI consistency and responsiveness

🔄 Changed

  • Project direction finalized as open-source, local-first tool
  • Removed dependency on external background removal libraries
  • Reworked internal processing pipeline to support multiple models
  • Improved architecture for scalability and future features

❌ Removed

  • Legacy implementation based on external libraries
  • Previous SaaS-oriented structure and constraints
  • Any server-side dependencies or processing

🚀 Notes

This release marks a key milestone:

  • Stable foundation
  • Clear product vision
  • Ready for expansion (colorization, restoration, captioning, PWA, extension)

Full Changelog: https://github.com/yossTheDev/removerized/commits/v1.0.0