File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ This change log follows the conventions of
66
77## [ Unreleased] [ unreleased ]
88
9+ Nothing so far.
10+
11+ ## [ 0.1.5] - 2020-12-28
12+
913### Fixed
1014
1115- DeviceSQL Strings with kind ` 90 ` are actually stored as UTF-16LE with
@@ -86,7 +90,8 @@ This change log follows the conventions of
8690- Initial release.
8791
8892
89- [ unreleased ] : https://github.com/Deep-Symmetry/crate-digger/compare/v0.1.4...HEAD
93+ [ unreleased ] : https://github.com/Deep-Symmetry/crate-digger/compare/v0.1.5...HEAD
94+ [ 0.1.5 ] : https://github.com/Deep-Symmetry/crate-digger/compare/v0.1.4...v0.1.5
9095[ 0.1.4 ] : https://github.com/Deep-Symmetry/crate-digger/compare/v0.1.3...v0.1.4
9196[ 0.1.3 ] : https://github.com/Deep-Symmetry/crate-digger/compare/v0.1.2...v0.1.3
9297[ 0.1.2 ] : https://github.com/Deep-Symmetry/crate-digger/compare/v0.1.1...v0.1.2
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ Structure Analysis] site describing the details of what we have
6363learned about these file formats. Reading that will help make sense of
6464the exploration tools and the objects returned by this library.
6565
66+ [[exploring-analysis]]
6667=== Exploring the Analysis
6768
6869One of the amazingly cool things about Kaitai Struct is that you can
@@ -100,7 +101,7 @@ files are found inside the corresponding track record.
100101The structure definitions for these files are in
101102link:src/main/kaitai/rekordbox_anlz.ksy[`rekordbox_anlz.ksy`]. You can
102103use it with the Kaitai Struct Web IDE as described
103- <<exploring-the- analysis,above>> to explore analysis files found in
104+ <<exploring-analysis,above>> to explore analysis files found in
104105your own exported media.
105106
106107== Using the Library
@@ -126,7 +127,7 @@ need these files to provide smooth integrations with the music being
126127performed). The second half is the ability to parse the contents of
127128those files, as described above.
128129
129- === Retreiving Files
130+ === Retrieving Files
130131
131132The class `org.deepsymmetry.cratedigger.FileFetcher` is a singleton,
132133so to work with it you will start by calling `getInstance()`, as is
Original file line number Diff line number Diff line change 66
77 <groupId >org.deepsymmetry</groupId >
88 <artifactId >crate-digger</artifactId >
9- <version >0.1.5-SNAPSHOT </version >
9+ <version >0.1.5</version >
1010 <packaging >jar</packaging >
1111
1212 <name >Crate Digger</name >
You can’t perform that action at this time.
0 commit comments