File tree Expand file tree Collapse file tree 12 files changed +22
-16
lines changed
Expand file tree Collapse file tree 12 files changed +22
-16
lines changed Original file line number Diff line number Diff line change 22> __version__=`1.1`,showJumps=`true`
33---
44
5- # Java Binary<br/>Block Parser<br/>v 3\.0\.1
5+ # Java Binary<br/>Block Parser<br/>v 3\.0\.2
66
77## License
88> fillColor=`#33CC00`,leftSide=`true`
Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ that for Java. So I developed the JBBP library.<br>
1717
1818# Change log
1919
20+ - __ 3.0.2 (09-jan-2026)__
21+ - fixed bug in ` MSB0_DIRECT ` read, thanks to @Stormregion0
22+
2023- __ 3.0.1 (24-dec-2024)__
2124 - added ` MSB0_DIRECT ` bit order mode, MSB0 without data
2225 revers [ #46 ] ( https://github.com/raydac/java-binary-block-parser/issues/46 )
Original file line number Diff line number Diff line change 1+ 3.0.2 (09-jan-2026)
2+ - fixed bug in `MSB0_DIRECT` read, thanks to @Stormregion0
3+
143.0.1 (24-dec-2024)
25 - added `MSB0_DIRECT` bit order mode, MSB0 without data revers [#46](https://github.com/raydac/java-binary-block-parser/issues/46)
36 - added `JBBPBitInputStream#isDetectedPartlyReadBitField` to check that only part of bit field read during last operation
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.igormaznitsa</groupId >
77 <artifactId >jbbp-main-plugin-pom</artifactId >
8- <version >3.0.2-SNAPSHOT </version >
8+ <version >3.0.2</version >
99 </parent >
1010
1111 <artifactId >jbbp-gradle-tests</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.igormaznitsa</groupId >
88 <artifactId >jbbp-main-plugin-pom</artifactId >
9- <version >3.0.2-SNAPSHOT </version >
9+ <version >3.0.2</version >
1010 </parent >
1111
1212 <artifactId >jbbp-gradle-plugin</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.igormaznitsa</groupId >
77 <artifactId >jbbp-maven-plugin-pom</artifactId >
8- <version >3.0.2-SNAPSHOT </version >
8+ <version >3.0.2</version >
99 </parent >
1010
1111 <artifactId >jbbp-maven-plugin-tests</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.igormaznitsa</groupId >
77 <artifactId >jbbp-maven-plugin-pom</artifactId >
8- <version >3.0.2-SNAPSHOT </version >
8+ <version >3.0.2</version >
99 </parent >
1010
1111 <artifactId >jbbp-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.igormaznitsa</groupId >
77 <artifactId >jbbp-main-plugin-pom</artifactId >
8- <version >3.0.2-SNAPSHOT </version >
8+ <version >3.0.2</version >
99 </parent >
1010
1111 <artifactId >jbbp-maven-plugin-pom</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.igormaznitsa</groupId >
88 <artifactId >jbbp-main-plugin-pom</artifactId >
9- <version >3.0.2-SNAPSHOT </version >
9+ <version >3.0.2</version >
1010 </parent >
1111
1212 <artifactId >jbbp-plugin-common</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.igormaznitsa</groupId >
77 <artifactId >jbbp-main-pom</artifactId >
8- <version >3.0.2-SNAPSHOT </version >
8+ <version >3.0.2</version >
99 </parent >
1010
1111 <artifactId >jbbp-main-plugin-pom</artifactId >
You can’t perform that action at this time.
0 commit comments