Skip to content

Releases: msasikanth/twine

v1.39.1

18 Mar 01:18
5d3362e
Compare
Choose a tag to compare

What's Changed

  • Update coil to v3.0.0-alpha04 by @renovate in #334
  • Add setting to enable/disable showing reader view when opening post by @msasikanth in #336
  • Update dependency dev.chrisbanes.material3:material3-window-size-class-multiplatform to v0.5.0 by @renovate in #343
  • Update paging to v3.3.0-alpha02-0.6.0-SNAPSHOT by @renovate in #345
  • Bump Compose to v1.6.0 by @msasikanth in #281
  • Update dependency com.google.devtools.ksp to v1.9.22-1.0.18 by @renovate in #347
  • Update android.gradle.plugin to v8.3.0 by @renovate in #349
  • Add screen to manage tags by @msasikanth in #352
  • Update feed info bottom sheet design and add feed options by @msasikanth in #355
  • Update ktor to v2.3.9 by @renovate in #360
  • Update dependency io.github.kevinnzou:compose-webview-multiplatform to v1.9.0 by @renovate in #365
  • Update androidx.datastore to v1.1.0-beta02 by @renovate in #367
  • Update dependency androidx.browser:browser to v1.8.0 by @renovate in #368
  • Added support for german language translation by @FreedomChuks in #372
  • Update dependency com.eygraber:uri-kmp to v0.0.17 by @renovate in #379
  • Update dependency com.squareup.okio:okio to v3.9.0 by @renovate in #380
  • Update Kotlin, KSP and Compose Multiplatform by @renovate in #369

New Contributors

Full Changelog: v1.38.0...v1.39.1

v1.38.0

19 Feb 01:15
fbf9499
Compare
Choose a tag to compare

Full Changelog: v1.37.0...v1.38.0

v1.37.0

15 Feb 23:51
c8892b2
Compare
Choose a tag to compare
  • Fix app crashing when parsing certain feeds on iOS
  • Bug fixes and improvements

v1.36.0

14 Feb 07:08
f9b13eb
Compare
Choose a tag to compare

What's Changed

  • Add option in feed info sheet to enable/disable always showing source article in the reader view by @msasikanth in #310
  • Replace Sentry with BugSnag for error reporting by @msasikanth in #313
  • Bug fixes and improvements

Full Changelog: v1.35.0...v1.36.0

v1.35.0

11 Feb 10:19
Compare
Choose a tag to compare

What's Changed

  • Fix scroll position reset after navigating to reader view and back
  • Fix feed info sheet window insets
  • Update posts count query to support posts type config by @msasikanth in #303
  • Update dependency com.squareup.okio:okio to v3.8.0 by @renovate in #306
  • Update dependency io.sentry.android.gradle to v4.3.0 by @renovate in #307

Full Changelog: v1.34.0...v1.35.0

v1.34.0

07 Feb 08:00
335df0e
Compare
Choose a tag to compare

What's Changed

TLDR;

  • Improved reader view layout and rendering
  • Add feed info bottom sheet in edit feeds (In preparation to add feed-specific settings)
  • Add option to mark individual posts and read/unread
  • Bug fixes and performance improvements

Changes

  • Add option to mark individual posts as read/unread by @msasikanth in #261
  • Update dependency io.github.kevinnzou:compose-webview-multiplatform to v1.8.6 by @renovate in #262
  • Update ktor to v2.3.8 by @renovate in #265
  • Migrate to Coil3 Multiplatform by @msasikanth in #268
  • Fix scroll position getting reset after config changes by @msasikanth in #273
  • Update dependency gradle to v8.6 by @renovate in #275
  • Add option to show feed info sheet from feeds sheet by @msasikanth in #276
  • Fix app crashing when trying to fetch post source from http link by @msasikanth in #286
  • Fix Mastodon posts not rendering in reader view by @msasikanth in #292
  • Update dependency io.github.kevinnzou:compose-webview-multiplatform to v1.8.8 by @renovate in #294

Full Changelog: v1.33.0...v1.34.0

v1.33.0

30 Jan 06:00
46f4ff6
Compare
Choose a tag to compare

What's Changed

  • Update dependency com.github.requery:sqlite-android to v3.45.0 by @renovate in #235
  • Update dependency com.diffplug.spotless to v6.25.0 by @renovate in #238
  • Update dependency org.jetbrains.kotlinx:atomicfu to v0.23.2 by @renovate in #243
  • Update android.gradle.plugin to v8.2.2 by @renovate in #242
  • Add support for showing reader view when post is clicked by @msasikanth in #233
  • Update dependency androidx.collection:collection to v1.4.0 by @renovate in #246
  • Add option to fetch full article in the reader view by @msasikanth in #250
  • Fix app crashing when opening bookmarked posts by @msasikanth in #252
  • Add tags table in the database by @msasikanth in #253
  • Add toggle to switch between post mode in reader screen by @msasikanth in #257
  • Update Kotlin, KSP and Compose Multiplatform by @renovate in #197

Full Changelog: v1.32.0...v1.33.0

v1.32.0

22 Jan 01:55
512fcc2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.31.0...v1.32.0

v1.31.0

15 Jan 01:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.30.0...v1.31.0

v1.30.0

30 Dec 00:42
Compare
Choose a tag to compare
  • Added option to filter unread posts only or posts from today only in the home screen
  • Improved data parsing
  • Bug fixes and improvements