File tree Expand file tree Collapse file tree 4 files changed +610
-598
lines changed
Expand file tree Collapse file tree 4 files changed +610
-598
lines changed Original file line number Diff line number Diff line change 11## CHANGELOG
22
3+ ### [ 26.1.1] - January 12, 2026
4+ - Fixed an issue with error handling for ` jinjafx_schema `
5+
36### [ 26.1.0] - January 12, 2026
47- Replaced ` setup.py ` with ` pyproject.toml `
58- Rewrote the error handling aspects of ` http.server ` as the defaults are garbage
507510- Initial release
508511
509512
513+ [ 26.1.1 ] : https://github.com/cmason3/jinjafx_server/compare/26.1.0...26.1.1
510514[ 26.1.0 ] : https://github.com/cmason3/jinjafx_server/compare/25.9.3...26.1.0
511515[ 25.9.3 ] : https://github.com/cmason3/jinjafx_server/compare/25.9.2...25.9.3
512516[ 25.9.2 ] : https://github.com/cmason3/jinjafx_server/compare/25.9.1...25.9.2
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ wget -P /tmp https://github.com/jgm/pandoc/releases/download/3.8.3/pandoc-3.8.3-
1111dpkg -i /tmp/pandoc-3.8.3-1-amd64.deb; \
1212
1313python3 -m venv /opt/jinjafx; \
14- /opt/jinjafx/bin/python3 -m pip install --upgrade git+https://github.com/cmason3/jinjafx_server.git@${BRANCH} lxml ; \
14+ /opt/jinjafx/bin/python3 -m pip install --upgrade git+https://github.com/cmason3/jinjafx_server.git@${BRANCH}; \
1515/opt/jinjafx/bin/python3 -m pip uninstall -y pip
1616
1717
You can’t perform that action at this time.
0 commit comments