github advokatb/updatesmanager.koplugin v1.2.0

latest releases: v1.4.7, 1.4.7, v1.4.6.2...
5 months ago

Added

  • Asset Pattern Filtering: Added support for asset_pattern field 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/readest repository can now be configured with "asset_pattern": "*.koplugin.zip" to download only the plugin file
    • If asset_pattern is not specified, defaults to matching any .zip file (backward compatible)
  • Added readest/readest to default plugin repositories (with asset_pattern configured).

Changed

  • Improved plugin name display in update results: now shows full plugin name (fullname from _meta.lua) instead of technical name (e.g., "Updates Manager" instead of "updatesmanager").

Don't miss a new updatesmanager.koplugin release

NewReleases is sending notifications on new releases.