What's Changed
🚀 Features
- Add parser for Bluesky TIDs (timestamp ids) by @obsidianforensics in #203
🛠️ Minor Changes & Fixes
- Split out
cli
so it can be used without installing the web_app deps by @obsidianforensics in #198 - Move the
run
function intocore.py
by @obsidianforensics in #199 - Add the
x.com
domains for the Twitter parser. Extend "reasonable" S… by @obsidianforensics in #200 - Remove embedded
bbpb
code and use imported version instead by @obsidianforensics in #201 - Refactor the timestamp parser with more structured data types and tim… by @obsidianforensics in #204
- Switch package for MAC address lookups to an offline one. by @obsidianforensics in #206
- Tighten b64+proto parsing to filter out all digits or all number path… by @obsidianforensics in #207
Full Changelog: v2024.06...v2024.11