Skip to content

Commit d5f5ada

Browse files
committed
Prepare release v1.0.1 and add release notes
1 parent ca3ae9a commit d5f5ada

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId = "com.lean.rdtube"
1414
minSdk = 24
1515
targetSdk = 36
16-
versionCode = 1
17-
versionName = "1.0.0"
16+
versionCode = 2
17+
versionName = "1.0.1"
1818
}
1919

2020
signingConfigs {
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
### 💖 Support Our Work
2+
* We are committed to making our apps as powerful and polished as possible. As an entirely community-funded project, we rely on your support to keep going—please consider becoming a [sponsor](https://github.com/sponsors/LeanBitLab). A huge thank you to all our current supporters!
3+
4+
## 🚀 What's New in v1.0.1
5+
6+
### 🛠️ Improvements & Enhancements
7+
- **🌐 Dynamic `r/popular` Explore Feed**: Explore tab now fetches trending videos directly from `r/popular` across Reddit—no more hardcoded subreddit lists!
8+
- **⚡ 5-Item Prefetch Threshold**: Extended infinite-scroll background prefetching to trigger 5 items before the end of the feed, ensuring smooth, uninterrupted video playback.
9+
- **🔄 Feed Isolation & Clean Separation**: Decoupled the Explore feed from your local Subscribed feed so your customized subreddit list stays 100% distinct.
10+
- **🛠️ Subscribed Feed Refresh Fix**: Corrected pull-to-refresh handling on the Subscribed tab so manual refresh fetches your latest subscriptions.
11+
- **🖼️ Asset & Badge Improvements**: Updated `README.md` download badges with high-resolution local repository assets.
12+
13+
## 📦 Downloads
14+
15+
| File | Description |
16+
| :--- | :--- |
17+
| **`app-release.apk`** | **Official Release APK** for RdTube v1.0.1 |

0 commit comments

Comments
 (0)