Releases: VermeilChan/VAE
Releases · VermeilChan/VAE
VAE v2.4.3
2.4.3 (2025-02-01)
Added
- Updated FastGmad to commit
7e166a5
. (aa00dca)
Fixed
Full Changelog: v2.4.2...v2.4.3
VAE v2.4.2
[2.4.2] - 2025-01-27
Changed
Fixed
- Error Handling: Resolved an issue where
EOFError
was not properly handled. (6a2d276) - Executable Path Check: Added a validation check for the existence of the provided executable path. (5ddc2c0)
Improved
- Simplified time calculations using
divmod
. (eba2abc)
False positive
- My program might be flagged as a virus by some antivirus software. It’s safe, but this can happen due to how it's bundled with PyInstaller. If you have concerns, check the code or ask ChatGPT to explain it to you it's only 4 files.
Build Information
- Windows Server 2022, Python 3.10.11 (x64)
- Ubuntu 22.04, Python 3.10.16 (x64)
- macOS 14, Python 3.10.11 (ARM64)
Full Changelog: v2.4.1...v2.4.2
VAE v2.4.1
[2.4.1] - 2025-01-23
Updated
- FastGMAD to commit
1bbec93
. (f75f225)
Improved
- Error handling in file moving and archive extraction. (3629d38)
- OS information retrieval with detailed Windows, Linux, and macOS support. (717dbfb)
False positive
- My program might be flagged as a virus by some antivirus software. It’s safe, but this can happen due to how it's bundled with PyInstaller. If you have concerns, check the code or ask ChatGPT to explain it to you.
Build Information
- Windows Server 2022, Python 3.10.11 (x64)
- Ubuntu 22.04, Python 3.10.16 (x64)
- macOS 14, Python 3.10.11 (ARM64)
Full Changelog: v2.4.0...v2.4.1
VAE v2.4.0
[2.4.0] - 2024-12-01
Added
- Add bz2 compression support. (1e1d0c1)
Changed
- Update FastGMAD to commit
e15a308
. (03ea2d3) - Update 7-Zip to version 24.09. (16fc47b)
- Simplify menu options display. (bf2e3a5)
- Enhance OS information retrieval. (bb67aa4)
Fixed
- Exclude
VAE
files from being renamed with.gma
extension. (f1afa25) - Display processed file counts and formatted time. (0ac489c)
False positive
- My program might be flagged as a virus by some antivirus software. It’s safe, but this can happen due to how it's bundled with PyInstaller. If you have concerns, check the code or ask ChatGPT to explain it to you.
Build Information
- Windows Server 2022, Python 3.10.11 (x64)
- Ubuntu 22.04, Python 3.10.15 (x64)
- macOS 14, Python 3.10.11 (Arm64)
Full Changelog: v2.3.1...v2.4.0
VAE v2.3.1
VAE v2.3.0
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
- Rewrote the archive processing logic with added archive count tracking.
-
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.
- Enhanced the file extraction process with refined handling of
-
System Info Display
- Display version and system information only once at the start.
0416df9
- Display version and system information only once at the start.
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
- Added support for
Improvements
- Enhanced Linux OS Info
3da032d
Miscellaneous
-
Version and Dependencies
- Bumped version to
2.3.0
. - Updated
FastGMAD
and7-zip
dependencies.18bc419
,fd47a03
- Bumped version to
-
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
- Added Arm64 architecture support.
Full Changelog: release-2.2.1...v2.3.0
VAE v2.2.1
11/14/2024, 11:47 PM
- Known Issue: The
.bin
format is bugged again. It was previously fixed, but it’s broken again.
11/14/2024, 1:44 AM - Rewrote the entire addon extraction process for
.gma
and.bin
. It’s stable now hope it stays stable.
[2.2.1] - 2024-09-05
📈 Changes
- 🔧 Updated FastGMAD binaries. nothing too crazy
🛠️ Build Information
- 🟦 Windows Server 2022, Python 3.8.10 🐍, 64 Bit 🧠
- 🐧 Ubuntu 20.04, Python 3.8.18 🐍, 64 Bit 🧠
- 🍏 macOS 12, Python 3.8.18 🐍, 64 Bit 🧠
Full Changelog: release-2.2.0...release-2.2.1
VAE v2.2.0
[2.2.0] - 2024-08-31
✨ New Features
- 🚀 FastGMAD Integration: Replaced the standard
gmad
withfastgmad
for significantly improved performance. - 📦 Legacy Addon Support: Added support for older
.bin
addon format. yay :)
🛠️ Build Information
- 🟦 Windows Server 2022, Python 3.8.10 🐍, 64 Bit 🧠
- 🐧 Ubuntu 20.04, Python 3.8.18 🐍, 64 Bit 🧠
- 🍏 macOS 12, Python 3.8.18 🐍, 64 Bit 🧠
Full Changelog: release-2.0.3...release-2.2.0
I meant to say RELEASE 2.2.0 in commit 890a428 rookie mistake :3
VAE v2.0.3
[2.0.3] - 2024-08-15
🐛 Bug Fixes
- Directory Cleanup Improved: Fixed an issue where some directories weren't being properly removed.
- Ignored Folders:
.gma
and archive files within ignored folders were being incorrectly processed.
🛠️ Build Information
- 🟦 Windows Server 2022, Python 3.8.10 🐍, 64 Bit 🧠
- 🐧 Ubuntu 22.04.4, Python 3.8.18 🐍, 64 Bit 🧠
- 🍏 macOS 12.7.5, Python 3.8.18 🐍, 64 Bit 🧠
Full Changelog: release-2.0.0...release-2.0.3
VAE v2.0.1
[2.0.1] - 2024-08-07
🚀 New Features
- Rewrite from Scratch: The program has been completely rewritten, resulting in significant performance improvements. ⚡
🔧 Enhancements
- Performance: Optimized code for better speed and efficiency. 🚀
- Code Quality: Refactored codebase for improved maintainability and readability. 🛠️
- Concurrency: Now uses
concurrent.futures
for improved performance in multi-threaded tasks. 🔄
🖥️ Platform Support
- Linux & macOS: Enhanced support and compatibility for Linux 🐧 and macOS 🍏.
📦 Archive Support
- RAR & 7z: Added support for RAR and 7z file formats. 📂
🛠️ Build Information
- 🟦 Windows 10 22H2, Python 3.12.4 🐍, 64 Bit 🧠
- 🐧 Ubuntu 24.04, Python 3.12.3 🐍, 64 Bit 🧠
- 🍏 macOS 12, Python 3.8.18 🐍, 64 Bit 🧠
i gave up on .bin support