From a88b4fda1bbd9d820525d77c1860990a8e228b17 Mon Sep 17 00:00:00 2001 From: LandWarderer2772 Date: Wed, 1 Jul 2026 08:58:07 +0530 Subject: [PATCH] chore: update versions and parsers --- CHANGELOG.md | 26 +++++++++++++++++++++++++- app/build.gradle | 4 ++-- app/src/main/AndroidManifest.xml | 4 ++-- gradle/libs.versions.toml | 2 +- metadata/en-US/changelogs/90701.txt | 19 +++++++++++++++++++ 5 files changed, 49 insertions(+), 6 deletions(-) create mode 100644 metadata/en-US/changelogs/90701.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 54cd1f43b..f8caa1c17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,31 @@ All notable changes to this project are documented in this file. The format is based on "Keep a Changelog" and follows semantic versioning where possible. -## [Unreleased] +## 9.7.2[Unreleased] +- Ui updates +- New nav bar +- New futon color scheme + +## 9.7.1 +Date: 2026-06-30 + +### Highlights +- Mihon sources usability improved +- Performance improvements +- added option to add bulk manga to favorites +- added merge option for backup restoration +- Added an Easter egg :O +### Fixes +- 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. +- 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. +- hide spinner on main-frame load errors in BrowserClient +- Fix app crashes on android 6 + +### Maintenance +- Updated parsers and dependencies + +--- + ## 9.7 Date: 2026-04-27 diff --git a/app/build.gradle b/app/build.gradle index 702336cda..25bf340f8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,8 +29,8 @@ android { applicationId 'io.github.landwarderer.futon' minSdk = 23 targetSdk = 36 - versionCode project.hasProperty('versionCode') ? project.property('versionCode').toInteger() : 90700 - versionName project.hasProperty('versionName') ? project.property('versionName') : '9.7' + versionCode project.hasProperty('versionCode') ? project.property('versionCode').toInteger() : 90701 + versionName project.hasProperty('versionName') ? project.property('versionName') : '9.7.1' generatedDensities = [] testInstrumentationRunner 'io.github.landwarderer.futon.HiltTestRunner' ksp { diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index f1ec24034..36bfb4c49 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,8 +1,8 @@ diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6952a0ffd..209f9924c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -35,7 +35,7 @@ material = "1.14.0-alpha05" moshi = "1.15.2" okhttp = "5.2.1" okio = "3.16.1" -parsers = "59c033ecfd" +parsers = "f287c414a6" preference = "1.2.1" quickjsKt = "1.0.5" recyclerview = "1.4.0" diff --git a/metadata/en-US/changelogs/90701.txt b/metadata/en-US/changelogs/90701.txt new file mode 100644 index 000000000..284c1ed27 --- /dev/null +++ b/metadata/en-US/changelogs/90701.txt @@ -0,0 +1,19 @@ +Date: 2026-06-30 +Highlights + +- Mihon sources usability improved +- Performance improvements +- added option to add bulk manga to favorites +- added merge option for backup restoration +- Added an Easter egg :O + +Fixes + +- 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. +- 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. +- hide spinner on main-frame load errors in BrowserClient +- Fix app crashes on android 6 + +Maintenance + +- Updated parsers and dependencies