Releases: msasikanth/twine
Releases · msasikanth/twine
v1.29.0
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 nopublished
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
v1.28.1-hotfix Fix app crashing when there are no featured posts
v1.28.0
- Improve performance of featured section when blur is enabled
- Bug fixes
v1.27.0
Bug fixes and improvements
v1.26.0
Bug fixes and improvements
v1.25.0
Bug fixes and improvements
v1.24.0
- Added support for searching feeds in the feeds bottom sheet
- Added support for importing & exporting OPML files
- Bug fixes and improvements
v1.23.0
- 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
- Bug fixes and performance improvements
v1.21.1
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