Releases: BlitzPythoner/AMBCT
v1.62
AMBCT - Release Notes v1.62
Bug Fixes
-
Fixed crash when VSS information was unavailable
→check_vss()now returns consistent values and is handled safely -
Fixed logical gaps in storage commentary
→ Improved evaluation of edge cases in storage conditions -
Fixed inconsistent storage calculations
→ Free space and backup size are now used correctly across all checks
New Features
Image Optimizer
- Added new function to optimize existing backup images using
wimlib-imagex export - Allows optional change of compression method during optimization
- Calculates required storage based on compression changes
- Supports integrity check after optimization
- Includes progress output during the process
Accessible via Image Configurator
Version: v1.62
Date: 26.04.2026
Author: BlitzPythoner
v1.61
AMBCT - Update Note
Bug Fixes
• Fixed crash when disk benchmark fails
→ Previously caused by Error 16 when read/write test returned no values
• Fixed incorrect commentary calculation in pre-create stage
→ Caused by unintended logical gaps in storage evaluation
• Fixed storage calculation using incorrect variable
→ Backup size was used instead of free space in specific cases
Improvements
• Improved ETA stability
→ ETA updates are now smoother and less sensitive to rapid fluctuations
→ Update interval adjusted to reduce jitter and unrealistic changes
• Improved update check compatibility
→ Better handling for legacy systems with limited or unstable network support
• Minor design improvements
→ Cleaner output formatting and improved readability
Recently discovered bugs
• Potential crash when VSS information is unavailable
→ Will be fixed in v1.62
• Incomplete compression recommendation logic
→ Will be fixed in v1.62
Version: v1.61
Date: 25.04.2026
Author: BlitzPythoner
v1.6
AMBCT - Update Note
New Features
• Introduced native disk benchmarking system
→ Replaces previous WinSAT-based measurement
→ Uses direct I/O for accurate read/write performance
• Added CPU performance benchmark
→ Measures compression-related processing speed
→ Improves estimation accuracy
• Implemented dynamic ETA calculation
→ Based on real CPU, read, and write speeds
→ Uses lowest value as effective bottleneck
Improvements
• Enhanced backup time estimation accuracy
→ Reflects real-world hardware limitations
• Improved benchmark integration in workflow
→ Seamless execution during backup preparation
• Optimized path handling for benchmark operations
→ Automatically resolves file paths to directories
Bug Fixes
• Fixed benchmark failure in append mode
→ Corrected handling of target paths pointing to files
• Fixed incorrect disk speed readings
→ Eliminated OS cache influence from measurements
Removed
• Removed dependency on WinSAT disk benchmarking
→ Replaced with custom native implementation
Compatibility
• Removed support for 32-bit (x86) systems
→ Application is now 64-bit only
Notes
• Benchmark system now provides reliable real-world performance data
→ Ensures more stable and predictable backup operations
• This version may still contain bugs
→ Any known or newly discovered issues will be addressed in upcoming minor updates (v1.61, v1.62, etc.)
Version: v1.6
Date: 25.04.2026
Author: BlitzPythoner
v1.52 (x32)
AMBCT - Update Note
New Features
• Added final support notice for 32-bit systems
→ Informs users that this is the last supported x86 version
Compatibility
• 32-bit (x86) support marked as deprecated
→ No further updates planned beyond this version
Notes
• This version serves as a transition release for legacy systems
→ Users are encouraged to switch to a 64-bit environment
Version: v1.52
Date: 25.04.2026
Author: BlitzPythoner
v1.51
AMBCT - Update Note
New Features
• Added VSS Storage Check
→ Warns when Volume Shadow Copy storage is too low
→ Helps prevent failures, especially for system backups
Bug Fixes
• Fixed crash after update check
→ Program no longer crashes when user input is given after checking for updates
Removed (Temporary)
• ETA calculation system
• Disk write speed test
→ Temporarily removed due to inaccurate results
→ Planned to return improved in v1.6
Version: v1.51
Date: 19.04.2025
Author: BlitzPythoner
v1.5
AMBCT - Update Note
Changes
-
Fully modularized codebase
→ Split the application into multiple components (core, storage, options, etc.) for better maintainability and scalability. -
Refactored existing systems
→ Create, Append, and Configuration logic have been reorganized and cleaned up.
Improvements
- Improved code structure and readability
- More stable execution across all operations
- Enhanced error handling system with clearer separation
- Improved logging consistency
- Cleaner and more maintainable project architecture overall
Known Issues
- ETA calculation is still inaccurate during backup creation and append operations
→ The current implementation relies mainly on sequential write speed
→ A fix is planned for v1.5.1
Version: v1.5
Date: 19.04.2025
Author: BlitzPythoner
v1.4
AMBCT - Update Note
New Features:
- Added automatic update check (compares your local version with the latest GitHub release).
- Added drive detection via psutil for faster and more reliable results.
- Added update notification and option to open the latest release page directly.
Improvements:
- Improved backup creation and append performance.
- Cleaner UI with more detailed drive information (filesystem, used/free space).
- Enhanced error handling and stability across all functions.
- Minor fixes in Help Menu and version handling.
Version: v1.4
Date: 28.10.2025
Author: BlitzPythoner
v1.5 Beta 1
AMBCT - Update Note (Beta 1)
New Features:
- Added Image Configurator to modify, delete, and verify images within
.wimbackups. - Improved Append and Create systems for more stable operation.
- Enhanced internal structure and cleanup logic.
- Better error handling and logging improvements.
Improvements:
- Streamlined menu layout for faster navigation.
- Refined output and progress handling during backup and append operations.
Known Issues:
- ETA calculation during backup creation or append is currently inaccurate and may show wrong values.
Version: v1.5 Beta 1
Date: 31.10.2025
Author: BlitzPythoner
v1.3
AMBCT - Update Note
New Features:
- Added Append Mode — append new backups to existing
.wimimages. - Added integrated Help Menu for quick guidance inside the tool.
Improvements:
- Enhanced logging for append operations.
- Better disk space handling when appending backups.
- Improved interface clarity and option navigation.
- Minor optimizations and cleanup in backup logic.
Version: v1.3
Date: 27.10.2025
Author: BlitzPythoner
v1.2
AMBCT - Update Note
New Feature:
- Added backup logging system (
*_log.txt) with detailed status and timestamps.
Improvements:
- Improved error handling and stability.
- Optimized temporary file cleanup.
- Smoother progress updates during backup.
- Minor UI adjustments.
Version: v1.2
Date: 24.10.2025
Author: BlitzPythoner