Skip to content

Commit

Permalink
Version update to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ydkhatri committed Jun 6, 2018
1 parent 2054735 commit 801a79d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGES.txt
@@ -1,3 +1,19 @@
Updates in 20180606 (v0.3):

+ Added FrequentlyVisitedSitesCache, NSNavLastRootDirectory & RecentlyClosedTabls.plist parsing to SAFARI plugin
+ Added GotoFieldHistory, RecentMoveCopyDestinations, BulkRename settings to RECENTITEMS plugin
+ Added detection of encrypted volumes and user friendly message
+ New plugins -iMessage, iNetAccounts, Quarantine, NetUsage
+ Add support for High Sierra's notifications (db2)
+ More documentation on wiki!
+ Native HFS parser made default, processing is much faster!

! Fixed Bash sessions exception on some binary UTF8 strings
! Fixed bugs with MOUNTED option, added more support for mounted disk parsing
! Fixed Notes bugs - 'table missing' bug for High Sierra, long notes related bug
! Excel sheet with > 1 million records is now handled correctly
! Several minor fixes

Updates in 20171230 (v0.2.6):

+ Instructions for macOS installation are now on the wiki
Expand Down
2 changes: 1 addition & 1 deletion mac_apt.py
Expand Up @@ -35,7 +35,7 @@
import textwrap
from plugin import *

__VERSION = "0.2.6"
__VERSION = "0.3"
__PROGRAMNAME = "macOS Artifact Parsing Tool"
__EMAIL = "yogesh@swiftforensics.com"

Expand Down
2 changes: 1 addition & 1 deletion mac_apt_singleplugin.py
Expand Up @@ -30,7 +30,7 @@
import textwrap
from plugin import *

__VERSION = "0.2.6"
__VERSION = "0.3"
__PROGRAMNAME = "macOS Artifact Parsing Tool - Single Plugin mode"
__EMAIL = "yogesh@swiftforensics.com"

Expand Down

0 comments on commit 801a79d

Please sign in to comment.