Skip to content

Releases: memo33/sc4pac-tools

0.2.0

12 Oct 16:08
Compare
Choose a tag to compare

Added

  • support for extracting 7z archives and NSIS installers
  • support for extracting nested zip files
  • a new git repository for all the metadata: https://github.com/memo33/sc4pac
  • a website with a dedicated page for each package, e.g. memo:essential-fixes
  • support for shared dependencies between variants of a package and more flexible definition of variants

Changed

  • The default channel is now https://memo33.github.io/sc4pac/channel/.
    If you have upgraded from an earlier version:
    sc4pac remove channel github
    sc4pac add "https://memo33.github.io/sc4pac/channel/"
    
    Also delete sc4pac-plugins-lock.json and remove the folder coursier/https/raw.githubusercontent.com/ from your cache.
    Then run sc4pac update.

Fixed

  • cleaning-up of temp folder

0.1.5

26 Sep 13:46
Compare
Choose a tag to compare

Fixed

  • Downloading is now much more robust.
    Incomplete downloads are detected and partial downloads can be resumed.

Added

  • info and non-interactive channel remove commands

Changed

  • spinner symbols compatible with default Windows fonts

0.1.4

11 Sep 20:29
Compare
Choose a tag to compare

Added

  • a variety of commands including search, list, remove and channel-related commands
  • support for extracting Zip64-encoded zip files
  • support for NO_COLOR and SC4PAC_NO_COLOR environment variables
  • spinner animations

Fixed

  • handling of non-interactive terminal sessions
  • improved error handling

0.1.3

03 Sep 09:11
Compare
Choose a tag to compare

Fixed

  • colors on Windows
  • issue with git-bash on Windows
  • issue involving file locking on Windows
  • corner cases of resolving dependencies

0.1.2

30 Aug 18:48
Compare
Choose a tag to compare
  • fixed a major bug with color support on Windows

0.1.1

29 Aug 19:55
Compare
Choose a tag to compare
  • adds color
  • fixes progress log output
  • limits number of parallel downloads to 2

(This release is broken on Windows.)

0.1.0

27 Aug 16:24
Compare
Choose a tag to compare

Early unstable development build.