Skip to content

Latest commit

 

History

History
91 lines (64 loc) · 3.3 KB

CHANGELOG.md

File metadata and controls

91 lines (64 loc) · 3.3 KB

Changelog

v2.0.0 (2021-04-19)

Feature

Fix

  • wrapper: Do not buffer subprocess (caf49df)
  • readme: Add readme to project configuration (e48212c)

Breaking

  • support for mutagen v0.9 and below has been dropped. (7b4917d)

v1.2.0 (2021-03-30)

Feature

  • Better packaging, semantic release, github actions (48e8408)

1.1.0 (2019-07-29)

  • Add support for mutagen 0.10.0.
  • Rename configuration file from mutagen.yml to mutagen-helper.yml.

1.0.0 (2019-06-14)

  • Fix session being creating on root directory when auto_configure is enabled and no project is found (show an error message to the user)

1.0.0rc3 (2019-05-28)

  • Add project and session optional arguments to up command

1.0.0rc2 (2019-05-28)

  • Use auto configure include and exclude when loading project configuration file
  • auto configure include now has priority over exclude

1.0.0rc1 (2019-05-28)

  • Add support for many projects in the same configuration file
  • Add auto configuration support to create sessions from subdirectories with no configuration file
  • Add MUTAGEN_HELPER_PATH environment variable

1.0.0b4 (2019-05-27)

1.0.0b3 (2019-05-27)

  • Add default value support for environment expansion replacements, with expandvars
  • Upgrade list command to support short and long listing (--long option)

1.0.0b2 (2019-05-27)

  • Add project and session arguments to commands
  • Fix stuck sessions on up command because of invalid stdin/stdout support
  • Fix missing project name in output
  • Remove dead code

1.0.0b1 (2019-05-27)

  • Use labels feature introduced in mutagen v0.9.0-beta2. There's no local database anymore (~/.mutagen-helper directory can be removed) (#4)
  • Add support for YAML configuration files without dot (mutagen.yml and mutagen.yaml) (#3)

1.0.0a2 (2019-05-25)

  • Enhance error handling of mutagen commands (#5)
  • Add support of user input for underlying mutagen commands (#6)

1.0.0a1 (2019-05-23)

  • First release