Skip to content

v20.10.178.6 (October 2020)

Compare
Choose a tag to compare
@derrickstolee derrickstolee released this 21 Oct 18:23
· 4 commits to releases/20.10.178 since this release

Major Changes

  • Scalar is now available on Linux!
  • Includes Git 2.29.0.
  • scalar upgrade now integrates with brew update on macOS.
  • Background maintenance now uses git maintenance run command when using Git v2.28.0.vfs.1.0 or later.
  • scalar clone correctly chooses the default branch name when using Git protocol.

Pull Requests

  • #414: Minor cleanups
  • #417: ScalarCloneFromGitHub: drop SSH string
  • #420: Remove Scalar_Clone.sh utility script on Mac
  • #421: Clean up functional test MacTODO categories and Windows-only option
  • #418: Setup GitHub Actions build and unit test CI jobs
  • #419: Allow functional tests to use Git from $PATH
  • #413: Add initial Linux prototype and scripts
  • #424: simplify and align functional test CI and docs
  • #426: enable FetchStepTests on Mac/Linux
  • #422: Linux: functional test and XDG configuration support
  • #431: Actions: run functional tests on all platforms (without Watchman)
  • #425: macOS use brew to upgrade
  • #434: Update Readme.md and documentation with helpful info
  • #435: line ending and BOM cleanup
  • #439: Remove spinner from all progress
  • #432: use platform-specific filepath matching
  • #427: Scripts: add InstallFromSource.sh
  • #436: add Watchman-enabled functional tests to GitHub Actions CI
  • #444: FunctionalTests: drop unused negative runner methods
  • #398: Replace maintenance with git maintenance run
  • #448: Refactor POSIX platforms and remove partial classes and unused methods
  • #449: Respect remote default branch name on vanilla Git clone
  • #451: RunVerb: pass git features to ConfigStep
  • #445: Update Git to v2.29.0
  • #450: Build Debian packages and tarball for Linux builds