Skip to content

VAE v2.3.0

Latest
Compare
Choose a tag to compare
@VermeilChan VermeilChan released this 15 Nov 03:17

Know Issues

Encountering AttributeError: 'tuple' object has no attribute 'get' when parsing /etc/os-release due to improperly formatted lines causing incorrect splitting. (Linux Only) (Should be fixed tomorrow)

[2.3.0] - 2024-11-15

Features

  • Archive Processing Enhancements

    • Rewrote the archive processing logic with added archive count tracking. 81f7159
    • Improved user feedback with summary messages about processed archives and elapsed time. 81f7159
  • File Extraction Process Improvement

    • Enhanced the file extraction process with refined handling of .gma and .bin formats. 01bdb0d
    • Added counters for .bin and .gma files found and processed.
  • System Info Display

    • Display version and system information only once at the start. 0416df9

Bug Fixes

  • Archive Extraction Formats
    • Added support for .gz and .xz formats in archive extraction. cacb64e
    • Excluded unnecessary directories (Bin, Leftover, _internal, Extracted-Addons) from scans to improve performance. 01bdb0d, cacb64e
    • Fixed previous issues with the .bin format extraction support. 01bdb0d
    • Adjusted worker count handling to improve processing efficiency. 01bdb0d, cf44f6d

Improvements

  • Enhanced Linux OS Info 3da032d

Miscellaneous

  • Version and Dependencies

    • Bumped version to 2.3.0.
    • Updated FastGMAD and 7-zip dependencies. 18bc419, fd47a03
  • Python EOL and Architecture

    • Added Arm64 architecture support. b0d8e60
    • Upgraded to Python 3.9 due to the end-of-life for Python 3.8. 061bf78

Full Changelog: release-2.2.1...v2.3.0