Releases: anno-mods/FileDBReader
Release v3.0.3
Fixed an Error when leaving out the -d argument
Release v3.0.2
Changes in this Release:
- Added
-d
option tofctohex
,hextofc
,interpret
andreinterpret
commands to use the directory of the input file instead of the working directory.
Release v3.0.1
- Fix empty tag/attrib section problem
Release v3.0
No Changes to functionality, just refactored the underlying library into something that's usable and uploaded it to NuGet.
Release v2.4.4
Performance Upgrade
- Drastic performance improvement for large files
Release v2.4.3
- small fix for float interpreting
Release v2.4.2
- Fix for Interpreting Logic
- Floats accept both , and . as a decimal symbol as suggested by @NiHoel
Release v2.4
What's Changed
-
upgraded the project to .NET 6 by @jakobharder in #35
-
Add
-o
option for fc files by @taubenangriff in #37. This allows you to set another file extension than fc if you need it. -
Prevent duplicate selection of nodes by @taubenangriff in #38.
A node can now not be interpreted by two seperate paths. Instead, a warning is logged, and the first path is used. -
Implement a redirect for interpreters by @taubenangriff in #39
This should make it easier to use the default interpreters. If an interpreter does not exist under the specified path, the program will try to load it from the default interpreter directory.
Full Changelog: v2.2.99.1...v2.4
Release v2.3.99
What's Changed
-
upgraded the project to .NET 6 by @jakobharder in #35
-
Add
-o
option for fc files by @taubenangriff in #37. This allows you to set another file extension than fc if you need it. -
Prevent duplicate selection of nodes by @taubenangriff in #38.
A node can now not be interpreted by two seperate paths. Instead, a warning is logged, and the first path is used. -
Implement a redirect for interpreters by @taubenangriff in #39
This should make it easier to use the default interpreters. If an interpreter does not exist under the specified path, the program will try to load it from the default interpreter directory.
Full Changelog: v2.2.99.1...v2.3.99
Release v2.3
Short version
- Adds previously ignored document node count for compression version 3.
- Fixes empty attribs and tag in the XML<->FileDB conversion
Full Changelog
- Improve Error Message for missing Properties and make RenamedPropertyHelper Thread Safe by @Shad0wlife in #30
- Update for FileDB v3 Node Count Field by @Shad0wlife in #31
- Fix syntax and syntax highlighting of example xml file by @SuperSandro2000 in #32
- Make sure empty attribs are recognized as such by @Shad0wlife in #34
New Contributors
- @SuperSandro2000 made their first contribution in #32
Full Changelog: v2.2.99...v2.2.99.1