Releases: okieselbach/SyncMLViewer
Releases · okieselbach/SyncMLViewer
v1.3.1
V1.3.0
- added menu Action > Run Advanced Diagnostics Report (the HTML report)
- added menu Action > Open MDM EventLog
- added menu Action > Lookup Status Code (MDM and Win32 Error status code lookup)
- added menu Action > Decode Certificate
- added menu Action > Search with Google
- added menu Action > Open in Notepad
- added menu Action > Advanced > Cleanup local MDM Enrollments
- added menu Options > Advanced > Request execution time
- added menu Options > Advanced > Turn on Debug logging
- added menu Options > Advanced > Keep local MDM enrollment
- added menu Options > Advanced > -> but unregister on exit
- added menu Help > Send Feedback
- added VPN and WiFi stored profile support incl. delete options and show details
- added feature to add comments to Sessions/Messages via double-click
- added file path in the title when loading saved syncML stream
- added capture traffic indicator (lower right) + F12 hotkey
- added OMA-DM Account ID to MDM Diagnostics when Keep local MDM enrollment is set
- added a hidden feature to redirect local MDM enrollment to real MDM enrollment
- added a lot of key combinations
- added robust parsing of truncated/malformed XML data
- added more validation to SyncML Requests
- added a lot of tooltips
- added menu icons
- changed some wordings
- layout refinements
- general code optimizations
- bugfix nested base64 decode calling
- Executor
- added elevation check
- added parameter cleanup enrollments
- added parameter verbose
v1.2.0
- added MDM local management via external executer process
- Executer process is checked for integrity and extracted from resources
- added menu Options > Advanced > KeepLocalMDMEnrollment
- added menu Actions > Advanced > set or clear EmbeddedMode
- added menu Actions > Advanced > Reset Sync trigger status
- added menu Actions > Open Registry > Enrollments
- added menu Help > CSP online documentation (Ctrl+F1)
- added AutoComplete and History to OMA-URI textbox and menu option to clear
- added new Data Editor window with options to format document and nested calling
- base64 decoding uses now new Data Editor
- added HTML decode action
- rearranged menu items for more clarity
- added many tooltips for explanation
- added a lot of additional error handling
- fixed a folding bug in texteditor
- fixed truncated text message bug
v1.1.3
- added DeclaredConfiguration registry path to open
- added C:\Windows\System32\SystemProfile\AppData\Local\MDM to folder open
- added C:\ProgramData\microsoft\DC\HostOS to folder open
v1.1.2
- added some more diagnostics info
- new registry links in menu
- updated dependencies
v1.1.1
- added command line args
- /s ...start MDM sync
- /m ...start MMP-C sync
- /b ...start in background logging mode
- /h ...hide window immediately
- added menu option to reset MDM sync status
- added menu option to use alternate MDM trigger via direct API call
v1.1.0
- bugfix for account id detection on non-Intune enrollments like Workspace One
- added an alternate MDM trigger option as a menu item and as a fallback in code if the account id could not be resolved
- added IME version info under MDM Diagnostics
v1.0.9
- added MMP-C sync logic
- added rectangular selection
- WordWrap option
- DecodeBase64 option
- BackToTop
- Open IME and MDM logs folder
- Show all chars
- new MDM Diags
- Stop ETW session option
- added message length
v1.0.8
- ETW has a max buffer of 64KB which is not extendable, added a truncated data indicator if not all data could be captured
v1.0.7
- added Hide when minimized, useful in background logging mode