- Added `--watch` flag that will watch the source and template folders for changes and rebuild the site. - Added `dev` which combines `build --watch` and `serve` commands. - Added extra metadata handling when reading entries. - Makefile Changes: - Added `make wheel` to create package. - Changed `make dev` to `make install-dev`. - Added build and release process to SourceHut. 🤞 - Removed `black` from the process as `ruff` is used instead.