Skip to content

Instantly share code, notes, and snippets.

@r15ch13
Created May 13, 2019 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r15ch13/b3dd184c40877b1ae04ae4820238b0cd to your computer and use it in GitHub Desktop.
Save r15ch13/b3dd184c40877b1ae04ae4820238b0cd to your computer and use it in GitHub Desktop.
Example Changelog.md for Scoop generated by git-chglog

87a1e7 - 2019-05-12

Bug Fixes

  • decompress: Fix dark parameter order
  • depends: don't force adding dark dependency (#3453)
  • update: Rewording PowerShell update notice

17253e - 2019-05-12

Bug Fixes

  • checkup: Remove lessmsi and aria2 from scoop checkup command

Features

  • checkup: Add warnings to 'scoop checkup' for missing unpackers
  • core: Allow wixtoolset and 7zip-zstd as valid helpers
  • decompress: Add Expand-DarkArchive helper function
  • depends: Detect dependencies from pre/post and installer script

5d5c7f - 2019-05-11

Bug Fixes

  • core: Filter null or empty string from Scoops directory settings

89558f - 2019-05-10

Code Refactoring

  • move core bootstrapper to the eof
  • core: remove old scoopdir support

Features

  • support loading basedirs from config

7699be - 2019-05-09

Bug Fixes

  • config: Remove config.ps1 imports
  • config: More tests for set_config
  • config: Test for DateTime object instead for actual Time
  • config: fix datetime tests for PowerShell 6
  • config: fix set_config check for existing property

Code Refactoring

  • alias: Apply config changes to scoop-alias command
  • config: Move configuration handling to core.ps1
  • config: Fix warning message
  • config: Fix set_config
  • config: Add more tests for load_config and get_config
  • config: Fix set_config function
  • config: Redirect set_config output to Out-Null
  • config: Fix config value removing
  • config: Better output for scoop config command
  • core: Prefer $XDG_CONFIG_HOME over ~.config
  • core: Use ASCII encoding because of PowerShell 5
  • core: ensure config path exists
  • core: Remove hard-coded path

44975d - 2019-05-08

Features

  • update: Add hold/unhold command (#3444)

83e457 - 2019-04-30

Bug Fixes

  • force to add new main bucket (#3419)
  • core: Remove wrong parenthesis Test-Aria2Enabled and Get-AppFilePath
  • decompress: Fix return value of extract_7zip
  • install: Check if 7zip/lessmsi/innounp is installed before adding dependency

Code Refactoring

  • core: Combine helpers to Get-HelperPath and Test-HelperInstalled
  • core: file_path > Get-AppFilePath
  • core: Rename aria2 helper functions
  • decompress: Use helper functions for 7zip/lessmsi/innounp
  • decompress: Change function name casing
  • tests: Check checksum of TestCases.zip before extracting

Features

  • core: Add lessmsi and innounp helper functions

34c26a - 2019-04-29

Bug Fixes

  • correct deprecation function name (#3406)
  • scoop-update: fix branch switching (#3372) (#3390)
  • scoop-update: fix branch switching (#3372)

Chores

  • add notification for new main bucket (#3392)

Code Refactoring

  • core: ensure_all_installed() to Confirm-InstallationStatus() (#3293)

Features

  • Check for LongPaths setting (#3387)

Features

  • Prepare extraction of main bucket (#3060)

start - 2019-04-22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment