Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ag-python/Eel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 27ddbbe
Choose a base ref
...
head repository: python-eel/Eel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e779b24
Choose a head ref
  • 20 commits
  • 18 files changed
  • 5 contributors

Commits on Nov 19, 2024

  1. Added app mode support for micorsoft edge, IE mode for internet explo…

    …rer and increase timeout for test run. (python-eel#744)
    
    * Added msie mode for internet explorer and fixed app mode for edge browser.
    
    Added MSIE mode to support device which does not have edge installed by default ( win <10).
    
    Added support in edge to support edge mode or new window mode if app mode is not requested.
    Meenapintu authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    094d446 View commit details
    Browse the repository at this point in the history
  2. Refined type annotations to reflect move to python>=3.7 (python-eel#683)

    Co-authored-by: Samuel Williams <samuelhwilliams@gmail.com>
    thatfloflo and samuelhwilliams authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    7c3f6ad View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    f53b1ee View commit details
    Browse the repository at this point in the history
  2. Merge pull request python-eel#747 from python-eel/release/v0.18.0

    Release version 0.18.0
    samuelhwilliams authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    ff1fa20 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    b96ae07 View commit details
    Browse the repository at this point in the history
  2. Merge pull request python-eel#749 from python-eel/bau/fix-install-req…

    …uires
    
    Add typing_extensions to package requirements
    samuelhwilliams authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    b3cd7fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ede901 View commit details
    Browse the repository at this point in the history
  4. Merge pull request python-eel#750 from python-eel/bau/fix-package

    Fix broken v0.18.0 missing typing_extensions
    samuelhwilliams authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    41e2d8a View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2025

  1. Init

    v01d-gh committed Jun 15, 2025
    Configuration menu
    Copy the full SHA
    b553095 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. Update requirements-test.txt

    v01d-gh committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    1fac1a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2025

  1. Upd

    v01d-gh committed Jun 19, 2025
    Configuration menu
    Copy the full SHA
    de7bed8 View commit details
    Browse the repository at this point in the history
  2. No Python37 for Ubuntu-24.04

    v01d-gh committed Jun 19, 2025
    Configuration menu
    Copy the full SHA
    4921b0e View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2025

  1. Upd

    v01d-gh committed Jun 22, 2025
    Configuration menu
    Copy the full SHA
    a5df09f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    163d5c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a06e678 View commit details
    Browse the repository at this point in the history
  4. Merge pull request python-eel#768 from python-eel/release-0.18.2

    Switch from pkg_resources to importlib.resources
    samuelhwilliams authored Jun 22, 2025
    Configuration menu
    Copy the full SHA
    26bf2a5 View commit details
    Browse the repository at this point in the history
  5. Pin setuptools for publishing

    pypi/warehouse#15611
    
    This isn't an ideal fix - ideally we'd use latest things as sensible,
    but given archiving Eel soon I don't consider it worth fixing publishing
    'properly'.
    samuelhwilliams committed Jun 22, 2025
    Configuration menu
    Copy the full SHA
    07c0ec7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b161f13 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    samuelhwilliams committed Jun 22, 2025
    Configuration menu
    Copy the full SHA
    f8b22ef View commit details
    Browse the repository at this point in the history
  8. Merge pull request python-eel#767 from python-eel/samuelhwilliams-pat…

    …ch-1
    
    Clarify current maintenance status in readme before project archival
    samuelhwilliams authored Jun 22, 2025
    Configuration menu
    Copy the full SHA
    e779b24 View commit details
    Browse the repository at this point in the history
Loading