Skip to content

Commit 022e53e

Browse files
Update changelog for version 0.3.0
1 parent 5b98466 commit 022e53e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Changelog.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 0.3.0
4+
5+
In this release contains the following:
6+
7+
- Improved Protobuf interface output particularly around nested messages
8+
- Added detection of packed types such as varint and float. Packed doubles detection doesn't work yet and will be included in a future release
9+
- Improved the wire type used in the Protobuf output for Varint types. It looks at the size of the value for now so [YMMV](http://www.catb.org/jargon/html/Y/YMMV.html), currently it will choose either `uint16`, `uint32` or `uint64`.
10+
- Added detection of string values, this sometimes fails when a length-delimited tag has a value with tag numbers and values that fall in the ASCII printable characters range. Again, YMMV
11+
- Fixes a bug where the _Decode tag_ context menu option would be enabled for tags that do not support further decoding
12+
- The property grid now shows a description of the selected property which helps with figuring out the various values
13+
- The property grid no longer shows the `Value` property for tag types that do not have a value
14+
- The property grid now shows all the values of a packed tag
15+
- The property grid now shows the possible types of a Varint value which should help you decide which actual type to use
16+
- Under de hood a number of changes were made to make sure the tags tree view and Protobuf interface output are updated continuously
17+
- The UI now has splitters between the tag tree view and the Protobuf output as well as in the property grid between the properties and the property description.
18+
19+
320
## 0.2.0
421

522
### New property grid

0 commit comments

Comments
 (0)