Skip to content

Releases: russellbanks/Komac

v1.3.1

23 Mar 18:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

21 Mar 19:30
f62c2fa
Compare
Choose a tag to compare

What's Changed

  • fix: print url after PR creation by @vedantmgoyal2009 in #134
  • fix: matching algorithm for parameter urls had a slight inconsistency in vedantmgoyal9/winget-releaser#117 so has been reverted to the algorithm from < 1.2.0, with a minor performance optimisation.
  • fix: using Ctrl+C while URLs that were inputted as a parameter were downloading would not delete the downloading file
  • fix: sub-packages with an all-number name being considered as a previous version
  • fix: url that infinitely redirects would result in a stack overflow. A scenario where a url infinitely redirects would never realistically happen, but Komac now only follows the redirect 5 hops
  • refactor: lots of refactoring in #136 to make the code easier to maintain and smaller (jar without dependencies is about 20% smaller)
  • refactor: use XXH3 hash of branch data at the end of branch name
  • refactor: use crypto Kotlin library for hashing
  • perf: lots of minor performance and memory usage tweaks and improvements
  • tests: significantly improve test coverage
  • chore: turn on more detekt checks
  • fix(deps): update dependency io.kotest.extensions:kotest-assertions-ktor to v2 by @renovate in #135
  • fix(deps): update dependency org.slf4j:slf4j-nop to v2.0.7 by @renovate in #137
  • fix(deps): update dependency com.charleskorn.kaml:kaml to v0.53.0 by @renovate in #138
  • chore(deps): update dependency com.github.johnrengelman.shadow to v8.1.1 by @renovate in #139

Full Changelog: v1.2.0...v1.3.0

v1.2.0

13 Mar 00:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

06 Mar 19:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.1.0

Release v1.0.5

20 Feb 20:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.0.5

Release v1.0.4

19 Feb 18:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

Release v1.0.3

15 Feb 19:03
9832431
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

Release v1.0.2

13 Feb 17:04
1bd6d1c
Compare
Choose a tag to compare

What's Changed

  • fix(deps): update dependency com.github.ajalt.mordant:mordant to v2.0.0-beta11.71-snapshot by @renovate in #82
  • chore(deps): update vedantmgoyal2009/winget-releaser action to v2 by @renovate in #86
  • feat: add environment variable to override fork owner by @vedantmgoyal2009 in #91
  • fix(deps): update koin-ksp to v1.1.1 by @renovate in #88
  • fix(deps): update dependency com.github.ajalt.mordant:mordant to v2.0.0-beta11.72-snapshot by @renovate in #89

Full Changelog: v1.0.1...v1.0.2

Release v1.0.1

10 Feb 18:44
Compare
Choose a tag to compare

What's changed

  • Fixed crash when creating new manifest

Full Changelog: v1.0.0...v1.0.1

Release v1.0.0

10 Feb 16:32
bbf1e2f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: nightly...v1.0.0