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: wagtail/Willow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.2
Choose a base ref
...
head repository: wagtail/Willow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.0
Choose a head ref
  • 10 commits
  • 17 files changed
  • 4 contributors

Commits on Sep 6, 2023

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

Commits on Sep 7, 2023

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

Commits on Oct 22, 2023

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

Commits on Oct 25, 2023

  1. test_wand.py: fix typo in test skip (#133)

    Checks for webp skip but should check for avif skip.
    stephanlachnit authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    9a1697e View commit details
    Browse the repository at this point in the history
  2. Replace wrong unicode character in the image/heic mime type (#132)

    The character U+0441 "с" was changed to the ASCII character U+0063 "c".
    stephanlachnit authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    f7c7b8d View commit details
    Browse the repository at this point in the history
  3. Tidy up testing linting deps (#131)

    * Update linting dependencies
    * Use actions/checkout@v4 in Github Actions
    * Bump sphinx-wagtail-theme dependency
    * Lint
    zerolab authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    9eff9bb View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Fix color management by keeping ICC color profiles and EXIF data in a…

    …ddition (#136)
    
    * Add ICC profile and EXIF data methods to the PillowImage class
       Includes tests for these methods using a photo of a color checker with two different ICC profiles. Image source of the sRGB version: https://en.wikipedia.org/wiki/ColorChecker#/media/File:Gretag-Macbeth_ColorChecker.jpg
    * Modify the implementation of auto_orient() so that it uses the corresponding PIL.ImageOps operation
    * Add tests for save_as_ and auto_orient methods.
    * Add ICC profile and EXIF data methods to WandImage class as well. ICC color profiles do work with JPEG and WebP. EXIF data does work with JPEG only. Add unit tests.
    
    * Preserve EXIF data in PillowImage.save_as_png and WandImage.save_as_png
    
    Co-Authored-By: Ștefan Istrate <[email protected]>
    2 people authored and zerolab committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    a013e7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b10b8f View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG

    zerolab committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    cb754d0 View commit details
    Browse the repository at this point in the history
  4. Bump version to 1.7.0

    zerolab committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    0488441 View commit details
    Browse the repository at this point in the history
Loading