image
What's Changed
🚀 Features
- Add parsing of Sync Data by @obsidianforensics in #234
- Add support for originator GUIDs and simplify Sync Data labels by @obsidianforensics in #237
- Add parsing of permission_actions from Preferences file, and misc s… by @obsidianforensics in #227
- Introduce rich library for improved UI/UX and refactor artifact pro… by @obsidianforensics in #241
🛠️ Minor Changes & Fixes
- Fix outdated plugin blog post links by @juliapaluch in #218
- Fix crash when encountering unexpected extension version strings. by @obsidianforensics in #226
- Add updated parsing for changes to DIPS in v142. by @obsidianforensics in #229
- Make creating the logical paths for the File System more tolerant of … by @obsidianforensics in #231
- Add translation of accountcapabilities to human-readable from Preferences. by @obsidianforensics in #232
- Improve JSONL output. Added parsing for Chrome IndexedDB, Extension Storage, Sync Data, and Installed Extensions record types. by @obsidianforensics in #238
- Prevent errors by adding directory existence checks and improve file … by @obsidianforensics in #242
- Add some new danger_type and interrupt_reason codes, and reformat for… by @obsidianforensics in #224
- Add generic parsing for simple preference timestamp values. by @obsidianforensics in #228
- Address ResourceWarnings by adding more robust file-closing and suppre… by @obsidianforensics in #235
- Remove the Brave option for now; (old) parsing code remains. More wor… by @obsidianforensics in #236
- Improve SQLite output, making it comparable to the XLSX and JSONL out… by @obsidianforensics in #239
- Add support for "Login Data For Account" database parsing in Chrome a… by @obsidianforensics in #243
New Contributors
- @juliapaluch made their first contribution in #218
Full Changelog: v2025.03...v2026.01