Added
- Asset Pattern Filtering: Added support for
asset_patternfield in repository configuration to filter release assets by filename pattern- Useful for repositories that release multiple platform-specific files (AppImages, RPMs, DEBs, etc.) alongside plugin ZIPs
- Supports glob-style patterns (e.g.,
*.koplugin.zip) which are automatically converted to Lua patterns - Example:
readest/readestrepository can now be configured with"asset_pattern": "*.koplugin.zip"to download only the plugin file - If
asset_patternis not specified, defaults to matching any.zipfile (backward compatible)
- Added
readest/readestto default plugin repositories (withasset_patternconfigured).
Changed
- Improved plugin name display in update results: now shows full plugin name (
fullnamefrom_meta.lua) instead of technical name (e.g., "Updates Manager" instead of "updatesmanager").