Skip to content

Releases: mcbeet/beet

v0.19.1

02 Apr 11:32
Compare
Choose a tag to compare

Fix

  • generator: Only default to content hash if hash wasn't explicitly provided (bee1df4)

v0.19.0

29 Mar 17:45
Compare
Choose a tag to compare

Feature

  • Make generator prefix and namespace configurable and add tests (4972534)
  • Refactor hangman plugin to support run commands syntax (849697b)
  • Add context generator (09eb6ab)
  • Add file default value (205c9ff)

v0.18.0

27 Mar 11:41
Compare
Choose a tag to compare

Feature

  • Add ignore_name test utility (e5ee8f2)

v0.17.3

27 Mar 11:04
Compare
Choose a tag to compare

Fix

  • Prevent explanation from crashing when assertrepr_compare returns None (0ed03ed)

Documentation

v0.17.2

24 Mar 10:35
Compare
Choose a tag to compare

Fix

  • hangman: Handle trailing comments (ff7ba22)

v0.17.1

24 Mar 07:41
Compare
Choose a tag to compare

Fix

  • Remove dedent extension (ab0797a)

v0.17.0

24 Mar 06:06
Compare
Choose a tag to compare

Feature

Documentation

v0.16.0

21 Mar 04:19
Compare
Choose a tag to compare

Feature

Fix

  • Better file comparisons with source_path fast path (3c12aa7)
  • Properly display edited filename on windows (e3c1890)

Breaking

  • ShaderProgram was renamed to Shader (69e3d19)

v0.15.0

19 Mar 08:01
Compare
Choose a tag to compare

Feature

Fix

  • Compare data for equality for json files (298e2e1)

v0.14.0

18 Mar 04:19
Compare
Choose a tag to compare

Feature

  • Support language files and custom languages (abec2b1)

Fix

  • Only modify sys.path if the directory is not already present (8575d31)

Breaking