Releases: rowingdude/analyzeMFT
Bug fixes
Bug fix updates
What's Changed
- Sql support - TESTING!!!!! by @rowingdude in #139
- Fix issue #140 : make project pip installable. by @william-billaud in #141
New Contributors
- @william-billaud made their first contribution in #141
Full Changelog: v3.0.6.7...v3.0.7
v3.0.6.7
v3.0.6.6
This release finalizes the missing asyncio pieces, resolves a runtime warning about string and integer conversion, and we update the documentation.
Minor fixes
I added a function to add the program directory that AnalyzeMFT.py runs in to the main entry file and forgot to import os
(oops) before hitting the git push
shortcut.
v3.0.5
##Major refactoring:
Changed mft_records from list to dictionary
Implemented proper CSV writer initialization
Fixed attribute parsing issues
##Performance improvements:
Optimized progress reporting
Streamlined stat counting
Reduced verbose output in non-debug mode
##Enhanced user controls:
Added multiple verbosity levels (-v, -vv, -vvv)
Implemented debug levels (-d, -dd, -ddd)
Created new logging system for flexible output control
Improved error handling and debugging capabilities
Restructured as proper Python package:
Added init.py for correct module referencing
Updated setup.py for standard installation
Created console script entry point
Resolved critical bugs preventing execution on large MFT files
Improved code maintainability and readability
v3.0.3
- Brought back CSV timeline, body, l2t
- Revised type hinting a bit more to work better with static tools
What's Changed
- Devel_3.0.3 by @rowingdude in #128
Full Changelog: v3.0.2...v3.0.3
v3.0.2
Moved from general block parse statements to calling individual functions that are attribute specific.
What's Changed
- Development branch merged updated to 3.0.2 by @rowingdude in #127
Full Changelog: v3.0.1...v3.0.2
v3.0.1
Version 3.0
##Version 3 is out!
The high point of this release is that the code is FINALLY into a "Python 3 class layout". I have no idea WHY I felt overly compelled to take this on, but it's done. I'm happy to report it works. It's now more extendable and I'm stoked. I'm drawing up a list of stuff to add