Version 1.4.1
Version 1.4.1 contains one bug fix compared to 1.4.0:
C++ Symbol demangling was incorrectly applied to both variable names and names of struct members.
A trivial example is that "c" can be demangled to "const", so "somestruct.c" would be demangled to "somestruct.const" and then updating / inserting would fail.
The handling of name demangling has been changed completely and should make much more sense now.