Skip to content

Releases: msasikanth/twine

v1.20.0

24 Sep 14:59
1583ece
Compare
Choose a tag to compare

What's Changed

  • Fix featured section background size on android devices with api level 30 or below by @darktiny in #101
  • Bug fixes and improvements

New Contributors

Full Changelog: v1.19.0...v1.20.0

v1.19.0

18 Sep 02:54
da07523
Compare
Choose a tag to compare

What's Changed

  • Added support for fetching available feed when a website URL is passed. For example try passing nytimes.com
  • Added support for displaying comments icon when available
  • Improved posts loading time across all screens
  • Improved image fetching from feeds
  • Improved tablet layout
  • Bug fixes

Full Changelog: v1.18.0...v1.19.0

v1.18.0

12 Sep 08:16
d71cd71
Compare
Choose a tag to compare
  • Update app icon

Full Changelog: v1.17.0...v1.18.0-android

v1.17.0

10 Sep 07:24
9444fcd
Compare
Choose a tag to compare

What's Changed

  • Use gradients for featured section background if image cannot be blurred by @msasikanth in #91
  • Fix bookmark not getting removed when associated post feed is removed by @msasikanth in #93
  • Change UI for editing feeds by @msasikanth in #94
  • Add support for pinning feeds to the top of the list by @msasikanth in #95

Full Changelog: v1.16.0...v1.17.0

v1.16.0

05 Sep 15:23
5696275
Compare
Choose a tag to compare

What's Changed

  • Add support for bookmarking posts by @msasikanth in #85
  • Add setting to configure opening links in the in-app browser by @msasikanth in #87
  • Add support for predictive back gesture by @msasikanth in #89
  • Remove moko resources by @msasikanth in #83
  • Update dependency androidx.collection:collection to v1.3.0-beta01 by @renovate in #64
  • Update dependency com.codingfeline.buildkonfig to v0.14.0 by @renovate in #78
  • Update dependency dev.chrisbanes.material3:material3-window-size-class-multiplatform to v0.3.1 by @renovate in #82
  • Update dependency com.mohamedrejeb.ksoup:ksoup-html to v0.2.1 by @renovate in #65
  • Update dependency org.jetbrains.kotlinx:atomicfu to v0.22.0 by @renovate in #86
  • Update kotlininject to v0.6.3 by @renovate in #81
  • Use image vectors instead of vector drawables by @msasikanth in #88

Full Changelog: v1.15.0...v1.16.0

v1.15.0

01 Sep 07:06
3302a92
Compare
Choose a tag to compare
  • Add support for searching posts
  • Update app name to Twine
  • Bug fixes and improvements

Full Changelog: v1.14.0...v1.15.0

v1.14.0

25 Aug 08:49
79525a2
Compare
Choose a tag to compare
  • Fix HTML text entities not parsing correctly

v1.13.0

23 Aug 01:40
448b920
Compare
Choose a tag to compare
  • Bug fixes and improvements

v1.12.0

21 Aug 07:34
9c215d4
Compare
Choose a tag to compare
  • Add support for renaming feeds (long press feed list item to edit)
  • Bug fixes and improvements

v1.11.1

18 Aug 06:28
8acbbca
Compare
Choose a tag to compare
  • Show scroll to top button in home screen
  • Open dropdown menu based on touch input position
  • Bug fixes and improvements