Compare commits

...

2 Commits

Author SHA1 Message Date
Corewala 47dd2722e1 v1.11 2022-07-29 19:11:45 -04:00
Corewala b85de17c88 v1.10 changelog fix 2022-07-29 18:55:55 -04:00
3 changed files with 19 additions and 6 deletions

View File

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

View File

@ -1,5 +1,9 @@
Changelog:
* Default homepage is stored locally
* Only the latest request is rendered
* Back button cancels current request
* Lots of bugfixes
- Default homepage is stored locally
- Only the latest request is rendered
- Back button cancels current request
- Lots of bugfixes

View File

@ -0,0 +1,9 @@
Changelog:
- HTTP proxy support
- Previous scroll position is stored
- Local links and redirects are fixed
- Minor tweaks and bugfixes