File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
33## 1.4.0 (unreleased)
44
5- - Chore: Migrate to hatch-vcs for automated versioning from git tags.
5+ - Critical fix: ` SOURCES_TARGET ` used mxdev wrongly with ` -o ` (offline) option.
6+ The offline option had a bug and was fixed in mxdev [ #34 ] ( https://github.com/mxstack/mxdev/issues/34 ) and released with mxdev>=5.
7+ This fix switches from ` -o ` to the correct ` -f ` (no fetch from vcs).
8+ To update your makefile use ` mxmake update ` in the folder with your ` Makefile ` .
69- Fix: theme for newer Sphinx 7.x.
710- Fix: interactive uv venv, use --allow-existing instead.
811- Feature: Add support for Python 3.14.
912- Feature: Add ` docs-linkcheck ` to check for broken links in the sphinx documentation.
13+ - Chore: Migrate to hatch-vcs for automated versioning from git tags.
1014
1115## 1.3.0 (2025-09-03)
1216
Original file line number Diff line number Diff line change 2020SOURCES_TARGET: =$(SENTINEL_FOLDER ) /sources.sentinel
2121$(SOURCES_TARGET ) : $(PROJECT_CONFIG ) $(MXENV_TARGET )
2222 @echo " Checkout project sources"
23- @mxdev -o -c $(PROJECT_CONFIG )
23+ @mxdev -f -c $(PROJECT_CONFIG )
2424 @touch $(SOURCES_TARGET )
2525
2626.PHONY : sources
You can’t perform that action at this time.
0 commit comments