Skip to content

v2.6.0#263

Merged
almenscorner merged 19 commits into
mainfrom
dev
May 29, 2026
Merged

v2.6.0#263
almenscorner merged 19 commits into
mainfrom
dev

Conversation

@almenscorner
Copy link
Copy Markdown
Owner

@almenscorner almenscorner commented May 29, 2026

New features

  • Drift compare command, new IntuneCD-startcompare subcommand to analyze drift between two backup directories including the option to generate a HTML view of the drift using --html flag. (fb3db32)
  • Improved base64 documentation rendering, base64 values in markdown docs are now wrapped in collapsible <details> blocks with newline-aware decoding, so large decoded payloads no longer break table layout. (93cfa96)

Bug fixes

Maintenance

closes #262
closes #260
closes #261
closes #257
closes #259
closes #256
closes #255

Tobias and others added 19 commits May 13, 2026 13:59
- Implemented ANSI color codes for terminal output based on user preference.
- Added `--no-color` argument to disable colored output.
- Introduced `--html` argument to generate a self-contained HTML report alongside the JSON output.
- Enhanced output formatting for better readability, including colored indicators for source and target differences.
…-259

Sanitize control characters in backup filenames
…n-script-matching

Fix proactive remediation script matching without append-id
@almenscorner almenscorner merged commit 2c5b2f7 into main May 29, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment