The Wayback Machine - https://web.archive.org/web/20220320095025/https://github.com/SDWebImage/SDWebImage/commits/master
Skip to content
Permalink
master

Commits on Mar 16, 2022

  1. Bumped version to 5.12.5

    update CHANGELOG
    dreampiggy committed Mar 16, 2022
  2. Merge pull request #3334 from dreampiggy/bugfix_force_decode_use_imag…

    …e_renderer_and_argb8888
    
    Workaround iOS 15+ force decode again using Image Renderer(preferred) and RGB888
    dreampiggy committed Mar 16, 2022
  3. Unify the colorspace on macOS/watchOS choosen for draw to use sRGB fi…

    …rstly
    
    Remove the unused OS version check
    dreampiggy committed Mar 16, 2022

Commits on Mar 8, 2022

  1. Bumped version to 5.12.4

    update CHANGELOG
    lizhuoli committed Mar 8, 2022
  2. Merge pull request #3332 from dreampiggy/workaround_prefer_input_cgim…

    …age_bitmap_info
    
    Workaround the iOS 15+ Force Decode may return black image because of CoreGraphics
    dreampiggy committed Mar 8, 2022

Commits on Mar 3, 2022

  1. Fix the iOS 15+ draw image blank because that CoreGraphics may not tr…

    …anscode on BGRX8888 pixel format context
    lizhuoli committed Mar 3, 2022
  2. Merge pull request #3327 from soondl/fix/imageView_blink_diskDataSync

    Fix imageView blinks with option 'SDImageCacheQueryDiskDataSync'
    dreampiggy committed Mar 3, 2022

Commits on Jan 27, 2022

  1. Bumped version to 5.12.3

    update CHANGELOG
    lizhuoli committed Jan 27, 2022
  2. Merge pull request #3321 from ty0x2333/fix_scale_down_image

    Fix #3320 `decodedAndScaledDownImageWithImage` does not render the image completely
    dreampiggy committed Jan 27, 2022

Commits on Jan 25, 2022

  1. Fix the bug that decodedAndScaledDownImageWithImage does not render…

    … the image completely due to the loss of precision.
    ty0x2333 committed Jan 25, 2022

Commits on Jan 19, 2022

  1. Merge pull request #3318 from zakishaheen/patch-1

    update URL for SDWebImageSVGKitPlugin in readme
    dreampiggy committed Jan 19, 2022

Commits on Dec 31, 2021

  1. GravatarBumped version to 5.12.2

    update CHANGELOG
    lizhuoli committed Dec 31, 2021
  2. Merge pull request #3312 from JPlay/fix_animated_image_total_duration…

    …_calculate
    
    fix: Eliminates accumulated floating point errors.
    dreampiggy committed Dec 31, 2021

Commits on Dec 30, 2021

Commits on Nov 26, 2021

  1. Merge pull request #3304 from mmdock/patch-2

    Don't copy image data
    kinarobin committed Nov 26, 2021

Commits on Nov 25, 2021

  1. Don't copy image data

    mmdock committed Nov 25, 2021

Commits on Oct 19, 2021

  1. Merge pull request #3293 from dreampiggy/bugfix_image_loaders_can_req…

    …uest
    
    Fix the support for `SDImageLoadersManager` for canRequest API check, should be compatible with both old and new API
    dreampiggy committed Oct 19, 2021

Commits on Oct 18, 2021

  1. Update test case

    lizhuoli committed Oct 18, 2021
  2. Fix the support for SDImageLoadersManager for canRequest API check,…

    … should be compatible with both old and new API
    lizhuoli committed Oct 18, 2021

Commits on Oct 15, 2021

  1. Bumped version to 5.12.1

    update CHANGELOG
    lizhuoli committed Oct 15, 2021

Commits on Oct 12, 2021

  1. Merge pull request #3290 from kinarobin/remove-useless-import-in-unif…

    …orm-type
    
    Remove useless import with `UniformTypeIdentifiers `
    kinarobin committed Oct 12, 2021
  2. remove useless import

    kinarobin committed Oct 12, 2021
  3. Merge pull request #3282 from kinarobin/fix-warning-in-uttype

    Since `UTI` is an standard, we can use it directly to avoid warning on iOS 15
    kinarobin committed Oct 12, 2021
Older