Skip to content

Releases: vitorpamplona/amethyst

Release v0.80.2: BugFixes

Release v0.80.1: Foss Push Notifications

27 Oct 18:28
Compare
Choose a tag to compare
  • Adds support for Unified Push in the FOSS edition by @KotlinGeekDev
  • BugFix for missing push notifications when using Google's edition
  • Creates a ViewModel store for each user, which allows faster memory cleanup when switching accounts.
  • Fix crash when uploading images/videos using external signer by @greenart7c3
  • Adds Lifecycle to all Flow collects in compose to stop processing new events when the app is paused.
  • Avoids creation of the LiveData in every recomposition
  • Removing Stop with Task from PushNotifications to make sure the PushService remains active.
  • Updated translations to Sweden, Portuguese, Czech and German by @davotoula

Release v0.79.13: BugFixes

Release v0.79.12: Tablet Layouts

Release v0.79.10: Full Blacks

21 Oct 02:17
Compare
Choose a tag to compare

Release v0.79.9: Full screen videos/images

Release v0.79.7

18 Oct 22:50
Compare
Choose a tag to compare
  • Removing bold titles
  • fix crash when sending giftwraps with amber
  • Moves app startup to an IO thread.
  • Upgrades Shared Preferences serialization to a Single JSON object
  • Simplifies Shared Preferences state changes
  • LazyInitializes Video cache

Release v0.79.6

Release v0.79.5

17 Oct 19:55
Compare
Choose a tag to compare

Release v0.79.2: Performance updates

01 Oct 16:26
Compare
Choose a tag to compare
  • Fixes the repeat payment requests on zaps when the NWC is not setup.
  • Improves error zap message screens for Material3
  • Uses Lists name/title instead of d-tag on the Top Bar
  • Increases the performance of the Bottom bar's Notification dot calculations
  • Speeds the composition of the Topbar
  • Uses the "host" tag as the creator of the stream.
  • Moves check if the stream is online process to the viewModel scope.
  • Moves many Toasts to the better designed Information Dialogs.
  • Speeds up cold startup.
  • Makes sure shared flows don't suspend.
  • Updates dependencies