Releases: msasikanth/twine
Releases · msasikanth/twine
v1.39.1
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
- @FreedomChuks made their first contribution in #372
Full Changelog: v1.38.0...v1.39.1
v1.38.0
Full Changelog: v1.37.0...v1.38.0
v1.37.0
- Fix app crashing when parsing certain feeds on iOS
- Bug fixes and improvements
v1.36.0
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
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
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
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
What's Changed
- Update dependency com.diffplug.spotless to v6.24.0 by @renovate in #220
- Update dependency io.sentry.android.gradle to v4.2.0 by @renovate in #223
- Fix feeds search not working by @msasikanth in #224
- Use fleeksoft Ksoup library by @msasikanth in #225
- Add KMP port of readability4j to the project as a module by @msasikanth in #226
- Update dependency com.eygraber:uri-kmp to v0.0.16 by @renovate in #227
- Fix home screen scroll position getting reset after navigation by @msasikanth in #230
Full Changelog: v1.31.0...v1.32.0
v1.31.0
What's Changed
- Update dependency io.github.aakira:napier to v2.7.0 by @renovate in #204
- Update dependency com.mohamedrejeb.ksoup:ksoup-html to v0.3.1 by @renovate in #210
- Update android.gradle.plugin to v8.2.1 by @renovate in #209
- Update tramlinehq/deploy-action action to v0.1.6 by @renovate in #208
- Update dependency io.github.aakira:napier to v2.7.1 by @renovate in #205
- Use ktxml for parsing feed XML by @msasikanth in #212
- Update lyricist to v1.6.2-1.8.20 by @renovate in #214
- Save raw content of posts in db by @msasikanth in #215
- Update androidx.datastore to v1.1.0-beta01 by @renovate in #217
Full Changelog: v1.30.0...v1.31.0
v1.30.0
- Added option to filter unread posts only or posts from today only in the home screen
- Improved data parsing
- Bug fixes and improvements