version bump

This commit is contained in:
rebelonion 2024-02-08 07:26:14 -06:00
parent 051012be2d
commit c9699ba1fc
2 changed files with 17 additions and 13 deletions

View file

@ -18,8 +18,8 @@ android {
minSdk 23 minSdk 23
targetSdk 34 targetSdk 34
versionCode((System.currentTimeMillis() / 60000).toInteger()) versionCode((System.currentTimeMillis() / 60000).toInteger())
versionName "2.1.0" versionName "2.2.0"
versionCode 210000000 versionCode 220000000
signingConfig signingConfigs.debug signingConfig signingConfigs.debug
} }

View file

@ -1,24 +1,28 @@
# 2.0.0 # 2.2.0
- **Important:**
- All settings will be reset due to the new settings system. Sorry for the inconvenience!
- **New Features:** - **New Features:**
- Novel Support - Import/Export settings
- Offline support for manga and novels - New source organization system in extension settings
- Filter anime/manga by language - Filter sources by language
- Filter manga by scanlator - Defaulting to the external casting system (internal cast can be enabled in settings)
- Many new theme options - sub/dub toggle for some sources (requires source settings page to be opened at least once)
- Saikou theme - SoftSub downloads (when available)
- Random anime/manga selector from lists
- Incognito mode (sus)
- Various UI uplifts - Various UI uplifts
- Many small features (see beta changelogs) - Many small features (see beta changelogs)
- New easter egg :3 - New easter egg :3
- **Bugfixes:** - **Bugfixes:**
- Discord RPC fix
- Many source fixes - Many source fixes
- Better information on Anilist rate limiting
- User will get a notification when rate limited
- Rate limiting less likely to occur (especially on app startup)
- Various bug/crash fixes - Various bug/crash fixes
- General theme tweaks - General theme tweaks
- Ability to disable hold-to-fast-forward in videos (caused issues for some users) - Popups will now follow OLED mode
- Fix for file permissions on older Android versions
- Many small bug fixes (see beta changelogs) - Many small bug fixes (see beta changelogs)
- **Like what you see?** - **Like what you see?**