From 81b9e0b740af9953ff50b2e480f0910d9f633342 Mon Sep 17 00:00:00 2001 From: "Yogesh Khatri (@swiftforensics)" Date: Tue, 14 Jun 2022 21:48:57 +1000 Subject: [PATCH] new release 1.5.0.dev --- CHANGES.txt | 11 +++++++++++ version.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 93619b9..7058422 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,14 @@ +Updates in 20220614 (v1.5.0.dev): + ++ Add CSV support for output (old CSV was TSV, also supported) ++ Add new plugins - TCC and XPROTECTDIAG by @mnrkbys ++ Add SafariTabs.db parsing + +! Fix an issue with Spotlight parsing (prop_type 8) +! Fix a display issue with excel dates for utmpx plugin +! Fix a display issue with excel dates for cfurul_cache plugin +! Minor bugfix for fsevents and utmpx plugin + Updates in 20210717 (v1.4.0): + Add parsing of Safari WebExtensions and AppExtensions plist diff --git a/version.py b/version.py index 2b64be9..3a8b347 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -__VERSION = "1.5.0.dev (20220515)" \ No newline at end of file +__VERSION = "1.5.0.dev (20220614)" \ No newline at end of file