Skip to content

Releases: trinity-bytes/grayscale-studio

v0.9.0 - Color Image Support

15 Jun 04:32

Choose a tag to compare

What's New

  • Color image acceptance: Upload color images and automatically convert them to grayscale for processing
  • Color correction: Improved handling and validation of color image inputs

Bug Fixes

  • Fixed unclosed CSS comment blocks across all stylesheets
  • Updated README with current features and architecture docs

Commits

  • e806d02 Correccion imagenes color
  • c02c6da docs: update README with current features, architecture and docs link
  • bb47d42 fix(css): close unclosed comment blocks in all CSS files

Full diff: v0.8.0...v0.9.0

Release v0.8.0 - Documentación completa del proyecto

14 Jun 17:16

Choose a tag to compare

v0.8.0 — Documentación completa del proyecto

Documentation

  • JSDoc en español: Documentación completa en los 25 archivos JavaScript del proyecto (Domain, Application, Infrastructure, Shared, Presentation)
  • Headers en CSS/HTML: Cabeceras descriptivas en 13 archivos CSS y 9 archivos HTML
  • Documentación del proyecto: 7 guías completas en public/docs/:
    • README.md — Hub principal con quick start y arquitectura
    • arquitectura.md — Clean Architecture, DDD, diagramas ASCII
    • componentes.md — Guía de los 8 componentes Web Components
    • casos-de-uso.md — 3 use cases con algoritmos matemáticos
    • guia-desarrollador.md — Cómo extender el proyecto
    • estilos-y-tema.md — Sistema de diseño, Tailwind, dark mode
    • api-referencia.md — Referencia técnica de todas las clases

Changed

  • 47 archivos modificados, ~3600 líneas de documentación agregadas
  • Sin cambios en lógica de negocio

Release v0.7.1 - Sample test images

13 Jun 17:42

Choose a tag to compare

What's New

🖼️ Assets

  • Add sample images for testing:
    • catiamatos.jpg (4.1 MB)
    • pok-rie.jpg (1.8 MB)
    • pok-rie-2.jpg (1.1 MB)
    • pok-rie-3.jpg (2.3 MB)
    • red-zeppelin.jpg (3.9 MB)

Technical Details

  • 6 files changed
  • Patch release for v0.7.0

Release v0.7.0 - Spanish i18n & UI improvements

13 Jun 17:40

Choose a tag to compare

What's New

🌐 Language Unification

  • All UI strings unified to Spanish via centralized src/shared/i18n/strings.js
  • ~80 strings across 9 namespaces (nav, dropzone, imageInfo, analysis, errors, common, charts, aria, index)
  • HTML templates use inline Spanish text
  • JS builders import strings via dot-notation

🎨 UI Improvements

  • Fixed AnalysisPanel empty state visibility bug (was showing alongside histogram)
  • Improved AnalysisPanel padding and tab spacing
  • Increased histogram height for better visibility (45% → 50%)
  • Hidden ImageInfoPanel browse button until image is loaded (redundant at start)

🐛 Bug Fixes

  • Empty state now properly hides when histogram data is available
  • Histogram containers hidden by default, shown only when image loaded
  • Browse button in ImageInfoPanel now contextual (only visible when image loaded)

Technical Details

  • 15 files changed, 281 insertions, 94 deletions
  • Pure string extraction — no logic changes
  • Build passes clean with zero errors

Release v0.6.0

13 Jun 07:10

Choose a tag to compare

release: v0.6.0

- add histogram math visualization (cdf, equalization lut, expansion lut)
- add vitest testing infrastructure
- add shared emptystate web component
- improve glass panel contrast (0.70 -> 0.85)
- add css custom properties for glassmorphism theming
- add empty states across workspace, analysis, and imageinfo panels
- add drag-over feedback with file type validation
- add aria tab pattern with keyboard navigation
- add aria attributes to erroralert with focus management
- add tablet responsive breakpoint at 768px
- add disabled button tooltips

- split iimageprocessor into focused interfaces (isp)
- inject processor interfaces into use cases (constructor injection)
- wire composition root with dependency injection

Release v0.5.1-beta

05 May 01:55
72bdd2c

Choose a tag to compare

What's Changed

  • Update project description to include Vite as development server by @trinity-bytes in #7

Full Changelog: v0.5.0...v0.5.1

Release v0.5.0-beta

05 May 01:43
074e5f3

Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.5.0

Release v0.0.2-alpha

04 May 22:41
078cf57

Choose a tag to compare

What's Changed

  • Add width and height metadata to ImageModel and update TopNavBar. by @trinity-bytes in #3

Full Changelog: v0.0.1...v0.0.2

Release v0.0.1-alpha

04 May 05:31
5c8d916

Choose a tag to compare

What's Changed

  • Enhance branding, UI components, and image processing features by @trinity-bytes in #1
  • Update demo link in README to correct GitHub Pages URL by @trinity-bytes in #2

New Contributors

Full Changelog: https://github.com/trinity-bytes/grayscale-studio/commits/v0.0.1