Skip to content

Releases: dnaka91/wazzup

v0.4.2

29 Jan 03:25
v0.4.2
8b3a0da
Compare
Choose a tag to compare

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

23 Aug 01:05
v0.4.1
d642bc4
Compare
Choose a tag to compare

0.4.1 - 2023-08-23

Documentation

  • Correct spelling error in an error message

Features

  • Enable automatic wrapping of terminal help messages
  • Allow passing a custom base URL when building a project

Miscellaneous Tasks

  • Include the tag in pre-compiled release binary names

v0.4.0

22 Aug 15:09
v0.4.0
054e737
Compare
Choose a tag to compare

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 with color-eyre for better error reporting