Skip to content

Releases: tilltue/TLPhotoPicker

2.1.14

20 Nov 05:54

Choose a tag to compare

Release 2.1.14

What's Changed

Bug Fixes

  • Fix backward compatibility issue with Xcode 16.2 (#376)
  • Correct iOS 26.0 availability check to iOS 18.0 for hidesSharedBackground API

Improvements

  • Add UIBarButtonItem+Extension for cleaner API usage
  • Refactor hidesSharedBackground implementation using KVC for runtime compatibility
  • Reduce code duplication and improve maintainability

This release ensures TLPhotoPicker builds successfully with Xcode 16.2 while maintaining support for iOS 18+ features when available.

Full Changelog: 2.1.13...2.1.14

2.1.13

06 Nov 02:19

Choose a tag to compare

Release 2.1.13

What's Changed

New Features

  • Support iOS 26 UIBarButtonItem APIs
  • Add GitHub Sponsors support
  • Modernize Example app with best practices and comprehensive examples

Bug Fixes

  • Fix photos Button For limit permission not available
  • Fix ITMS-91054: Invalid API category declaration in PrivacyInfo.xcprivacy

Improvements

  • Simplify createPicker by removing modalStyle parameter
  • Eliminate code duplication in Example ViewController

Documentation

  • Modernize README and restructure documentation
  • Fix documentation inaccuracies found in source code verification
  • Update Configuration.md
  • Update logo

Tooling

  • Add release.sh script for automated releases

Full Changelog: 2.1.12...2.1.13

2.1.12

07 Oct 07:22

Choose a tag to compare

What's Changed

New Features

  • Add builder pattern to TLPhotosPickerConfigure
  • Add async/await usage guide
  • Migrate to UniformTypeIdentifiers (iOS 13+)

Improvements

  • Separate delegate protocols into individual files
  • Optimize PHCachingImageManager usage with shared instance
  • Performance optimizations (Phase 1-2)

Bug Fixes

  • Fix UICollectionView crash with custom camera cell
  • Fix delegate parameter usage in tableView

Documentation

  • Fix SPM documentation
  • Add PrivacyInfo.xcprivacy for App Store compliance

Full Changelog: 2.1.11...2.1.12

2.1.11

04 Jul 13:58

Choose a tag to compare

merged : #361

Release 2.1.10

06 Jul 16:35

Choose a tag to compare

#355
#354

It's been a while since the last update. I'm pleased to announce that I've merged two PRs and released a new version. Moving forward, I plan to review the issues in the repository, incorporate recent iOS changes, and improve the code.

Thank you for your continued support!

2.1.9

08 Jan 07:47

Choose a tag to compare

Merge : #333

2.1.8

26 Dec 14:54

Choose a tag to compare

iPhone 12 layout bugfix

2.1.7 Rel

25 Nov 17:15

Choose a tag to compare

Bugfix

  • darkmode
  • ios 15 issue

2.1.6

18 Oct 17:01

Choose a tag to compare

revert #320

2.1.4 Bugfix (iphone 12)

03 Jun 13:13

Choose a tag to compare

Fix iphone12 layout issue