Skip to content

Releases: Beercow/OneDriveExplorer

Sharing is caring

23 Feb 18:22
2c5f785
Compare
Choose a tag to compare

Change Log

Added

commandline/GUI

  • Shared folders added to JSON

GUI

  • Options menu
    • Save to JSON
    • Save to CSV
    • Save to HTML
    • Save to path
  • Splash screen to executable
  • More icons

v2022.02.18

18 Feb 16:50
7dceddc
Compare
Choose a tag to compare

Change Log

Added

commandline

  • Export to csv
  • Export to html

GUI

  • Import csv
  • Horizontal scrollbar on treeview
  • icons
  • Requires Pillow

Fixed

  • Bug where one folder and it’s contents would get dropped
  • File/folder count

v2022.02.16

17 Feb 03:05
5f3c5ef
Compare
Choose a tag to compare

Change Log

Added

  • Requires pandas

Fixed

  • Folder_UUID is now ParentId
  • Object_UUID is now DriveItemId
  • Names not resolving properly
  • Huge performance increase to parser

v2022.02.11

11 Feb 20:04
5ddc805
Compare
Choose a tag to compare

Change Log

Added

GUI

  • Autosaves parsed data to JSON
  • Load multiple dat/json
  • Added load JSON
  • Unload of individual or all files
  • Better ordering of folder structure
  • Right click menu
    • Remove folder
    • Copy
    • Expand folder
    • Collapse folder

cmdline/GUI

  • Top level object, Type changed to Root, Name changed to name of parsed file
  • Default JSON file name changed from OneDrive.json to <filename>_OneDrive.json

Fixed

  • Minor code cleanup

v2022.02.09

09 Feb 20:40
332a1e5
Compare
Choose a tag to compare

Change Log

Added

  • Added search to the GUI

Fixed

  • Can load new file in GUI without closing
  • Improved personal file parsing
  • Handle exception if object name cannot be found

OneDrive Personal

07 Feb 20:28
60d8675
Compare
Choose a tag to compare

Change Log

Added

  • Added support for OneDrive Personal dat files

Fixed

  • Missing files/folders

Initial Release

07 Feb 20:07
33ac0cc
Compare
Choose a tag to compare
v2022.02.03

Update README.md