* README:
	* RELEASE:
	* configure.ac:
	* morituri.doap:
	  Releasing 0.1.3, "cranes"
This commit is contained in:
Thomas Vander Stichele
2012-11-23 16:58:30 +00:00
parent 6b50218701
commit 352519dc2f
6 changed files with 85 additions and 36 deletions

28
NEWS
View File

@@ -1,4 +1,30 @@
This is morituri 0.1.2, "VCR"
This is morituri 0.1.3, "cranes"
Coverage in 0.1.3: 60 % (1716 / 2825), 85 python tests
Features added in 0.1.3:
- shorten really long file names if needed
- support multi-disc ripping
- add %y for release year in templates
- added rip cd rip --release-id option to select the exact release
- allow track and disc templates to create files in different directories
- work out relative paths from cue/m3u files to audio files
Bugs fixed in 0.1.3:
- 77: Unable to find solution to UTF-8 problem
- 93: Unable to choose if there are more than one matching CD
- 67: unable to rip multi-cd-sets correctly
- 73: rip image breaks with "query failed"
- 78: Could not create encoded file
- 84: Error when checksumming extremely short tracks
- 91: --release-id does not work for Pink Floyd - The Wall (Experience Edition) (Disc 1)
- 94: mp3vbr uses quality=0 instead of vbr-quality=0
- 95: Discs with multiple media not correctly identified.
- 99: rip offset find fails with "UnboundLocalError: local variable 'archecksum' referenced before assignment"
- 102: Unable to run without -d option
- 98: Year of release in templates
Coverage in 0.1.2: 61 % (1683 / 2755), 65 python tests