diff --git a/AUTHORS.md b/AUTHORS.md index a0b72e4..0308a75 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -7,6 +7,7 @@ * Jack Farley (@JackFarley248) - Added Encryption support and plugins - IDEVICE_BACKUPS, IDEVICE_INFO, PRINTJOBS, IMESSAGE, SCREENTIME, QUICKLOOK * Michael Geyer - Wrote the WIFI plugin * Nicole Ibrahim (@nicoleibrahim) - Wrote the DOCUMENTREVISIONS plugin +* Minoru Kobayashi (@mnrkbys) - Bugfixes, parsers, and writing the UTMPX, CFURL_CACHE, FILESHARING plugins * Brandon Mignini - Wrote the AUTOSTART plugin * Noah Sidall (@noah_sidd) - Wrote the INSTALLHISTORY plugin * Austin Truax - Wrote the proof of concept parsing wifi information from airport plist diff --git a/CHANGES.txt b/CHANGES.txt index 9e1ec63..076a04e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,17 @@ +Updates in 20210716 (v1.3.2): + +Many contributions from Minoru Kobayashi (@mnrkbys) in this release. + ++ Improved parsing of AccountInfo key in com.apple.loginwindow.plist ++ Added missing locations for Safari plists - AppExtensions & WebExtensions ++ Add parsing of /Users/*/Library/Application Support/com.apple.backgroundtaskmanagementagent/backgrounditems.btm to AUTOSTART ++ Add new plugins UTMPX, FILESHARING, CFURL_CACHE ++ Add ChunkedDataWriter for plugins that need to write millions of rows (faster and memory efficient now) + +! Reading fsevents in the several millions now does not consume all your memory +! Now reading fsevents from /System/Volumes/Data for all disks +! Fix bugs in plugins - Safari, Wifi, BasicInfo, RecentItems + Updates in 20210512 (v1.3.1): + Fixes small compilation issue in ios_apt.exe (no actual code changes) which caused some issues when the EXE was run