Skip to content

Commit

Permalink
Update to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ydkhatri committed Jul 16, 2021
1 parent fe9adef commit 5f24ddc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 14 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5f24ddc

Please sign in to comment.