Skip to content

v0.8.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@JoeLametta JoeLametta released this 27 Oct 13:36
· 159 commits to master since this release

v0.8.0 (2019-10-27)

Full Changelog

Fixed bugs:

  • whipper bails out if MusicBrainz release group doesn’t have a type #396
  • object has no attribute 'working_directory' when running cd info #375
  • Failure to rip CD: "ValueError: could not convert string to float: " #374
  • "AttributeError: Program instance has no attribute '_presult'" when ripping #369
  • Drive analysis fails #361
  • Eliminate warning "eject: CD-ROM tray close command failed" #354
  • Flac file permissions #284

Closed issues:

  • Separate out Release in log into two value map #416
  • Network issue #412
  • RequestsDependencyWarning: urllib3 (1.25.2) or chardet (3.0.4) doesn't match a supported version #400
  • Run script after rip #394
  • Add git/mercurial dependency to the README #386
  • Include MusicBrainz Release ID in the log file #381
  • Rip while entering MusicBrainz data #360
  • Doesn't eject - "eject: unable to eject" (but manual eject works) #355
  • Note in the whipper output/log if development version was used #337
  • fedora 29, whipper 0.72, Error While Executing Any Command #332
  • read-toc progress information #299
  • ripping fails frequently, but not repeatably #290
  • Look into adding more MusicBrainz identifiers to ripped files #200

Merged pull requests:

  • Fix ripping discs with less than ten tracks #418 (mtdcr)
  • Make getFastToc() fast again #417 (mtdcr)
  • Use ruamel.yaml for formatting and outputting rip .log file #415 (itismadness)
  • Handle missing self.options for whipper cd info #410 (JoeLametta)
  • Fix erroneous result message for whipper drive analyze #409 (JoeLametta)
  • Report eject's failures as logger warnings #408 (JoeLametta)
  • Set FLAC files permissions to 0644 #407 (JoeLametta)
  • Fix offset find command #406 (vmx)
  • Make whipper not break on missing release type #398 (Freso)
  • Set default for eject to: success #392 (gorgobacka)
  • Use eject value of the class again #391 (gorgobacka)
  • Convert documentation from epydoc to reStructuredText #387 (JoeLametta)
  • Include MusicBrainz Release URL in log output #382 (Freso)
  • Specify supported version(s) of Python in setup.py #378 (Freso)
  • Fix critical regressions introduced in 3e79032 and 16b0d8d #371 (JoeLametta)
  • Use git to get whipper's version #370 (Freso)
  • Handle artist MBIDs as multivalue tags #367 (Freso)
  • Add Track, Release Group, and Work MBIDs to ripped files #366 (Freso)
  • Refresh MusicBrainz JSON responses used for testing #365 (Freso)
  • Clean up MusicBrainz nomenclature #364 (Freso)
  • Fix misaligned output in command.mblookup #363 (Freso)
  • Update accuraterip-checksum #362 (Freso)
  • Require Developer Certificate of Origin sign-off #358 (JoeLametta)
  • Address warnings/errors from various static analysis tools #357 (JoeLametta)
  • Clarify format option for disc template #353 (rekh127)
  • Refactor cdrdao toc/table functions into Task and provide progress output #345 (jtl999)
  • accuraterip-checksum: convert to python C extension #274 (mtdcr)