github starship/starship v0.43.0

latest releases: v1.18.2, v1.18.1, v1.18.0...
3 years ago

v0.43.0 (2020-06-26)

⚠️ Windows Defender flagged the Windows build for this release as potentially harmful, but was later confirmed by Microsoft to have been a false positive. (#1412)

If you see the v0.43.0 release flagged by Windows Defender, please follow these steps to clear your cached detection and obtain the latest malware definitions:

  1. Open command prompt as administrator and change directory to c:\Program Files\Windows Defender
  2. Run “MpCmdRun.exe -removedefinitions -dynamicsignatures”
  3. Run "MpCmdRun.exe -SignatureUpdate"

Alternatively, the latest definition is available for download here: https://www.microsoft.com/en-us/wdsi/definitions

Bug Fixes

  • replacing default RUST_LOG environement variable with starship specific one, to prevent interlacing (#1280)
  • errant space breaks tar in installer (#1314)
  • Update install.sh for Windows (#1300)
  • bash: last command status and command duration (#1185)
  • directory: Fix path contractions for symlinked git repos (#1299)
  • php: Stop including error messages in the version

Build

  • deps: bump path-slash from 0.1.1 to 0.1.2 (#1377)
  • deps: bump rayon from 1.3.0 to 1.3.1
  • deps: bump urlencoding from 1.0.0 to 1.1.1
  • deps: bump serde_json from 1.0.54 to 1.0.55 (#1331)
  • deps: bump nom from 5.1.1 to 5.1.2 (#1330)
  • deps: bump remove_dir_all from 0.5.2 to 0.5.3 (#1329)
  • deps: bump serde_json from 1.0.53 to 1.0.54 (#1306)
  • deps-dev: bump @vuepress/plugin-google-analytics in /docs (#1333)
  • deps-dev: bump vuepress from 1.5.1 to 1.5.2 in /docs (#1332)
  • deps-dev: bump @vuepress/plugin-google-analytics in /docs (#1308)
  • deps-dev: bump vuepress from 1.5.0 to 1.5.1 in /docs (#1309)

Chore

  • release: v0.43.0

Code Refactoring

  • config: Add additional logging to debug config issues (#1390)
  • custom: Add additional logging to the custom module (#1389)

Continuous Integration

  • use action to bump Homebrew formula (#1391)

Docs

  • update dotfile link in FAQ
  • instruct users to install a nerd-font (#1383)
  • Add FAQ entry on missing symbols (#1307)
  • remove redundant settings in Contributing guide (#1326)
  • i18n: new Crowdin translations (#1325)
  • i18n: new Crowdin translations (#1262)
  • python: Fix typo in advanced configuration (#1335)

Features

  • dotnet: adds additional files to detect .net projects (#1303)
  • git: honor GIT_DIR environment variable (#1348)
  • nodejs: support additional file patterns (#1311)
  • python: Add option to change the python binary (#1297)

Style

  • address shellcheck issues in install.sh (#1305)
  • docs: remove $ prefix from shell snippets (#1339)

Test

  • nodejs: add test attribute to omitted tests (#1367)

Don't miss a new starship release

NewReleases is sending notifications on new releases.