Skip to content

Releases: agmmnn/tauri-ui

v1.0.6

30 Mar 17:11
9be5464

Choose a tag to compare

Patch Changes

  • 080a981: Add an optional size optimization battery and improve the CLI/docs polish.

    • add --size-optimize / --no-size-optimize to apply smaller Tauri release profile settings and enable removeUnusedCommands
    • add -v / --version
    • refresh the root and package READMEs with clearer battery, workflow, and CLI documentation

v1.0.5

30 Mar 14:42
a9a955b

Choose a tag to compare

Patch Changes

af26d08: Improve the generated desktop shell and debug tooling.

  • scope the generated scroll container to a dedicated root shell so starter layouts do not create nested main scrollbars
with-rubber-band-scroll.mp4
disable-rubber-band-scroll.mp4
  • refresh the development debug panel with a denser inspector-style layout, improved docking behavior, and a dedicated tool palette
CleanShot 2026-03-30 at 17 52 03
  • polish the workflow setup prompts with clearer target OS labels and document generated CSS battery behavior more clearly

v1.0.4

29 Mar 23:31
1e3fb0c

Choose a tag to compare

Patch Changes

  • 59d46a3: Fix Windows release scaffolding and smoke workflow compatibility.

    • normalize edited files before patching so generated Windows files patch reliably
    • harden Vite and Cargo patch steps used by the debug panel and external link guard
    • improve the release smoke workflow app naming and dashboard setup

v1.0.3

29 Mar 23:17
9d1ec38

Choose a tag to compare

Patch Changes

  • 6226a01: Fix Windows Vite scaffolding and release workflow compatibility.

    • make Vite battery patching tolerant of Windows line endings
    • update generated release workflows for the current tauri-action input names
    • relax generated app Bun installs in CI so smoke builds are reproducible

v1.0.2

29 Mar 22:46
b97a480

Choose a tag to compare

Patch Changes

  • 8620dd6: Fix the generated release workflow and the repository smoke-release pipeline.

    • dispatch the smoke build workflow after package publish
    • pin tauri-action to the latest published action tag
    • update generated Tauri release workflows to use the same action pin

v1.0.1

29 Mar 22:26
c5b26c1

Choose a tag to compare

Patch Changes

  • 4e9124c: Fix the package release pipeline after the 1.0.0 bootstrap publish.

    • align the release workflow with the master branch
    • ensure package tags create GitHub releases
    • repair the release smoke app workflow and trigger behavior

v1.0.0

29 Mar 22:03

Choose a tag to compare

tauri-ui 1.0.0 🦀

rebuilt from scratch with an upstream-first approach.

no more template mess — now it:

  • uses shadcn for UI
  • uses create-tauri-app for native
  • merges them + adds desktop polish

✨ what’s new

  • supports vite, next, sveltekit, react-router, astro
  • desktop-first defaults
  • optional dashboard + GitHub release workflow
  • built-in dev debug panel 🛠️

🖥️ defaults

  • no startup flash
  • external links open in browser
  • no rubber-band scrolling
  • centered window (1400x918)
  • better selection behavior

tldr

  • new architecture
  • old template system is gone
  • this is the new base

full changelog
https://github.com/agmmnn/tauri-ui/commits/create-tauri-ui@1.0.0

v0.3.0

31 Jul 23:04
52f3df1

Choose a tag to compare

Templates: vite, next

  • Cross-platform native-looking window controls with tauri-controls. (Windows, macOS, Gnome)

explorer_39m44w90Ks

  • About dialog. Showing information about the app. menu > App > About app.

tauri-ui_y3dsYDmTCM

  • added dependencies:

@tauri-apps/plugin-app, tauri-plugin-app
@tauri-apps/plugin-os, tauri-plugin-os
@tauri-apps/plugin-shell, tauri-plugin-shell

Templates: sveltekit

Other

v0.2.0

10 Jul 18:59
0a9dce3

Choose a tag to compare

  • repository became create-tauri-ui cli tool (which also contains all templates) instead of next.js template.
  • updated to new shadcn/ui components. (not included new-york style you can download and copy it manually)
  • app icon updated to blank-ish, users can make changes on it more easily. (from https://www.figma.com/community/file/857303226040719059)
    explorer_IppEba4zM3
  • users can select the target operating systems for the tauri github action.
    WindowsTerminal_85W6A3nThC
  • new template Vite+UnoCSS.
  • updated tauri dependencies (npm and cargo).

v0.1.3

22 May 22:05
cce22a5

Choose a tag to compare

  • added Tasks, Forms examples from shadcn/ui
  • update tauri 2.0.0-alpha.9
  • fix Release CI/CD
  • added logo to titlebar
  • mode-toggle moved to menu
  • scrollbar enabled default

Before/After
explorer_fsz4KxUSFq

This release was generated automatically using GitHub Actions.