Skip to content

Commit 5f24ddc

Browse files
committed
Update to 1.3.2
1 parent fe9adef commit 5f24ddc

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

AUTHORS.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* Jack Farley (@JackFarley248) - Added Encryption support and plugins - IDEVICE_BACKUPS, IDEVICE_INFO, PRINTJOBS, IMESSAGE, SCREENTIME, QUICKLOOK
88
* Michael Geyer - Wrote the WIFI plugin
99
* Nicole Ibrahim (@nicoleibrahim) - Wrote the DOCUMENTREVISIONS plugin
10+
* Minoru Kobayashi (@mnrkbys) - Bugfixes, parsers, and writing the UTMPX, CFURL_CACHE, FILESHARING plugins
1011
* Brandon Mignini - Wrote the AUTOSTART plugin
1112
* Noah Sidall (@noah_sidd) - Wrote the INSTALLHISTORY plugin
1213
* Austin Truax - Wrote the proof of concept parsing wifi information from airport plist

CHANGES.txt

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Updates in 20210716 (v1.3.2):
2+
3+
Many contributions from Minoru Kobayashi (@mnrkbys) in this release.
4+
5+
+ Improved parsing of AccountInfo key in com.apple.loginwindow.plist
6+
+ Added missing locations for Safari plists - AppExtensions & WebExtensions
7+
+ Add parsing of /Users/*/Library/Application Support/com.apple.backgroundtaskmanagementagent/backgrounditems.btm to AUTOSTART
8+
+ Add new plugins UTMPX, FILESHARING, CFURL_CACHE
9+
+ Add ChunkedDataWriter for plugins that need to write millions of rows (faster and memory efficient now)
10+
11+
! Reading fsevents in the several millions now does not consume all your memory
12+
! Now reading fsevents from /System/Volumes/Data for all disks
13+
! Fix bugs in plugins - Safari, Wifi, BasicInfo, RecentItems
14+
115
Updates in 20210512 (v1.3.1):
216

317
+ Fixes small compilation issue in ios_apt.exe (no actual code changes) which caused some issues when the EXE was run

0 commit comments

Comments
 (0)