Skip to content

Commit a54bb79

Browse files
chore: update versions and parsers (#91)
1 parent d37129b commit a54bb79

5 files changed

Lines changed: 49 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,31 @@ All notable changes to this project are documented in this file.
44

55
The 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
933
Date: 2026-04-27
1034

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ material = "1.14.0-alpha05"
3535
moshi = "1.15.2"
3636
okhttp = "5.2.1"
3737
okio = "3.16.1"
38-
parsers = "59c033ecfd"
38+
parsers = "f287c414a6"
3939
preference = "1.2.1"
4040
quickjsKt = "1.0.5"
4141
recyclerview = "1.4.0"
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

0 commit comments

Comments
 (0)