Skip to content

Releases: odest/catalyzer

create-catalyzer: v0.1.2

Choose a tag to compare

@odest odest released this 17 Jun 20:04
f0f5763

0.1.2 (2026-06-17)

Features

  • migrate from eslint and prettier to ultracite and biome (#74) (8bfc157)

create-catalyzer: v0.1.1

Choose a tag to compare

@odest odest released this 08 Jun 20:24
7ac09f8

0.1.1 (2026-06-08)

Documentation

  • cli: Add AGENTS.md template and generate file during scaffold (18306e7)

v2.0.1

Choose a tag to compare

@odest odest released this 07 Jun 21:01
66f6a47

2.0.1 (2026-06-07)

Documentation

  • add comprehensive AGENTS.md documentation (58f927e)

Build System

  • deps-dev: bump turbo from 2.9.6 to 2.9.14 (#68) (00905df)
  • deps: bump mermaid from 11.14.0 to 11.15.0 (#65) (4413c17)
  • deps: bump next from 16.2.4 to 16.2.6 (#66) (2efe049)

v2.0.0

Choose a tag to compare

@odest odest released this 10 May 15:35
d4c2772

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

  • deps: bump next-intl from 4.9.1 to 4.9.2 (#61) (f477f65)
  • deps: bump tauri from 2.10.3 to 2.11.1 in /apps/native/src-tauri (#62) (99fccf0)

create-catalyzer: v0.1.0

Choose a tag to compare

@odest odest released this 10 May 15:45
f231e08

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

Choose a tag to compare

@odest odest released this 10 May 10:36
a309774

0.1.10 (2026-05-10)

Documentation

  • cli: add a deprecation warning and migration information to the README (10a03e3)

Styles

  • enforce global formatting with new prettier rules (5db1510)

@tntstack/create-app: v0.1.9

Choose a tag to compare

@odest odest released this 03 May 23:00
4fc8933

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

Choose a tag to compare

@odest odest released this 26 Apr 10:41
45c402c

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)

Build System

  • deps: bump next from 16.2.1 to 16.2.3 (#52) (adf1d2e)
  • deps: bump next-intl from 4.8.3 to 4.9.1 (#51) (ed5c70f)

v1.4.7

Choose a tag to compare

@odest odest released this 29 Mar 01:17
373d09e

1.4.7 (2026-03-29)

Bug Fixes

  • ci: use separate pull requests for release-please (edebdc9)

v1.4.6

Choose a tag to compare

@odest odest released this 29 Mar 01:08
b1333a2

1.4.6 (2026-03-29)

Bug Fixes

  • ci: remove custom pull request title pattern (67d32c9)