Fix app not reading tachiyomix.extensionLib extension metadata (#3545)

Android was interpreting the field as a float and failing (which is nuts imo)

Also cleaned up the lib validation logic
This commit is contained in:
AntsyLich
2026-07-08 13:43:17 +06:00
committed by GitHub
parent 26abad0be0
commit 66b390c62a
2 changed files with 5 additions and 13 deletions
+1
View File
@@ -31,6 +31,7 @@ The format is a modified version of [Keep a Changelog](https://keepachangelog.co
- Fix crash when putting app in background ([@AntsyLich](https://github.com/AntsyLich)) ([#3523](https://github.com/mihonapp/mihon/pull/3523))
- Fix support for non-system SAF providers ([@AntsyLich](https://github.com/AntsyLich)) ([#3530](https://github.com/mihonapp/mihon/pull/3530))
- Fix chapter's `memo` field not being updated for existing chapters ([@cuong-tran](https://github.com/cuong-tran)) ([#3538](https://github.com/mihonapp/mihon/pull/3538))
- Fix app not reading `tachiyomix.extensionLib` extension metadata ([@AntsyLich](https://github.com/AntsyLich)) ([#3545](https://github.com/mihonapp/mihon/pull/3545))
## [v0.20.0] - 2026-06-27
### Added