File tree Expand file tree Collapse file tree
metadata/en-US/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,31 @@ All notable changes to this project are documented in this file.
44
55The format is based on "Keep a Changelog" and follows semantic versioning where possible.
66
7- ## [ Unreleased]
7+ ## 9.7.2[ Unreleased]
8+ - Ui updates
9+ - New nav bar
10+ - New futon color scheme
11+
12+ ## 9.7.1
13+ Date: 2026-06-30
14+
15+ ### Highlights
16+ - Mihon sources usability improved
17+ - Performance improvements
18+ - added option to add bulk manga to favorites
19+ - added merge option for backup restoration
20+ - Added an Easter egg : O
21+ ### Fixes
22+ - Fixed the bug where Mihon sources could not be unpinned or disabled and stayed permanently pinned. Now they work the same as any other source.
23+ - Fixed a bug where downloaded manga won't be used instead manga is fetched all times. Now if local manga present, the local manga will be used.
24+ - hide spinner on main-frame load errors in BrowserClient
25+ - Fix app crashes on android 6
26+
27+ ### Maintenance
28+ - Updated parsers and dependencies
29+
30+ ---
31+
832## 9.7
933Date: 2026-04-27
1034
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ android {
2929 applicationId ' io.github.landwarderer.futon'
3030 minSdk = 23
3131 targetSdk = 36
32- versionCode project. hasProperty(' versionCode' ) ? project. property(' versionCode' ). toInteger() : 90700
33- versionName project. hasProperty(' versionName' ) ? project. property(' versionName' ) : ' 9.7'
32+ versionCode project. hasProperty(' versionCode' ) ? project. property(' versionCode' ). toInteger() : 90701
33+ versionName project. hasProperty(' versionName' ) ? project. property(' versionName' ) : ' 9.7.1 '
3434 generatedDensities = []
3535 testInstrumentationRunner ' io.github.landwarderer.futon.HiltTestRunner'
3636 ksp {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest
33 package=" io.github.landwarderer.futon"
4- android:versionCode=" 90700 "
5- android:versionName=" 9.7"
4+ android:versionCode=" 90701 "
5+ android:versionName=" 9.7.1 "
66 xmlns:android=" http://schemas.android.com/apk/res/android"
77 xmlns:tools=" http://schemas.android.com/tools" >
88
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ material = "1.14.0-alpha05"
3535moshi = " 1.15.2"
3636okhttp = " 5.2.1"
3737okio = " 3.16.1"
38- parsers = " 59c033ecfd "
38+ parsers = " f287c414a6 "
3939preference = " 1.2.1"
4040quickjsKt = " 1.0.5"
4141recyclerview = " 1.4.0"
Original file line number Diff line number Diff line change 1+ Date: 2026-06-30
2+ Highlights
3+
4+ - Mihon sources usability improved
5+ - Performance improvements
6+ - added option to add bulk manga to favorites
7+ - added merge option for backup restoration
8+ - Added an Easter egg :O
9+
10+ Fixes
11+
12+ - Fixed the bug where Mihon sources could not be unpinned or disabled and stayed permanently pinned. Now they work the same as any other source.
13+ - Fixed a bug where downloaded manga won't be used instead manga is fetched all times. Now if local manga present, the local manga will be used.
14+ - hide spinner on main-frame load errors in BrowserClient
15+ - Fix app crashes on android 6
16+
17+ Maintenance
18+
19+ - Updated parsers and dependencies
You can’t perform that action at this time.
0 commit comments