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 Loading
base: v1.7.0
Choose a base ref
...
head repository: wagtail/Willow Loading
compare: v1.8.0
Choose a head ref
  • 9 commits
  • 17 files changed
  • 4 contributors

Commits on Jan 2, 2024

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

Commits on Jan 15, 2024

  1. Remove old imghdr patch test (#143)

    Test was designed to verify an old workaround when we were still using
    imghdr. This workaround has been removed and there is no reason for it
    to continue its existence in this universe...
    Stormheg committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    6c72dc5 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. test_detect_faces: sort array for determinism (#135)

    Signed-off-by: Stephan Lachnit <[email protected]>
    stephanlachnit committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    60d9ed3 View commit details
    Browse the repository at this point in the history
  2. Add transform_colorspace_to_srgb operation and use it to fix inaccu…

    …rate colors when saving specific image files (#142)
    
    * Add `transform_colorspace_to_srgb` operation
    * Force conversion to sRGB for CMYK images with ICC profile
      CMYK is not supported by PNG, WEBP, AVIF and HEIC Pillow encoders.
    
      When a CMYK image is encoded, it is converted to RGB but this conversion results in inaccurate colors because Pillow ignores the ICC profile when performing the conversion.
    
      As a workaround, we manually force an accurate conversion to RGB _before_ encoding the image. This results in a much more accurate representation of the original CMYK image.
    Stormheg committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    9565d94 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Add support for ICO images (#141)

    Especially useful when dynamically creating favicons.
    
    Note: `wagtail.ico` is taken from wagtail.org.
    RealOrangeOne committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    dc30528 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    zerolab committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    d4e28c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0932a93 View commit details
    Browse the repository at this point in the history
  4. Bump version to 1.8.0

    zerolab committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    452adf8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94af7c4 View commit details
    Browse the repository at this point in the history
Loading