Releases: Beercow/OneDriveExplorer
Releases · Beercow/OneDriveExplorer
Release list
v2026.06.29
Bug Fixes
- NTUSER.DAT grayed out when selecting .bin file
v2026.01.06
Bug Fixes
- listsync error when empty
- command line thread exception not exiting
- Crash on recycle bin
- crash log saved along side executable
v2025.11.07
Change Log
Added
GUI/commandline
- Independent parser for Microsoft.FilesOnDemand.db
Fixed
GUI
- Load FilesOnDemand and ListSync CSVs
- Image order in project
- Crash on Deleted folder being double clicked
- Load Individual Files logic
v2025.10.09
v2025.09.24
Change Log
Added
GUI
- enable legacy parser from GUI
GUI/commandline
- Independent parser for Microsoft.ListSync.db (in case it is all we have)
- dat legacy parser as fallback
Fixed
GUI
- spoPermissions causing data not to load in GUI
GUI/commandline
- odl file index and flags showing as float (need to be int)
- graphMetadata missing
Code clean up
v2025.06.27
Change Log
Fixed
- ODL parser crash
v2025.05.30
Change Log
Fixed
- ODL bug fix
- FileUsageSynce bug fix
v2025.05.13
Change Log
Added
GUI
- Ability to add, parse, and individual files
- Data Views
- OneDrive
- Meeting
- Events
- Teams Chat
- Notes
- SharePoint
GUI/commandline
- Microsoft.FileUsageSync.db (recent_files_formatted_spo)
- Profile option (no need to input individual files)
- Unmanaged exception handling
commandline
- command line options have changed (see -h)
Fixed
GUI
- Search not working properly
Code clean up
ODL parsing speed improvement
Bug fixes
v2025.02.14
Change Log
Added
GUI
- Indicates between OneDrive Personal/Business
GUI/commandline
- Offline mode data (OCR, SharedWith)
commandline
- --output-dir use to change the output directory
- --csv, --html, --json are now output types, no need to add a save path
- --csvf has been removed
Fixed
GUI
- Metadata tabs not populating rare
Code clean up
v2024.11.20
Change Log
Fixed
GUI
- please wait does not stay on top all of the time
- Long searches lock up gui
- Remove OneDrive Folder lock up gui
- Unload all files lock up gui
- Log crash issue
GUI/commandline
- Improved log naming
- Minor fixes