1.5.0 (2026-04-26)
- 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)
- core: resolve implicit any type error in greet component (0dcd28a)
- sync documentation with current codebase (08a7dbe)
- 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)
- 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)
1.4.7 (2026-03-29)
- ci: use separate pull requests for release-please (edebdc9)
1.4.6 (2026-03-29)
- ci: remove custom pull request title pattern (67d32c9)
1.4.5 (2026-03-29)
- update architecture documentation for ui and core packages split (c65c0ed)
- packages: extract business logic from ui to core (59bd4ec)
1.4.4 (2026-03-27)
- web: resolve metadata image prerender error in localized routes (d2cd0c7)
- add linear git history requirements to setup instructions (eb0b39e)
- icons: update app icons and add missing sizes (4569231)
- workflows: fix universal apk upload wildcard and enforce checkout ref (a4345e3)
1.4.3 (2026-03-24)
- native: disable link prefetching to resolve silent navigation hangs on windows (f2c615d)
- workflows: add selective desktop builds and refine artifact naming (4aa58a4)
- workflows: implement dynamic matrix and enforce explicit refs for checkout (99178f1)
1.4.2 (2026-03-23)
- cli: fix typo in README (95d4d95)
- add apps and packages architecture documentation (3fdf9c8)
1.4.1 (2026-03-18)
1.4.0 (2026-03-15)
- docs: add Mermaid support and MDX helpers, update documentation content (645fe37)
- docs: add force-static to resolve DYNAMIC_SERVER_USAGE error (09c7e9c)
1.3.2 (2026-03-14)
- cli: resolve 404 error on npm publish by adding publishConfig (4251e18)
1.3.1 (2026-03-14)
- ui: explicitly define children prop in ThemeProvider for React 19 compatibility (a71bc81)
- web: resolve missing open graph images in localized routes (9240081)
- scripts: unify lint scripts and update ts version (c1e94e4)
1.3.0 (2026-03-12)
- cli: support apple directory and file renaming during scaffold (d8beab1)
- native: update application icons across all platforms (8486bd2)
- web: Add PWA support with Serwist, add favicons, metadata, and manifest (3b08c17)
- Update license to MIT and adjust docs (abf9340)
- swap hexagon icon for custom logo and add brand assets (c6f09fe)
- ios: initialize Tauri iOS project via GitHub Actions (fd1fef0)
- ios: add temporary project initialization workflow (840f3cf)
- ios: remove temporary project init workflow (ce145bd)
1.2.1 (2026-03-11)
- cli: rename package to @tntstack/create-app (b6eddca)
1.2.0 (2026-03-11)
- cli: add interactive @tntstack/create scaffolding tool (b39ae89)
- release: correct component paths in linked-versions config (f37aa5d)
1.1.2 (2026-03-10)
- android: implement smart debug/release build pipelines (76a4ae5)
1.1.1 (2026-03-10)
- cli: Add package metadata and README for CLI scaffolding (d73ad2a)
- ci: add publish CLI workflow and improve version fetch logic (087c196)
1.1.0 (2026-03-10)
- add contributing and funding docs, improve README, and enhance UI with skeletons and sidebar variant selector (0a34782)
- add init scripts, svg assets, improve README (21d6de5)
- add skeleton loading placeholders for mode-card and themes-list (eaf937c)
- android: add Android build configuration and resources (ec04ee7)
- dashboard: add dashboard pages, routes, navigation and i18n (14a4db4)
- docs: setup Fumadocs and initial MDX structure (7d51764)
- i18n: add internationalization support for web and native apps (2e9da4f)
- i18n: add support for 10 languages (7f0a219)
- i18n: add translation texts for pages and components (27017ba)
- improve sidebar and theme handling (44016ab)
- landing: add basic landing page with ui components (f50aa28)
- language: Add language card and switcher hook (05f7a23)
- packages/cli: add base scaffolding tool structure (56f90f7)
- select: Add search and sort to ThemesList with new Select component (cf54e6f)
- sidebar: add sidebar variant selector UI and persistent store (f6b7bb3)
- sidebar: close mobile sidebar on link click (19cd438)
- theme: add view transition on theme change and system mode support (d942b57)
- ui: add language toggle and locale config (60d1e56)
- ui: improve mode toggle with view transitions (fabc024)
- appearance settings are not responsive on mobile view (close #8) (1fe1b69)
- common/greet: add error handling and clear input after greet (e954c0f)
- deps: upgrade next.js and react to resolve new RSC vulnerabilities (6f54846)
- deps: upgrade react to resolve new RSC vulnerabilities (63a94a9)
- greet: handle invalid input and sanitize name (201a5d0)
- init: update init scripts and sidebar to replace placeholder (dbe2ca8)
- lint: add eslint dependency to ui package and fix exhaustive-deps warning (5bc54a1)
- add CONTRIBUTING.md, FUNDING.yml, overhaul README (8e9a878)
- fix formatting of README warning block (7a5cb63)
- README: add required Android signing notes and guide (a06dba1)
- change project name and package identifiers to tntstack (9ea84f1)
- Refactor theme card to reusable themes list component (4018b8b)
- release: split release workflow into modular reusable workflows (23d2ff6)
- remove unused pages and navigation items (86ac6b3)
- set up CI workflow and improve project structure (a881e92)
- theme-store: move sortOption to store and update ThemesList (dab3012)
- ui: extract theme init script to shared module (0e51547)
- ui: replace mounting with useMounted hook skeleton component (c5366b6)
- ui: replace mounting with useMounted hook skeleton component (cd9faa3)
- update LinkComponent types and use LucideIcon for nav icons (7ed51cd)
- use sidebar state for grid layout in mode and variant cards (e7e84af)
- utils: Extract storage retrieval to utility and use it in stores (af79486)
- android: add keystore signing config for release builds (a203803)
- android: Move signing config to signingConfigs block and update keys (1b19d2a)
- deps: bump next from 15.5.0 to 15.5.9 (c17477c)
- deps: bump next from 15.5.0 to 15.5.9 (33ee5cd)
- Exclude src-tauri from tsconfig and add Android .gitignore in scripts (a2c8a89)
- add Android/desktop build workflows, drop old release-please (9bf3f34)
- Add manuel build apps workflow and simplify release workflow (b190639)
- add publish-tauri job to android-build and remove desktop-build (39fae4f)
- release-please: add Release Please workflow and config (da6c6dc)
- standardize secret name to github_token across workflows (3f6b434)
- Update android build workflow, add split-APK upload and rename job (3d09a38)
- workflow: Add Rust and Node cache to Android build workflow (3a9c510)
- workflows: Update CI workflows to use secrets.GITHUB_TOKEN (96130d5)
- workflows: update NDK, rename artifacts, fix lockfile cache (841e1e4)
- workflows: update pnpm setup, fix quoting, change asset pattern (73379b2)
0.0.4 (2025-12-12)
- add contributing and funding docs, improve README, and enhance UI with skeletons and sidebar variant selector (0a34782)
- add init scripts, svg assets, improve README (21d6de5)
- add skeleton loading placeholders for mode-card and themes-list (eaf937c)
- i18n: add internationalization support for web and native apps (2e9da4f)
- i18n: add support for 10 languages (7f0a219)
- i18n: add translation texts for pages and components (27017ba)
- language: Add language card and switcher hook (05f7a23)
- sidebar: add sidebar variant selector UI and persistent store (f6b7bb3)
- ui: add language toggle and locale config (60d1e56)
- appearance settings are not responsive on mobile view (close #8) (1fe1b69)
- common/greet: add error handling and clear input after greet (e954c0f)
- greet: handle invalid input and sanitize name (201a5d0)
- add CONTRIBUTING.md, FUNDING.yml, overhaul README (8e9a878)
- fix formatting of README warning block (7a5cb63)
- README: add required Android signing notes and guide (a06dba1)
- ui: extract theme init script to shared module (0e51547)
- ui: replace mounting with useMounted hook skeleton component (c5366b6)
- ui: replace mounting with useMounted hook skeleton component (cd9faa3)
- update LinkComponent types and use LucideIcon for nav icons (7ed51cd)
- use sidebar state for grid layout in mode and variant cards (e7e84af)
- utils: Extract storage retrieval to utility and use it in stores (af79486)
- deps: bump next from 15.5.0 to 15.5.9 (c17477c)
- deps: bump next from 15.5.0 to 15.5.9 (33ee5cd)
- Exclude src-tauri from tsconfig and add Android .gitignore in scripts (a2c8a89)
0.0.3 (2025-09-02)
- android: add Android build configuration and resources (ec04ee7)
- improve sidebar and theme handling (44016ab)
- select: Add search and sort to ThemesList with new Select component (cf54e6f)
- sidebar: close mobile sidebar on link click (19cd438)
- theme: add view transition on theme change and system mode support (d942b57)
- ui: improve mode toggle with view transitions (fabc024)
- Refactor theme card to reusable themes list component (4018b8b)
- release: split release workflow into modular reusable workflows (23d2ff6)
- theme-store: move sortOption to store and update ThemesList (dab3012)
- android: add keystore signing config for release builds (a203803)
- android: Move signing config to signingConfigs block and update keys (1b19d2a)
- add Android/desktop build workflows, drop old release-please (9bf3f34)
- add publish-tauri job to android-build and remove desktop-build (39fae4f)
- release-please: add Release Please workflow and config (da6c6dc)
- standardize secret name to github_token across workflows (3f6b434)
- Update android build workflow, add split-APK upload and rename job (3d09a38)
- workflow: Add Rust and Node cache to Android build workflow (3a9c510)
- workflows: Update CI workflows to use secrets.GITHUB_TOKEN (96130d5)
- workflows: update NDK, rename artifacts, fix lockfile cache (841e1e4)