We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b3145 commit 3c14f5fCopy full SHA for 3c14f5f
2 files changed
CHANGELOG.md
@@ -1,6 +1,13 @@
1
Change Log
2
==========
3
4
+Version 2.0.6 *(2026-02-01)*
5
+-----------------------------
6
+
7
+- Implement Minimal mode in the UI.
8
+- Support icon for youtube shorted url.
9
+- Receive subtitle when link is shared from external app.
10
11
Version 2.0.5 *(2026-01-24)*
12
-----------------------------
13
app/build.gradle.kts
@@ -17,8 +17,8 @@ android {
17
minSdk = libs.versions.minSdk.get().toInt()
18
targetSdk = libs.versions.targetSdk.get().toInt()
19
multiDexEnabled = true
20
- versionCode = 41
21
- versionName = "2.0.5"
+ versionCode = 42
+ versionName = "2.0.6"
22
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
23
24
ksp {
0 commit comments