Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build debug APK
env:
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
run: ./gradlew assembleDebug --stacktrace --info
run: ./gradlew assembleDebug --stacktrace --info --no-build-cache --no-configuration-cache

- name: Upload debug APK
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
run: ./gradlew assembleNightly
run: ./gradlew assembleNightly --no-build-cache --no-configuration-cache

- name: Get version
id: version
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ jobs:
run: |
./gradlew assembleRelease \
-PversionName=${{ steps.version.outputs.version }} \
-PversionCode=${{ steps.version.outputs.version_code }}
-PversionCode=${{ steps.version.outputs.version_code }} \
--no-build-cache --no-configuration-cache
- name: Notify Discord - APK Build Complete
env:
Expand Down
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,21 @@ The format is based on "Keep a Changelog" and follows semantic versioning where

## [Unreleased]
## 9.7
Date: Late March 2026
Date: 2026-04-27

### Highlights
- UI reworks and new features.
- Added Tachiyomi keiyoushi extension compatibility!
- Updated adaptive icon with new monochrome layer and fixed transparency
- New Futon splash icon
- Recent manga can now be shown in the shelf widget
- Added extension downloader activity with search functionality
- Small UI changes (hide navigation bar labels by default, manga details panel background)

- (Work in progress)
### Fixes
- Fixed adaptive icon and splash screen

### Maintenance
- Updated parsers

---
## v9.6.14
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<div align="left">

* Online [manga catalogues](https://github.com/Kotatsu-Redo/kotatsu-parsers-redo) (with 1200+ manga sources)
* Support for [Tachiyomi keiyoushi](https://github.com/keiyoushi/extensions) extensions
* Search manga by name, genres and more filters
* Favorites organized by user-defined categories
* Reading history, bookmarks and incognito mode support
Expand Down Expand Up @@ -171,6 +172,8 @@ We are deeply grateful to:
* **The Kotatsu community** for their contributions, testing, and support
* **All translators** who helped localize Kotatsu through [Weblate](https://hosted.weblate.org/engage/kotatsu/)
* **Parser contributors** who maintain the extensive library of [manga sources](https://github.com/Kotatsu-Redo/kotatsu-parsers-redo)
* **[Kotatsu-Redo](https://github.com/Kotatsu-Redo/kotatsu-parsers-redo)** for continuing parser development and maintenance
* **[Kototoro](https://github.com/Kototoro-app/Kototoro)** for the Tachiyomi extension integration guide

This project stands on the shoulders of giants. The Kotatsu team's dedication to creating a feature-rich, user-friendly manga reader has provided an incredible foundation for Futon to build upon.

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ android {
applicationId 'io.github.landwarderer.futon'
minSdk = 23
targetSdk = 36
versionCode project.hasProperty('versionCode') ? project.property('versionCode').toInteger() : 90614
versionName project.hasProperty('versionName') ? project.property('versionName') : '9.6.14'
versionCode project.hasProperty('versionCode') ? project.property('versionCode').toInteger() : 90700
versionName project.hasProperty('versionName') ? project.property('versionName') : '9.7'
generatedDensities = []
testInstrumentationRunner 'io.github.landwarderer.futon.HiltTestRunner'
ksp {
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
package="io.github.landwarderer.futon"
android:versionCode="90614"
android:versionName="9.6.14"
android:versionCode="90700"
android:versionName="9.7"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ material = "1.14.0-alpha05"
moshi = "1.15.2"
okhttp = "5.2.1"
okio = "3.16.1"
parsers = "4c0ce00c35"
parsers = "59c033ecfd"
preference = "1.2.1"
quickjsKt = "1.0.5"
recyclerview = "1.4.0"
Expand Down
17 changes: 17 additions & 0 deletions metadata/changelogs/90700.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Date: 2026-04-27
Highlights

- Added Tachiyomi keiyoushi extension compatibility!
- Updated adaptive icon with new monochrome layer and fixed transparency
- New Futon splash icon
- Recent manga can now be shown in the shelf widget
- Added extension downloader activity with search functionality
- Small UI changes (hide navigation bar labels by default, manga details panel background)

Fixes

- Fixed adaptive icon and splash screen

Maintenance

- Updated parsers
1 change: 1 addition & 0 deletions metadata/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Note: Futon is an unofficial fork of Kotatsu


- Online manga catalogs (with 1100+ manga sources)
- Support for Tachiyomi keiyoushi extensions
- Search manga by name, genres, and more filters
- Favorites organized by user-defined categories
- Reading history, bookmarks, and incognito mode support
Expand Down
Loading