Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

February 2025 2.3.0 release #312

Merged
merged 81 commits into from
Feb 2, 2025
Merged

February 2025 2.3.0 release #312

merged 81 commits into from
Feb 2, 2025

Conversation

Avasam
Copy link
Collaborator

@Avasam Avasam commented Feb 2, 2025

New feature


Improvements

Windows

Linux

All OSes

Documentation

Avasam and others added 30 commits December 8, 2023 16:00
- recovery for 2 windows with same name of same executable
- clearer message for the above case
Default coarse only tried to keep accuracy within 5% of the desired interval
Also use constants instead of magic number 1000
- Add a window name based on class
- Set fixed size
- Prevent running loop leak if cancelling selection
- Allow selecting a window at position 0,0
- Remove dependency on `requests`, and its sub-dependencies `certifi`, `charset-normalizer`, `idna` and `urllib3`
- Remove co-dependnecy specifications `certifi` and `pyinstaller-hooks-contrib`
- Remove custom pyinstaller hook
- Improves build time with reduced hooks
- Improve uncached install time slightly due to less dependencies
- Reduce executable size by 0.58MB (139.045 --> 138.459)
#266)

- Re-implement `pHash` comparison using `cv2`.
- Drop `imagehash` and `Pillow` as dependencies
- Reduce bundle size by 1.93MB (139.004 --> 137.074)
- ~1.6x speed improvement for pHash comparison
- Reduce install/build time considerably by not installing D3DShot from GitHub
- Testing suggests some images might differ in comparison from old implementation by at most 2/64 (3.125%)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
commit fd4e8d0
Merge: 00ecc59 8280a01
Author: Avasam <[email protected]>
Date:   Tue Dec 19 13:47:23 2023 -0500

    Merge branch 'refactor-async-image-capture' of https://github.com/Toufool/AutoSplit into linux

commit 8280a01
Merge: ab6dbdc 13da28a
Author: Avasam <[email protected]>
Date:   Tue Dec 19 00:32:22 2023 -0500

    Merge branch 'dev' of https://github.com/Toufool/AutoSplit into refactor-async-image-capture

commit 00ecc59
Author: Avasam <[email protected]>
Date:   Tue Dec 19 00:23:34 2023 -0500

    Update src/hotkeys.py

commit b24730e
Author: Avasam <[email protected]>
Date:   Sat Dec 9 22:14:17 2023 -0500

    Linux window recording and recovery complete

commit 9c7b2ae
Author: Avasam <[email protected]>
Date:   Sat Dec 9 05:09:04 2023 -0500

    All scripts and WSL GUI work

commit d6d75c2
Author: Avasam <[email protected]>
Date:   Fri Dec 8 21:51:17 2023 -0500

    mixed-line-ending --fix=lf

commit e73a554
Author: Avasam <[email protected]>
Date:   Fri Dec 8 21:47:50 2023 -0500

    Merge back linux changes

commit ab6dbdc
Author: Avasam <[email protected]>
Date:   Fri Dec 8 21:35:25 2023 -0500

    Important save detection + LiveSplit commands fixes

commit f3e3911
Author: Avasam <[email protected]>
Date:   Fri Dec 8 16:52:07 2023 -0500

    Fix back images

commit 6ca347e
Merge: 912a5e3 0f2a0fa
Author: Avasam <[email protected]>
Date:   Fri Dec 8 16:51:15 2023 -0500

    Merge branch 'dev' of https://github.com/Toufool/AutoSplit into refactor-async-image-capture

commit 912a5e3
Author: Avasam <[email protected]>
Date:   Fri Dec 8 16:29:15 2023 -0500

    Renormalize line endigns to LF

commit 04adec5
Author: Avasam <[email protected]>
Date:   Fri Dec 8 16:12:06 2023 -0500

    WIP on par with sync get_frame

Only patch pyautogui for SetProcessDPIAware on windows

Fix some pyright issues

Exclude Python3.12 Linux build
Removes local cv2 typings folder
Avasam and others added 28 commits September 21, 2024 16:08
- Switch from "toml" to "tomlib + tomli-w"
- Fixes an issue reading mixed types lists uiri/toml#270 (and empty sets writing `[false,]` but that has no open issues)
- Use StrEnum to simplify `CaptureMethodEnum`
This reduced the build size by 10MB or ~7%. Nice
@Avasam Avasam merged commit ab18ae7 into main Feb 2, 2025
28 checks passed
@Avasam Avasam deleted the dev branch February 2, 2025 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants