We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7664b5d commit 7a311c1Copy full SHA for 7a311c1
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 4.1.0
4
+- Adds new `dev` command that starts Django development server and Tailwind watcher simultaneously;
5
+- Automatically installs Honcho if not available when using `dev` command;
6
+- Creates `Procfile.tailwind` for customizable process management;
7
+- Updates documentation with `dev` command usage;
8
+
9
## 4.0.0
10
- Adds support for Tailwind CSS v4+;
11
- Sets Tailwind CSS v4+ as the default version, with the option to use v3.x via `--tailwind-version 3` flag;
0 commit comments