Skip to content

Commit

Permalink
Release 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Dec 28, 2020
1 parent 3a2d047 commit dea5eb0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This change log follows the conventions of

## [Unreleased][unreleased]

Nothing so far.

## [0.1.5] - 2020-12-28

### Fixed

- DeviceSQL Strings with kind `90` are actually stored as UTF-16LE with
Expand Down Expand Up @@ -86,7 +90,8 @@ This change log follows the conventions of
- Initial release.


[unreleased]: https://github.com/Deep-Symmetry/crate-digger/compare/v0.1.4...HEAD
[unreleased]: https://github.com/Deep-Symmetry/crate-digger/compare/v0.1.5...HEAD
[0.1.5]: https://github.com/Deep-Symmetry/crate-digger/compare/v0.1.4...v0.1.5
[0.1.4]: https://github.com/Deep-Symmetry/crate-digger/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/Deep-Symmetry/crate-digger/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/Deep-Symmetry/crate-digger/compare/v0.1.1...v0.1.2
Expand Down
5 changes: 3 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Structure Analysis] site describing the details of what we have
learned about these file formats. Reading that will help make sense of
the exploration tools and the objects returned by this library.

[[exploring-analysis]]
=== Exploring the Analysis

One of the amazingly cool things about Kaitai Struct is that you can
Expand Down Expand Up @@ -100,7 +101,7 @@ files are found inside the corresponding track record.
The structure definitions for these files are in
link:src/main/kaitai/rekordbox_anlz.ksy[`rekordbox_anlz.ksy`]. You can
use it with the Kaitai Struct Web IDE as described
<<exploring-the-analysis,above>> to explore analysis files found in
<<exploring-analysis,above>> to explore analysis files found in
your own exported media.

== Using the Library
Expand All @@ -126,7 +127,7 @@ need these files to provide smooth integrations with the music being
performed). The second half is the ability to parse the contents of
those files, as described above.

=== Retreiving Files
=== Retrieving Files

The class `org.deepsymmetry.cratedigger.FileFetcher` is a singleton,
so to work with it you will start by calling `getInstance()`, as is
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.deepsymmetry</groupId>
<artifactId>crate-digger</artifactId>
<version>0.1.5-SNAPSHOT</version>
<version>0.1.5</version>
<packaging>jar</packaging>

<name>Crate Digger</name>
Expand Down

0 comments on commit dea5eb0

Please sign in to comment.