Skip to content
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.

Releases: MinecraftMachina/cornstone

v1.0.4

01 Feb 10:41
Compare
Choose a tag to compare

1.0.4 (2022-02-01)

Bug Fixes

v1.0.3

03 Feb 20:11
Compare
Choose a tag to compare

1.0.3 (2021-02-03)

Bug Fixes

  • show missing progress bars (aeb04b1)

v1.0.2

31 Jan 03:31
Compare
Choose a tag to compare

1.0.2 (2021-01-31)

Bug Fixes

  • don't panic on failed HEAD request when downloading (da0afe1)
  • file typo (b0783f7)
  • more consistent context cancel (5ee13ae)
  • prevent potential context leak (51f070f)
  • replace throttler and downloader with go-parallel (8230b7e)
  • simplify throttler and downloader error handling (0e28f64)

v1.0.1

24 Nov 19:37
Compare
Choose a tag to compare

1.0.1 (2020-11-24)

Bug Fixes

  • manifest format in-place (39f43e7)
  • sort manifest list entries for better git diff (679bb36)

v1.0.0

22 Nov 02:48
Compare
Choose a tag to compare

1.0.0 (2020-11-22)

Bug Fixes

  • add external file name (7bf4b31)
  • always print addon download failed error (fec758c)
  • broken addon download (fec3e8a)
  • delete logs on latest forge version (1873598)
  • don't delete server install on error, especially if existing (2333ec4)
  • don't install external file if not required (612a962)
  • double-spaces (4dccad7)
  • early directory creation (ee78d78)
  • ensure same drive so os.Rename won't fail (427703b)
  • error stack print consistency (2e3ba92)
  • file not found if just renamed directory and attempting to walk it (b1f8116)
  • ignored MultiDownloader error, don't die if non-required file failed (c1f5bbd)
  • make downloaded binary executable (e47dd2f)
  • non-forge (78ab73b)
  • permissions are octet not decimal (c7d14f8)
  • prevent error on downloader local size > remote size (c37e9f9)
  • print absolute paths (4e3af6f)
  • print format consistency (986a6b9)
  • properly handle extracting external file directories (1573682)
  • rename convert to lint (a9adbb4)
  • rename lint to format (def9ed4)
  • reorder install operations to allow updated instance or pack file (e19e67f)
  • rework corn file annotations (c5298ba)
  • side effect case resulting in "\the\safe\C:" (fc47b59)
  • style logging (fd8b365)
  • unnecessary logging (b58e3d2)
  • use custom simple downloader, fixes various quirks (6e6b765)

Features

  • add CI (4e5b948)
  • add server install command (b931044)
  • allow extract external files (6a60664)
  • allow ignoring mods for server (unifies manifests) (3f233d6)
  • auto-detect modpack unwrap (9d40854)