update preparation

This commit is contained in:
Finnley Somdahl 2023-10-22 02:33:06 -05:00
parent dc959796e6
commit dc165fa6bc
2 changed files with 8 additions and 7 deletions

View file

@ -21,7 +21,7 @@ android {
minSdk 23 minSdk 23
targetSdk 34 targetSdk 34
versionCode ((System.currentTimeMillis() / 60000).toInteger()) versionCode ((System.currentTimeMillis() / 60000).toInteger())
versionName "0.1.1" versionName "0.1.2"
signingConfig signingConfigs.debug signingConfig signingConfigs.debug
} }

View file

@ -1,11 +1,12 @@
# 0.1.1 # 0.1.2
- **Bugfixes:** - **Bugfixes:**
- Fixes for manga and anime extensions - Fixes for manga and anime extensions
- Auto search is now more likely to find correct series - Auto search is now EVEN MORE likely to find correct series
- Fixed a crash for large manga chapters
- Fixed most manga titles
- Fixed manga Anilist logging
- probably other stuff I forgor
- **New Features:** - **New Features:**
- Added ability to update extensions - none
- Added option to skip loading extension icon to help lag
- Added option to use custom user agent
- Added Material You support