IReader v2.0.13
🎉 IReader v2.0.13
📦 What's New
- add supports for google cloud backup (@kazemcodes)
- fix catalogs need reinstall to update, fix global search for lnreader breaks (@kazemcodes)
- fix bugs (@kazemcodes)
- improve download handling and ui (@kazemcodes)
- improve webview (@kazemcodes)
- add latest / popular support for LNReader (@kazemcodes)
- fix prefetching caused the current chapter failed to load data (@kazemcodes)
- remove logs (@kazemcodes)
- fix the crash for mediaservice (@kazemcodes)
- fix download unread (@kazemcodes)
- add a option to download chapters by range in UI (@kazemcodes)
- fix reading time now saved (@kazemcodes)
- fix MAL tracking (@kazemcodes)
📊 Release Stats
- Commits since last release: 13
- Release tag:
v2.0.13
📥 Downloads
Choose the appropriate package for your platform:
🤖 Android
| Package | Description |
|---------|-------------|
| *-arm64-v8a-*.apk | Modern 64-bit ARM devices (recommended for most phones) |
| *-armeabi-v7a-*.apk | Older 32-bit ARM devices |
| *-x86_64-*.apk | 64-bit Intel/AMD (emulators, some tablets) |
| *-x86-*.apk | 32-bit Intel/AMD devices |
🖥️ Desktop
| Package | Platform |
|---------|----------|
| .msi | Windows 10/11 installer |
| .deb | Debian/Ubuntu Linux |
| .rpm | Fedora/RHEL Linux |
| .AppImage | Universal Linux (no install needed) |
| .jar | Cross-platform (requires Java 21+) |
🔗 Links
- Full Changelog: https://github.com/IReaderorg/IReader/compare/v2.0.12...v2.0.13
- Website: https://ireaderorg.netlify.app/
- Documentation: https://github.com/ireaderorg/ireader/wiki
- Report Issues: https://github.com/ireaderorg/ireader/issues
📝 Installation Notes
Android
- Download the APK matching your device architecture
- Enable "Install from Unknown Sources" in Settings > Security
- Open the downloaded APK to install
Windows
- Download the
.msiinstaller - Run the installer (you may need to allow it through SmartScreen)
- Follow the installation wizard
Linux
# Debian/Ubuntu
sudo dpkg -i ireader_*.deb
sudo apt-get install -f # Install dependencies if needed
# Fedora/RHEL
sudo rpm -i ireader-*.rpm
# AppImage (any distro)
chmod +x IReader-*.AppImage
./IReader-*.AppImage
Built from commit 95b51e320