You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix #70: HTTP-referenced requirements/constraints files are now properly cached and respected in offline mode. Previously, offline mode only skipped VCS operations but still fetched HTTP URLs. Now mxdev caches all HTTP content in .mxdev_cache/ during online mode and reuses it during offline mode, enabling true offline operation. This fixes the inconsistent behavior where -o/--offline didn't prevent all network activity.
[jensens]
Improvement: Enhanced help text for -n/--no-fetch, -f/--fetch-only, and -o/--offline command-line options to better explain their differences and when to use each one.
[jensens]