Releases: innogames/asset-relations-viewer
v1.4.1
v1.4.0
Major release with a lot of improvements. These improvements where mostly performance related to support displaying of very huge dependency trees with tens of thousands of nodes with additionally activated filesize information.
In addition a generic node search and node hierarchy filtering got added.
Lastly the list of depenency caches and resolvers has been simplified to only show the resolved dependency type and also it is now possible to just partially load dependency resolvers and unload them.
v1.4.0-beta6
Small fix for nullptr exception
v1.4.0-beta5
Added support to display type information when having "show additional node information" enabled
v1.4.0-beta4
Various performance improvements
1.4.0-beta3
Some code cleanup and made it possible that node size calculations can access size information of other nodes
v1.4.0-beta2
Fixed issue that own node sizes where not calculated at all
v1.4.0-beta
Several performance improvements when creating very bit dependency trees.
One main optimization is that the hierarchy tree size calculation for nodes is now done on demand and in a seperate thread.
v1.3.2-beta2
Fixed bug where the same nodes dependencies would be added multiple times when using the AssetToFile dependency resolver
1.3.2-beta
Various optimizations to support dependency trees which would result in millions of displayed nodes