Skip to content

Commit

Permalink
Updated to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Lameguy64 committed Dec 4, 2018
1 parent dc4c555 commit cd01db0
Show file tree
Hide file tree
Showing 12 changed files with 139 additions and 413 deletions.
9 changes: 5 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/bin*/
/CMakeFiles/
/pages/
/test/
bin*/
CMakeFiles/
pages/
test/
nbproject/private
Makefile
CMakeCache.txt
*.cmake
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ This can be avoided by minimizing identically named directories but its best to

## Changelog

**Version 1.22 (12/4/2018)**
* Fixed some issues with subheader detection.
* Fixed bug where CD-DA length of possibly being 1 sector larger than it should.
* Fixed subheader detection logic and made it as a warning instead of a critical error.

**Version 1.21 (7/8/2018)**
* Corrected volume size calculation logic when DA audio files are included. Also fixed volume size value being 2 sectors larger than it should.
* Corrected LBA header file output where the 150 sector pregap offset is not needed (libcd already does that).
Expand Down
8 changes: 0 additions & 8 deletions nbproject/private/Makefile-variables.mk

This file was deleted.

75 changes: 0 additions & 75 deletions nbproject/private/c_standard_headers_indexer.c

This file was deleted.

130 changes: 0 additions & 130 deletions nbproject/private/configurations.xml

This file was deleted.

Loading

0 comments on commit cd01db0

Please sign in to comment.