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

v2.2.0 release #248

Merged
merged 26 commits into from
Jul 21, 2023
Merged

v2.2.0 release #248

merged 26 commits into from
Jul 21, 2023

Commits on Jun 11, 2023

  1. Configuration menu
    Copy the full SHA
    4039a75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22fc606 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Fix DPI warnings and update upstream issues list

    asweigart/pyautogui#663
    
    Better patch for pyautogui DPI
    Avasam committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    4624164 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48c7964 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4838a78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7445b5 View commit details
    Browse the repository at this point in the history
  5. Apply evenBetterToml

    Avasam committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    5b02752 View commit details
    Browse the repository at this point in the history
  6. Allow unsetting hotkey with Escape

    Closes #244
    Avasam committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    a4a2331 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    585fb57 View commit details
    Browse the repository at this point in the history
  8. Fix hotkey checking on start

    reset hotkey for reset image wasn't properly being checked
    start image only needs to check for start hotkey
    start image now also checked on start
    Closes #243
    Avasam committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    9fb9a42 View commit details
    Browse the repository at this point in the history
  9. Ruff 0.0.274 linting pass

    Ignore autopep8 fixes done by Ruff
    Avasam committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    bfe14c2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2dbe0aa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0f9f3f0 View commit details
    Browse the repository at this point in the history
  12. Don't set images if parsing doesn't pass

    Fixes live preview not showing when parsing fail with a start image present
    Avasam committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    7c9e1a5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    30259fc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0d4522a View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Bump add-trailing-comma to 3.0.0

    Closes #245
    Avasam committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    6dfd8f0 View commit details
    Browse the repository at this point in the history
  2. Option to not open screenshot file

    tweak settings tab color and size
    Fix too many statements in __init__
    Avasam committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    14ea1ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf7586d View commit details
    Browse the repository at this point in the history
  4. Documentation updates

    Avasam committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    05a6b01 View commit details
    Browse the repository at this point in the history
  5. Update Ruff to 0.0.276

    Avasam committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    6c3c781 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d20cc39 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2e5fda4 View commit details
    Browse the repository at this point in the history
  8. Improve typing with mypy

    Avasam committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    cf002d1 View commit details
    Browse the repository at this point in the history
  9. Promote usage of .venv

    Avasam committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    043bb8d View commit details
    Browse the repository at this point in the history
  10. Reduce build size by ~540 KB

    Before: 134.832 MB
    After: 134.298 MB
    Avasam committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    2287470 View commit details
    Browse the repository at this point in the history