Skip to content

v2.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Sep 22:40
f63ef17

2.1.0 (2026-09-11)

Bug Fixes

  • 404 an unknown channel on the update feeds (#99) (c00431d), closes #87
  • accept ?channel=* on /dl (#101) (c90a683), closes #88
  • accept only semantic-release-shaped versions (#93) (d6917c5), closes #81 #81
  • fall back to any channel on /dl's defaulted channel (#102) (8161d52), closes #89
  • keep an explicit channel when the tag is a range (#98) (2593775), closes #85
  • keep every newer release's notes in the Squirrel.Mac feed (#96) (3a10786), closes #83
  • match prereleases across version tuples on named channels (#91) (8aee80c), closes #79
  • read a RELEASES entry's version from its filename (#103) (9e16cd4)
  • report a channel's highest version as latest (#95) (21d8c08), closes #82
  • skip releases whose tag is not a semver version (#92) (cd7a942), closes #80

Features

  • warn when a release's pre-release flag and tag disagree (#100) (cd63c17), closes #93 #86