Sourcetrail v2018.4.45 Release Notes

  • ๐Ÿš€ released 2018-12-18

    • ๐Ÿ›  Code: Fixed active code view mode button can be unchecked and lose it's visual highlight
    • C/C++: record Clang invocation errors as errors when nothing else is recorded
    • ๐Ÿ‘‰ Show Database Version in About and Custom Command Source Group description
    • Graph: Show overview bundles for non-indexed or symbol types if no others available
    • Code: Extract syntax highlighting rules to .rules files, to allow adding highlighting rules for new languages
    • ๐ŸŒฒ C/C++: Still log the first 20.000 characters of the Clang invocation if verbose indexer logging is disabled
    • โž• Added Source Group Custom Command to use with SourcetrailDB binaries
    • ๐Ÿ›  Fixed indexed source files not updated when clicking "show files" after other changes in project setup
    • ๐Ÿง Linux: Fixed issue in sourcetrail.sh script (issue #638)
    • Inspect errors during indexing (issue #235)
    • ๐Ÿ›  C/C++: Fixed header path selection in Source Group setup also preselects non exsiting paths (issue #640)
    • ๐Ÿ›  Graph: Fixed graph node centering shows right end when node has greater width than view
    • ๐Ÿ›  Code: Fixed multiple multiline comments within one line not correctly highlighted
    • ๐Ÿ’… Code: Changed snippet style, removing per file frame and minimize/snippet buttons
    • ๐Ÿ›  C/C++: Fixed shrinking shared memory below initial size (issue #636)
    • ๐Ÿ›  Fixed indexers still waiting until less storages are queued, although indexing was already interrupted (issue #634)
    • ๐Ÿ›  Fixed interrupting indexing while dialog hidden
    • ๐Ÿ›  Graph: Fixed nodes and edges stay highlighted after hovering in code
    • C/C++: Reduced shared memory consumption during indexing when indexers are faster than db insertion