This repository has been archived by the owner on Apr 26, 2023. It is now read-only.
AutoSplit v2.0.0-alpha.4
Changes since last alpha:
- Fixed #27 "missing hotkeys" for start image error shows up even without a start image
- Round down floats shown in UI
- Disable unused hotkeys when autocontrolled
- Fixed "skip split" and "undo split" hotkey being sent twice when not autocontrolled
- Fixed #28 Hotkeys not being set from loading settings
- Allow to move / set an existing hotkey
- Updated readme
Changes from previous alpha releases since 1.6.1:
- Properly fix region alignment Fixes #21
- Properly list all video devices names
- A few more bugfixes, including WGC crashes and Win11 high DPI visual fixes
- Faster builds and boot. Smaller file size
- Added a splashscreen
- Fixed start and reset images that just stopped working #24
- "Missing profile / setting files" error now appears after the main window loaded
- Better saved window detection on load
- Reset image now indicates that its paused when starting a run
- Max fps will show
...
while running - Updated some doc
- Added
Windows Graphics Capture API
,D3D Desktop Duplication
andCapture Device
(webcams, including OBS virtual camera) as capture methods.
Read https://github.com/Avasam/Auto-Split/tree/camera-capture-split-cam-option#capture-method--capture-device for more details. - Updated some messages
- Split dropdown for supported imread filetypes
- Totally new UI
- Support for hotkeys with modifiers
- Image comparison method and default delay time in the image filename.
- The settings file is now a human readable toml file, better backward/forward compatibility in the future, but your old settings in pkl format won't be compatible.
- Tons of bugfixes, including some infinite error loops and hard crashes.