Skip to content

v0.1.0-rc3

Pre-release
Pre-release

Choose a tag to compare

@Vxrpenter Vxrpenter released this 05 Aug 07:57

⛔ Breaking Changes ⛔

  • ClassifierPriority and UpstreamPriority was repalced by new Priority value
val priority = 1.priority
  • The notification message's name was changed from notification to message
  • prefix in UpdateSchmema has been converted to a collection of strings

Added

  • New function checkMultipleUpdates to check for updates on multiple upstreams
  • New ignored classifier value to ignore a classifier on e.g. update check

Changed

  • Version, Classifier and Upstream are now Comparable
  • prefixes is nullable to allow no prefixes

Fixed

  • ModrinthUpstream returning an invalid download url

Full Changelog: v0.1.0-rc2...v0.1.0-rc3