Releases: odest/catalyzer
Releases · odest/catalyzer
Release list
create-catalyzer: v0.1.2
create-catalyzer: v0.1.1
v2.0.1
v2.0.0
2.0.0 (2026-05-10)
⚠ BREAKING CHANGES
- The CLI tool @tntstack/create-app is now deprecated and replaced by create-catalyzer. Native bundle identifiers, internal package names, and repository URLs have completely changed
Features
- cli: add shadow templates and scaffold content cleanup (9c15047)
- core: add notification center and search to app header (2d2ec0e)
- rebrand project from tntstack to catalyzer (37ef188)
Bug Fixes
- cli: auto-inject version and add identifier validation (1be815d)
- cli: improve scaffold UX, error recovery, and template versioning (657cf1e)
- core: align components with v4 vega patterns and resolve hotkey conflicts (acebee0)
Documentation
- cli: add a deprecation warning and migration information to the README (10a03e3)
- cli: update README with new flags and configuration step (0ac8e13)
- deployment: standardize and refine platform deployment guides (a920ac3)
- update CLI usage docs and add a simple configuration step (959c087)
Styles
- enforce global formatting with new prettier rules (5db1510)
- web: align download page width and update platform mappings (46490e0)
Code Refactoring
- centralize project metadata and decouple hardcoded template identity (02ed2cb)
- cli: modularize renaming logic and transition to targeted metadata updates (e9fc6f0)
- ui: revert adaptive sizing to standard tailwind utilities (9bb5d67)
- ui: update shadcn components to v4 radix-vega style (0dcb0f2)
Tests
- cli: add validation utils tests and test script (b6150ac)
Build System
create-catalyzer: v0.1.0
0.1.0 (2026-05-10)
⚠ BREAKING CHANGES
- The CLI tool @tntstack/create-app is now deprecated and replaced by create-catalyzer. Native bundle identifiers, internal package names, and repository URLs have completely changed
Features
- cli: add interactive @tntstack/create scaffolding tool (b39ae89)
- cli: add shadow templates and scaffold content cleanup (9c15047)
- cli: support apple directory and file renaming during scaffold (d8beab1)
- packages/cli: add base scaffolding tool structure (56f90f7)
- rebrand project from tntstack to catalyzer (37ef188)
Bug Fixes
- cli: auto-inject version and add identifier validation (1be815d)
- cli: fix typo in README (95d4d95)
- cli: improve scaffold UX, error recovery, and template versioning (657cf1e)
- cli: resolve 404 error on npm publish by adding publishConfig (4251e18)
Documentation
- cli: add a deprecation warning and migration information to the README (10a03e3)
- cli: Add package metadata and README for CLI scaffolding (d73ad2a)
- cli: update README with new flags and configuration step (0ac8e13)
- Update license to MIT and adjust docs (abf9340)
Styles
- enforce global formatting with new prettier rules (5db1510)
Code Refactoring
- cli: modularize renaming logic and transition to targeted metadata updates (e9fc6f0)
- scripts: unify lint scripts and update ts version (c1e94e4)
Tests
- cli: add validation utils tests and test script (b6150ac)
Build System
- cli: rename package to @tntstack/create-app (b6eddca)
@tntstack/create-app: v0.1.10
@tntstack/create-app: v0.1.9
0.1.9 (2026-05-03)
Features
- cli: add shadow templates and scaffold content cleanup (9c15047)
Bug Fixes
- cli: auto-inject version and add identifier validation (1be815d)
- cli: improve scaffold UX, error recovery, and template versioning (657cf1e)
Documentation
- cli: update README with new flags and configuration step (0ac8e13)
Code Refactoring
- cli: modularize renaming logic and transition to targeted metadata updates (e9fc6f0)
Tests
- cli: add validation utils tests and test script (b6150ac)
v1.5.0
1.5.0 (2026-04-26)
Features
- add command palette with navigation and settings (#55) (36fe82a)
- core: Add Reports page and update dashboard navigation (77b7f50)
- core: replace static greet text with toast and dynamic i18n (6456e17)
- hotkeys: add keyboard shortcuts and dialog/drawer (#54) (4ff28b8)
- landing: implement footer section with theme toggle and links (#53) (ec7387d)
- mobile: add mobile bottom navigation and drawers (40e0bb0)
- ui: adaptive styling and mobile UX improvements (#57) (9d4e5d5)
- web: implement download page with dynamic OS artifacts (#49) (25841eb)
Bug Fixes
- core: resolve implicit any type error in greet component (0dcd28a)
Documentation
- sync documentation with current codebase (08a7dbe)
Code Refactoring
- ui: implement adaptive sizing and typography via CSS variables (dda740b)
- ui: implement responsive hybrid layouts and optimize mobile ux (fbfbb24)
- ui: purge remaining hardcoded tailwind classes across components (b16efc1)