| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-23 | 397 Bytes | |
| v1.9.2 source code.tar.gz | 2026-03-23 | 1.9 MB | |
| v1.9.2 source code.zip | 2026-03-23 | 2.1 MB | |
| Totals: 3 Items | 4.1 MB | 0 | |
Fixed
- Fixed embedded component script routes on Windows by switching to slash-separated paths when reading from the embedded filesystem, so
/templui/js/...no longer returns404for valid component assets. Fixes [#526]. - Fixed the import workflow Tailwind watcher example to resolve
TEMPLUI_PATHwithgo list -mod=mod, which restores vendored and Docker-based setups. Fixes [#527].