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: KoblerS/python-webflow-exporter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.5
Choose a base ref
...
head repository: KoblerS/python-webflow-exporter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.6
Choose a head ref
  • 17 commits
  • 5 files changed
  • 5 contributors

Commits on May 1, 2025

  1. Update CDN URL handling and validation in Webflow exporter CLI; repla…

    …ce direct URL checks with regex matching for improved flexibility and accuracy.
    KoblerS committed May 1, 2025
    Configuration menu
    Copy the full SHA
    c55f7da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    030d7f1 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. Update README and CLI to include sitemap generation feature and impro…

    …ve argument descriptions
    Simon Kobler committed May 2, 2025
    Configuration menu
    Copy the full SHA
    c8bf72a View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. Bump the minor-patch group with 2 updates

    Bumps the minor-patch group with 2 updates: [pylint](https://github.com/pylint-dev/pylint) and [setuptools](https://github.com/pypa/setuptools).
    
    
    Updates `pylint` from 3.3.6 to 3.3.7
    - [Release notes](https://github.com/pylint-dev/pylint/releases)
    - [Commits](pylint-dev/pylint@v3.3.6...v3.3.7)
    
    Updates `setuptools` from 80.1.0 to 80.3.1
    - [Release notes](https://github.com/pypa/setuptools/releases)
    - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
    - [Commits](pypa/setuptools@v80.1.0...v80.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: pylint
      dependency-version: 3.3.7
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: minor-patch
    - dependency-name: setuptools
      dependency-version: 80.3.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: minor-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 5, 2025
    Configuration menu
    Copy the full SHA
    a7b87dd View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

  1. Configuration menu
    Copy the full SHA
    f259b2e View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2025

  1. Bump the minor-patch group across 1 directory with 2 updates

    Bumps the minor-patch group with 2 updates in the / directory: [requests](https://github.com/psf/requests) and [setuptools](https://github.com/pypa/setuptools).
    
    
    Updates `requests` from 2.32.3 to 2.32.4
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.32.3...v2.32.4)
    
    Updates `setuptools` from 80.3.1 to 80.9.0
    - [Release notes](https://github.com/pypa/setuptools/releases)
    - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
    - [Commits](pypa/setuptools@v80.3.1...v80.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: requests
      dependency-version: 2.32.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: minor-patch
    - dependency-name: setuptools
      dependency-version: 80.9.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: minor-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 9, 2025
    Configuration menu
    Copy the full SHA
    4a4d712 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

  1. Configuration menu
    Copy the full SHA
    9d93474 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

  1. Initial plan

    Copilot committed Sep 8, 2025
    Configuration menu
    Copy the full SHA
    104833f View commit details
    Browse the repository at this point in the history
  2. Initial plan

    Copilot committed Sep 8, 2025
    Configuration menu
    Copy the full SHA
    46593e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69d57c5 View commit details
    Browse the repository at this point in the history
  4. Add comprehensive GitHub Copilot instructions

    Co-authored-by: KoblerS <[email protected]>
    Copilot and KoblerS committed Sep 8, 2025
    Configuration menu
    Copy the full SHA
    908b73a View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. Merge pull request #10 from KoblerS/copilot/setup-copilot-instructions

    Add comprehensive GitHub Copilot instructions for python-webflow-exporter
    KoblerS authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    d10a467 View commit details
    Browse the repository at this point in the history
  2. Address review feedback: Add uv installation instructions and remove …

    …redundant usage section
    
    Co-authored-by: KoblerS <[email protected]>
    Copilot and KoblerS committed Sep 9, 2025
    Configuration menu
    Copy the full SHA
    9dc383d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8 from KoblerS/copilot/add-uv-one-liner-documenta…

    …tion
    
    Document uv one-liner for convenient tool usage with installation instructions
    KoblerS authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    e97cd83 View commit details
    Browse the repository at this point in the history
  4. Initial plan

    Copilot committed Sep 9, 2025
    Configuration menu
    Copy the full SHA
    e2e495b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    feb25c1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #12 from KoblerS/copilot/fix-webflow-page-detectio…

    …n-check
    
    Enhance Webflow page detection with multiple indicators
    KoblerS authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    4cca62e View commit details
    Browse the repository at this point in the history
Loading