Skip to content

Releases: msasikanth/twine

v1.29.0

12 Dec 02:57
f77040b
Compare
Choose a tag to compare

What's Changed

  • Bump Kotlin, KSP & SQLDelight by @msasikanth in #143
  • Update dependency com.codingfeline.buildkonfig to v0.15.0 by @renovate in #136
  • Update essenty to v1.3.0 by @renovate in #144
  • [1.28.1] Post-release merge by @tramline-github in #145
  • Convert sealed sub-objects to data objects by @msasikanth in #146
  • Update decompose to v2.2.0-compose-experimental-beta02 by @msasikanth in #147
  • Update dependency com.codingfeline.buildkonfig to v0.15.1 by @renovate in #149
  • Update dependency com.google.devtools.ksp to v1.9.21-1.0.15 by @renovate in #138
  • Minor build config changes by @msasikanth in #150
  • Update dependency gradle to v8.5 by @renovate in #151
  • Update dependency androidx.work:work-runtime-ktx to v2.9.0 by @renovate in #153
  • Update dependency com.diffplug.spotless to v6.23.1 by @renovate in #148
  • Update androidx.datastore to v1.1.0-alpha07 by @renovate in #152
  • Update dependency com.diffplug.spotless to v6.23.2 by @renovate in #155
  • Move models to :core:model module by @msasikanth in #156
  • Extract utils into util package in :core:base module by @msasikanth in #157
  • Move feed fetcher and parsers to network module by @msasikanth in #158
  • Update actions/setup-java action to v4 by @renovate in #154
  • Update android.gradle.plugin to v8.2.0 by @renovate in #159
  • Add sticky headers in expanded feeds bottom by @msasikanth in #160
  • Stop reporting job cancellation exceptions in FeedsRefreshWorker by @msasikanth in #161
  • Improve date parsing coverage of RSS & Atom posts by @msasikanth in #162
  • Update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.5.0 by @renovate in #163
  • Try getting date from updated tag if there is no there is no published tag in atom feeds by @msasikanth in #165
  • Show unread posts count in feeds bottom sheet by @msasikanth in #166
  • Add setting to toggle the unread posts count visibility in the feeds sheet by @msasikanth in #167
  • Extract hardcoded feeds header strings into strings object by @msasikanth in #168
  • Skip parser when date is already fetched when parsing atom feeds by @msasikanth in #170
  • Fix DB migration to include default value for read column in bookmarks table by @msasikanth in #169
  • Update dependency com.mohamedrejeb.ksoup:ksoup-html to v0.3.0 by @renovate in #171
  • Minor UI tweaks to unread badge by @msasikanth in #172
  • Add support for deleting read posts after a certain period by @msasikanth in #173
  • Move background workers on Android back to root package by @msasikanth in #174
  • Stop removing www . when transforming the URL for fetching the feed by @msasikanth in #175
  • Update Decompose to v2.2.0-compose-experimental by @renovate in #176
  • Update stately to v2.0.6 by @renovate in #177
  • Skip updating posts in a feed if the post is published before the feed last clean up time by @msasikanth in #178
  • Update dependency com.diffplug.spotless to v6.23.3 by @renovate in #179
  • Add option to feed list item to mark all posts in a feed as read by @msasikanth in #180
  • Reset home screen scroll position when selected feed state changes by @msasikanth in #181
  • Add "no new posts" view to home screen by @msasikanth in #182
  • Update ktor to v2.3.7 by @renovate in #184
  • Update Decompose to v2.2.1-compose-experimental by @renovate in #185

Full Changelog: v1.28.1-hotfix...v1.29.0

v1.28.1

26 Nov 01:36
6e549c2
Compare
Choose a tag to compare
v1.28.1-hotfix

Fix app crashing when there are no featured posts

v1.28.0

25 Nov 09:38
156f9c4
Compare
Choose a tag to compare
  • Improve performance of featured section when blur is enabled
  • Bug fixes

v1.27.0

21 Nov 01:58
04c010d
Compare
Choose a tag to compare

Bug fixes and improvements

v1.26.0

06 Nov 01:44
22240ba
Compare
Choose a tag to compare

Bug fixes and improvements

v1.25.0

05 Nov 02:24
94ed6d1
Compare
Choose a tag to compare

Bug fixes and improvements

v1.24.0

30 Oct 02:56
4d27622
Compare
Choose a tag to compare
  • Added support for searching feeds in the feeds bottom sheet
  • Added support for importing & exporting OPML files
  • Bug fixes and improvements

v1.23.0

19 Oct 09:16
803bb57
Compare
Choose a tag to compare
  • Updated posts list item UI for improved readability
  • Click on the post source in the post list item to filter posts by that source
  • Improve updating feeds
  • Add a setting to disable blur on the home screen
  • Add an option to report issues from settings
  • Bug fixes and improvements

Full Changelog: v1.22.0...v1.23.0

v1.22.0

08 Oct 11:51
2283e42
Compare
Choose a tag to compare
  • Bug fixes and performance improvements

v1.21.1

05 Oct 15:19
07b4de1
Compare
Choose a tag to compare

What's Changed

  • Add parallax effect to featured items
  • Improve blur and dynamic theme transitions when featured items are scrolled
  • Refresh feeds when the app is opened based on when they were last updated
  • Pin the app bar to the top of the home screen when posts are scrolled
  • Bug fixes and improvements

Full Changelog: v1.20.0...v1.21.1