Skip to content

Releases: anno-mods/FileDBReader

Release v3.0.3

10 Aug 20:57
Compare
Choose a tag to compare

Fixed an Error when leaving out the -d argument

Release v3.0.2

02 Aug 12:41
Compare
Choose a tag to compare

Changes in this Release:

  • Added -d option to fctohex, hextofc, interpret and reinterpret commands to use the directory of the input file instead of the working directory.

Release v3.0.1

24 Mar 18:20
Compare
Choose a tag to compare
  • Fix empty tag/attrib section problem

Release v3.0

13 Mar 16:01
Compare
Choose a tag to compare

No Changes to functionality, just refactored the underlying library into something that's usable and uploaded it to NuGet.

Release v2.4.4

07 Mar 22:48
Compare
Choose a tag to compare

Performance Upgrade

  • Drastic performance improvement for large files

Release v2.4.3

06 Aug 22:55
Compare
Choose a tag to compare
  • small fix for float interpreting

Release v2.4.2

08 Jun 15:58
Compare
Choose a tag to compare
  • Fix for Interpreting Logic
  • Floats accept both , and . as a decimal symbol as suggested by @NiHoel

Release v2.4

03 Apr 10:59
d334ccf
Compare
Choose a tag to compare

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

19 Feb 18:15
Compare
Choose a tag to compare
Release v2.3.99 Pre-release
Pre-release

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

22 Nov 21:27
0611a9e
Compare
Choose a tag to compare

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

Full Changelog: v2.2.99...v2.2.99.1