Releases: NickM-27/LinkPreview
Releases · NickM-27/LinkPreview
3.3
• Stopped using GlobalScope and maintain own coroutine scope
• Cancel currently running request if new one is given to view
3.2
• Added new Link Card View which shows the images, article titles, and url
• Improved coroutines and internal organization
• Bug fixes
3.0
• Android Q API 29 support
• Updated JSOUP to be more efficient and clear deprecation warning
2.4
• Updated kotlin version to support incremental annotation processing
• Updated coroutine version
• Updated kotlin coroutines to be more efficient
• Refactored some code