Compare commits

..

No commits in common. "0fdffee9661d27fea3eab5af1dcdc69294fd9865" and "0df1501fd4ba141f98eaed9da2b0568aeabf8d17" have entirely different histories.

3 changed files with 2 additions and 12 deletions

View File

@ -11,8 +11,8 @@ android {
applicationId "corewala.gemini.buran"
minSdkVersion 21
targetSdkVersion 30
versionCode 13
versionName "v1.12"
versionCode 12
versionName "v1.11"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -172,7 +172,6 @@ class GeminiDatasource(private val context: Context, val history: BuranHistory):
bufferedWriter.close()
outWriter.close()
currentRequestAddress = null
socket.close()
}

View File

@ -1,9 +0,0 @@
Changelog:
- Fixed broken unproxied HTTP links
- Un-bugged the back button
- This is a really tiny release
- Actual features coming at some point in the nebulous future