Changelog
Since we follow Conventional Commits, weβre able to automatically create a release with Commitizen based on the commit messages. This means that releases can happen quite often, sometimes several in a day. It also means any individual release will not have many changes within it. Below is a list of releases along with what was changed within it.
0.17.10 (2025-09-18)
Fix
- π overwrite
_contributor.qmd
with>
(#207)
Refactor
- β¬οΈ upgrade pre-commit hook versions (#208)
0.17.9 (2025-09-10)
Refactor
- βοΈ use
update
, notadd
for Quarto extension (#195)
0.17.8 (2025-09-08)
Fix
- π¨ ignore other dirs and files when listing todos (#200)
- π
github_repo
(via_folder_name
) doesnβt work usingupdate
(#197)
Refactor
- π update pre-commit hook versions (#199)
- π simplify CHANGELOG description (#193)
- π¨ contributor script outputs text, output to file with justfile (#192)
- π₯
update-from-workflow
is too complicated and not needed (#190)
0.17.7 (2025-09-05)
Refactor
- π simplify PR template (#196)
0.17.6 (2025-09-05)
Refactor
- π rename to
check-python
, notbuild
(#189)
0.17.5 (2025-09-02)
Refactor
- π§ can render everything in Quarto project (#183)
0.17.4 (2025-09-02)
Refactor
- π§ add more items to sidebar, like overview (#182)
0.17.3 (2025-09-02)
Refactor
- β»οΈ create homepage as variable, not question (#179)
0.17.2 (2025-09-02)
Refactor
- π¨ ignore
justfile
when listing TODO items (#181)
0.17.1 (2025-09-02)
Refactor
- β»οΈ need
date-released
inCITATION.cff
(#180)
0.17.0 (2025-09-02)
Feat
- β¨ add CHANGELOG with some description of it (#178)
0.16.6 (2025-09-02)
Refactor
- β»οΈ delete whole references folder pre and post render (#142)
0.16.5 (2025-09-01)
Refactor
- π move GoatCounter file into
docs/includes/
(#177)
0.16.4 (2025-09-01)
Refactor
- π update pre-commit versions (#171)
0.16.3 (2025-09-01)
Refactor
- π¨ use
--upgrade
when installing Python dependencies (#174)
0.16.2 (2025-09-01)
Refactor
- π§ add
theme
option in_quarto.yml
, andbrand
for Seedcase (#170)
0.16.1 (2025-09-01)
Refactor
- π§βπ» simplify the pull request template (#165)
0.16.0 (2025-08-26)
Feat
- β¨ add
update-from-template
workflow (#134) - β¨ add hosting provider variable (#153)
- π add Conduct, Contributing, and filled out README (#131)
- β¨ add 404 page to template (#141)
- β¨ add files with copier variables (#127)
- β¨ copy over static files to template folder (#117)
- π¨ gitleaks pre-commit to check for credentials (#100)
- β¨ add mypy to VS Code settings and extensions (#93)
- β¨ add examples section to docstring template (#39)
- π§βπ» add recipe
add-function
(#2)
Fix
- π need to run build workflow after version bump to get changelog (#110)
- π· explicitly checkout newest version to publish (#107)
- π· forgot to checkout before building and publishing (#106)
- π· only run when previous and current versions are different (#98)
- π· use the
has_released
output to run or not (#97) - π install uv in publish step and only for tags (#96)
- π¨ the
check-commits
recipe wasnβt correctly checking them (#48) - π¨ the
check-commits
recipe wasnβt correctly checking them - π remove auto-built reference docs before/after building (#47)
- π remove auto-built reference docs before/after building
- π₯ remove django debugger (#44)
- add
test-python
torun-all
(#38) - π¨ update test snippet to given, when, then (#29)
Refactor
- β»οΈ specify svg for all badges (#157)
- β»οΈ move copier test to own file (#156)
- β»οΈ update post-copy message (#154)
- β»οΈ match copier vars in
template-website
(#152) - β»οΈ use
bash
forcheck-commits
justfile recipe (#150) - π§ include
github-actions
in dependabot config (#136) - π· move
uv build
step into publish job (#101) - β»οΈ make mypy more strict in settings (#94)