Releases: trinity-bytes/grayscale-studio
Releases · trinity-bytes/grayscale-studio
v0.9.0 - Color Image Support
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
e806d02Correccion imagenes colorc02c6dadocs: update README with current features, architecture and docs linkbb47d42fix(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
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
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
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
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
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
What's Changed
- Refactor MainView and improve README formatting and logo display. by @trinity-bytes in #4
- Refactor code structure for readability and maintainability. by @trinity-bytes in #5
- Bump version to 0.5.0 in package files by @trinity-bytes in #6
Full Changelog: v0.0.2...v0.5.0
Release v0.0.2-alpha
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
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
- @trinity-bytes made their first contribution in #1
Full Changelog: https://github.com/trinity-bytes/grayscale-studio/commits/v0.0.1