Compare commits

...

3 Commits

Author SHA1 Message Date
Corewala 0fdffee966 v1.12 2022-11-09 23:21:34 -05:00
Corewala da4375b832 Merge remote-tracking branch 'origin/master' 2022-11-09 23:02:32 -05:00
Corewala 9f4d1c8027 Fixed bugged back button
Been a while eh?
2022-11-09 23:02:15 -05:00
3 changed files with 12 additions and 2 deletions

View File

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

View File

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

View File

@ -0,0 +1,9 @@
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