Skip to content

Commit

Permalink
Update Crate Digger to get missing row fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Jun 9, 2024
1 parent 55b2d0f commit ecae487
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ This change log follows the conventions of
- The ability to provide most features with the Opus Quad, even though that hardware does not really support the Pro DJ Link protocol, by leveraging its ability to work with rekordbox lighting. Thanks to [@cprepos](https://github.com/cprepos) for doing most of this work!
- The ability to proxy metadata from mounted archive files corresponding to USB media mounted in the Opus Quad, which cannot itself provide that information.

### Fixed

- An error in interpreting database export file format by the Crate Digger library could lead to some rows that were actually present in tables not being found.

## [7.4.0] - 2024-05-04

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>org.deepsymmetry</groupId>
<artifactId>crate-digger</artifactId>
<version>0.2.0</version>
<version>0.2.1-SNAPSHOT</version>
</dependency>
<!-- Kaitai Struct Compiler runtime for Java, since we refer to parts of it directly -->
<dependency>
Expand Down

0 comments on commit ecae487

Please sign in to comment.