Releases: dnaka91/wazzup
Releases · dnaka91/wazzup
v0.4.2
0.4.2 - 2024-01-29
⛰️ Features
- Add TailwindCSS to the tool status list (3cc9017)
As wazzup has support for TailwindCSS for a while now, it should show
the installation status in addition to only SASS. - Several overall improvements and dependency updates (bb62fad)
Small tweaks here and there to improve stability and smaller features
collected over time, and dependency updates as well.
📚 Documentation
- Improve changelog format (c5bb23b)
Make the changelog more colorful (inspired by
git-cliff
's own config),
by introducing a few emojis and rendering the commit body if present.
v0.4.1
v0.4.0
0.4.0 - 2023-08-22
Bug Fixes
- Ensure the .git folder is properly excluded
- Ensure a path is not ignored when unwatching
Features
- Reduce crate package size
- Improve error messages with suggestions
- Start up the dev server before the build finishes
- Log external tool invocation in verbose mode
- Use project-local tailwind binary if available
- Add CI for testing and pre-compiled binaries
Miscellaneous Tasks
- Update all dependencies
- Extend crate metadata for crates.io
- Reduce the CI setup to only pre-compiled binaries
Refactor
- Replace
anyhow
withcolor-eyre
for better error reporting