Skip to content

Jerboa v0.0.67-alpha Release

Compare
Choose a tag to compare
@dessalines dessalines released this 07 Jun 16:00
· 37 commits to main since this release

What's Changed

  • chore: fix some comments by @TechVest in #1480
  • Upgrading deps. by @dessalines in #1482
  • Use Compose BOM by @MV-GH in #1485
  • Update LemmyApi by @MV-GH in #1486
  • chore: Configure Renovate by @renovate in #1489
  • fix(deps): update dependency io.ktor:ktor-client-logging to v2.3.11 by @renovate in #1494
  • fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-test to v1.8.1 by @renovate in #1495
  • fix(deps): update dependency org.ocpsoft.prettytime:prettytime to v5.0.8.final by @renovate in #1496
  • chore(deps): update kotlin monorepo to v1.9.24 by @renovate in #1491
  • chore(deps): update plugin com.google.devtools.ksp to v1.9.24-1.0.20 by @renovate in #1492
  • fix(deps): update dependency composeoptions to v1.5.14 by @renovate in #1493
  • chore(deps): update plugin com.github.ben-manes.versions to v0.51.0 by @renovate in #1497
  • fix(deps): update dependency androidx.lifecycle:lifecycle-livedata-ktx to v2.8.0 by @renovate in #1498
  • fix(deps): update dependency androidx.lifecycle:lifecycle-runtime-compose to v2.8.0 by @renovate in #1499
  • fix(deps): update dependency org.mockito:mockito-core to v5.12.0 by @renovate in #1500
  • Removing ben-names_versions. by @dessalines in #1501
  • Set specific versions for runtime-livedata. by @dessalines in #1502
  • Fix content description for upvotes by @MV-GH in #1516
  • chore(deps): update plugin com.android.application to v8.4.1 by @renovate in #1518
  • chore(deps): update plugin com.android.test to v8.4.1 by @renovate in #1520
  • chore(deps): update plugin com.android.library to v8.4.1 by @renovate in #1519
  • chore(deps): update kotlin monorepo to v2 (major) by @MV-GH in #1523
  • Perf improvement: enable Strong Skipping by @MV-GH in #1524
  • Revert "Set specific versions for runtime-livedata." by @dessalines in #1526
  • Adding post hiding. by @dessalines in #1517
  • Use chris banes compose-bom. by @dessalines in #1530
  • Adding alt_text and custom_thumbnail to post form. Fixes #1513 by @dessalines in #1528
  • chore(deps): update dependency gradle to v8.8 by @renovate in #1535
  • Fix #1533 use M3 PullToRefresh by @MV-GH in #1534
  • Performance refactors for Posts feed by @MV-GH in #1527
  • Show when banned on view-votes screen. by @dessalines in #1536
  • Refactor deprecated M1 SwipeToDismiss, use M3 SwipeToDismissBox by @MV-GH in #1537
  • Add baseline profile info + update baseline profile by @MV-GH in #1538
  • Adding LocalUserVoteDisplayMode for saving, and displaying votes. by @dessalines in #1529

New Contributors

Full Changelog: 0.0.66...0.0.67