8000 Releases · msasikanth/twine · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: msasikanth/twine

v1.55.0

04 Jun 07:28
813308e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.54.0...v1.55.0

v1.54.0

03 Jun 01:07
75e45c8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.53.0...v1.54.0

v1.53.0

26 May 07:19
83b53d7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.52.1...v1.53.0

v1.52.1

25 May 04:58
Compare
Choose a tag to compare
  • Handle empty featured posts list in the FeaturedSection
  • Update coil to v3.2.0 (#1005)

What's Changed

  • Show placeholder icon when loading or error while displaying feed icon by @msasikanth in #896
  • Handle edge cases in blocked words feature by @msasikanth in #899
  • Post metadata UI improvements by @msasikanth in #902
  • Add secondary and backdrop tokens to app color scheme by @msasikanth in #903
  • Update Kotlin, KSP and Compose Multiplatform by @renovate in #845
  • Implement new UI/UX for the reader screen by @msasikanth in #906
  • Changes to featured section blurred background by @msasikanth in #908
  • Update dependency androidx.collection:collection to v1.5.0 by @renovate in #895
  • Update markdown to v0.32.0 - autoclosed by @renovate in #907
  • Combine featured posts and posts queries into a single DB query by @msasikanth in #912
  • Bump Decompose dependencies by @msasikanth in #914
  • Simplify reader screen presenter logic by @msasikanth in #915
  • Add support for horizontal pager in the reader screen by @msasikanth in #924
  • Misc home screen UI improvements and bug fixes by @msasikanth in #927
  • Fix background alpha change clipping content in feature section on pager state change by @msasikanth in #928
  • Convert reader screen from modal to normal screen by @msasikanth in #929
  • Update bottom bar design in the reader screen by @msasikanth in #931
  • Minor UI adjustments in the reader screen by @msasikanth in #934
  • Use LauncheEffect for listening to pager state changes to notify about post page changes by @msasikanth in #938
  • Fix load full article state being shared between multiple posts by @msasikanth in #940
  • Update predective back gesture animation by @msasikanth in #942
  • Add support for dynamic theming and remove blurred background in the reader screen header by @msasikanth in #946
  • Improve performance of dynamic content theming in the reader screen by @msasikanth in #950
  • Fix squiggly underline indicator in reader screen not working by @msasikanth in #953
  • Refactor and simplify HTML processing functions in main.js by @msasikanth in #954
  • Set max height of featured image only for device width of 600 dpi or more by @msasikanth in #955
  • Fix reader content not visible if there is no parsed content by @msasikanth in #956
  • Display pager indicators in reader screen and feature section by @msasikanth in #958
  • Fix load full article toggle not turning off in the reader screen by @msasikanth in #959
  • Use latest macOS runner and remove specific Xcode selection by @msasikanth in #960
  • Add shadow to bottom bar in the reader screen by @msasikanth in #961
  • Track syncedAt time in the Post table by @msasikanth in #963
  • Perform value check when toggling load full article in the reader screen by @msasikanth in #964
  • Ensure numOfPoints is non-negative in SquigglyUnderlineSpanPainter by @msasikanth in #965
  • Load posts based on lastSyncedAt in the reader screen by @msasikanth in #966
  • Fix bookmark toggle not working in the reader screen by @msasikanth in #967
  • Refactor home screen by @msasikanth in #969
  • Display progress indicator in the reader screen only when processing the content by @msasikanth in #973
  • Update image styling in the reader screen by @msasikanth in #976
  • Fix color overlay of next featured image bleeding onto current featured image by @msasikanth in #977
  • Select Xcode 16.1 to building archive when publishing to App Store by @msasikanth in #980
  • Update HomePresenter and UI for current date handling by @msasikanth in #983
  • Use haze content blurring in the featured section by @msasikanth in #986
  • Replace postlight parser with readability and turndown by @msasikanth in #989
  • Bump dependencies by @msasikanth in #993
  • Fix blur overlap in the featured section on iOS by @msasikanth in #1001
  • Add disk cache key for async image by @msasikanth in #1002
  • Update android.gradle.plugin to v8.10.0 by @renovate in #911
  • Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.8.1 by @renovate in #935
  • Update ktor monorepo to v3.1.3 by @renovate in #923
  • Update xmlutil to v0.91.0 by @renovate in #936
  • Update dependency com.diffplug.spotless to v7.0.3 by @renovate in #948
  • Update markdown to v0.34.0 by @renovate in #995
  • Update ksoup to v0.2.3 by @renovate in #994
  • Update haze to v1.6.0 by @renovate in #1004
  • Update coil to v3.2.0 by @renovate in #1005

Full Changelog: v1.51.0...v1.52.1

v1.51.0

16 Mar 01:34
cf53f06
Compare
Choose a tag to compare

CHANGELOG

  • Performance improvements when displaying large posts and feed list
  • Reduced memory usage when fetching hundreds/thousands of feeds (Fixes app being slow and crashing)
  • Reader screen UI improvements
  • Add support for handling YouTube feeds
  • Bug fixes and improvements

What's Changed

Full Changelog: v1.50.1...v1.51.0-cf53f06

v1.50.1

04 Mar 00:38
c51fb7f
Compare
Choose a tag to compare

Full Changelog: v1.50.0...v1.50.1

v1.50.0

02 Mar 09:31
ee7c9f7
Compare
Choose a tag to compare

CHANGELOG

Features

  • Add support for JSON feeds
  • Add support to hide posts with muted/blocked words
  • Add setting to enable marking posts as read on scroll
  • Add setting to disable auto sync
  • Add setting to toggle between feed icon and website fav icon
  • Add support for non-HTTPS feeds

Improvements

  • Improve talkback accessibility coverage (more changes coming up for this in next update)
  • Improve home screen user experience, and increase content area on scroll
  • Show blurred background/gradient in the home screen in light mode as well
  • Improve feed fetching coverage to handle not well formatted feed gracefully

Bug fixes

  • Fix home screen content blinking while updating
  • Fix app going back to home screen on device theme change

What's Changed

New Contributors

Full Changelog: v1.49.0...v1.50.0

v1.49.0

13 Oct 07:38
99378cd
Compare
Choose a tag to compare

What's Changed

  • Update android.gradle.plugin to v8.5.1 by @renovate in #608
  • Update dependency org.kobjects.ktxml:core to v0.3.2 by @renovate in #609
  • Update ktor monorepo to v2.3.12 by @renovate in #617
  • Update dependency androidx.test:runner to v1.6.1 by @renovate in #621
  • Fix a memory leak in AndroidFileManager by @mr3y-the-programmer in #633
  • Update dependency gradle to v8.9 by @renovate in #638
  • Update dependency io.github.kevinnzou:compose-webview-multiplatform to v1.9.20 by @renovate in #636
  • Update dependency androidx.collection:collection to v1.4.1 by @renovate in #635
  • Update dependency com.bugsnag:bugsnag-android to v6.6.1 by @renovate in #628
  • Update dependency org.jetbrains.kotlinx:atomicfu to v0.25.0 by @renovate in #625
  • Update dependency androidx.test:rules to v1.6.1 by @renovate in #623
  • Bump Kotlin, KSP and Compose by @msasikanth in #647
  • Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.7.1 by @renovate in #606
  • Update xmlutil to v0.90.1 by @renovate in #613
  • Update dependency androidx.activity:activity-compose to v1.9.1 by @renovate in #648
  • Update dependency androidx.annotation:annotation to v1.8.1 by @renovate in #649
  • Update dependency androidx.collection:collection to v1.4.2 by @renovate in #653
  • Update Coil to v3.0.0-alpha09 by @msasikanth in #658
  • Add support for reordering pinned sources by @msasikanth in #665
  • Update dependency sh.calvin.reorderable:reorderable to v2.3.0 by @renovate in #675
  • Update dependency com.google.devtools.ksp to v2.0.0-1.0.24 by @renovate in #679
  • [1.47.1] Post-release merge by @tramline-github in #682
  • Add support for dynamic light mode by @msasikanth in #692
  • Add support for loading fav icons using Coil based on feed homepage link by @msasikanth in #710
  • [1.48.1] Post-release merge by @tramline-github in #718
  • Update dependency sh.calvin.reorderable:reorderable to v2.3.3 by @renovate in #733
  • Bump Compose WebView to v1.9.40-alpha03 by @msasikanth in #749
  • Wrap HTML content in reader view with a div by @msasikanth in #753
  • Update Kotlin, KSP and Compose Multiplatform to v1.7.0-rc01 by @renovate in #691
  • Update dependency androidx.collection:collection to v1.4.4 by @renovate in #699
  • Update android.gradle.plugin to v8.6.1 by @renovate in #707
  • Update dependency sh.calvin.reorderable:reorderable to v2.3.3 by @renovate in #740
  • Update kotlininject to v0.7.2 by @renovate in #739
  • Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.7.3 by @renovate in #731
  • Update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.6.1 by @renovate in #730
  • Update dependency co.touchlab.crashkios:bugsnag to v0.9.0 by @renovate in #741
  • Update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable to v0.3.8 by @renovate in #729
  • Update dependency com.bugsnag:bugsnag-android to v6.8.0 by @renovate in #756
  • Update dependency io.github.vinceglb:filekit-compose to v0.8.3 by @renovate in #743
  • Update dependency gradle to v8.10.2 by @renovate in #715
  • Update stately to v2.1.0 by @renovate in #744
  • Update android.gradle.plugin to v8.7.0 by @renovate in #758

New Contributors

Full Changelog: v1.46.0...v1.49.0

v1.48.1

20 Aug 07:52
8036d1d
Compare
Choose a tag to compare

Features

  • Theme switching - Light/Dark modes (Follows system theme)
  • Added support for RTL layouts based on content

Improvements

  • Improvements to dynamic theming performance
  • Improvements to featured section swipe performance
  • Reader view styling improvements

Fixes

  • Fix feed favicons not loading
  • Fix item peeking not working in featured section
  • Fix source name misalignment in post list items

What's Changed

  • [1.47.1] Post-release merge by @tramline-github in #682
  • Add support for dynamic light mode by @msasikanth in #692
  • Add support for loading fav icons using Coil based on feed homepage link by @msasikanth in #710

Full Changelog: v1.47.1...v1.48.1

v1.47.1

01 Aug 09:07
c12c93d
Compare
Choose a tag to compare

Features

  • Mark as read button in the home screen
  • Reorderable pinned sources
  • RSS 1.0/RDF support

Improvements

  • Improved home screen performance and memory consumption when displaying featured posts
  • Improved OPML importing/exporting reliability.
  • App now supports importing & exporting groups from OPML (no nested folders/groups support)
  • Extended encoding options when parsing feeds, this should improve fetching non-UTF8 feeds

Fixes

  • Fixed Cyrillic text not rendering (requires refresh of the source)
  • Fixed missing characters when parsing Chinese feeds (requires refresh of the source)
  • Fixed Ğ/ğ not rendering correctly
  • Fixed RTL layout not working in the reader screen
  • Fixed talk-back not working for reader screen buttons

All Changes

  • Update android.gradle.plugin to v8.5.1 by @renovate in #608
  • Update dependency org.kobjects.ktxml:core to v0.3.2 by @renovate in #609
  • Update ktor monorepo to v2.3.12 by @renovate in #617
  • Update dependency androidx.test:runner to v1.6.1 by @renovate in #621
  • Fix a memory leak in AndroidFileManager by @mr3y-the-programmer in #633
  • Update dependency gradle to v8.9 by @renovate in #638
  • Update dependency io.github.kevinnzou:compose-webview-multiplatform to v1.9.20 by @renovate in #636
  • Update dependency androidx.collection:collection to v1.4.1 by @renovate in #635
  • Update dependency com.bugsnag:bugsnag-android to v6.6.1 by @renovate in #628
  • Update dependency org.jetbrains.kotlinx:atomicfu to v0.25.0 by @renovate in #625
  • Update dependency androidx.test:rules to v1.6.1 by @renovate in #623
  • Bump Kotlin, KSP and Compose by @msasikanth in #647
  • Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.7.1 by @renovate in #606
  • Update xmlutil to v0.90.1 by @renovate in #613
  • Update dependency androidx.activity:activity-compose to v1.9.1 by @renovate in #648
  • Update dependency androidx.annotation:annotation to v1.8.1 by @renovate in #649
  • Update dependency androidx.collection:collection to v1.4.2 by @renovate in #653
  • Update Coil to v3.0.0-alpha09 by @msasikanth in #658
  • Add support for reordering pinned sources by @msasikanth in #665
  • Update dependency sh.calvin.reorderable:reorderable to v2.3.0 by @renovate in #675
  • Update dependency com.google.devtools.ksp to v2.0.0-1.0.24 by @renovate in #679

New Contributors

Full Changelog: v1.46.0...v1.47.1

0