Skip to content

Releases: innogames/asset-relations-viewer

v1.4.1

11 Apr 07:20
2b769be
Compare
Choose a tag to compare

Settings for AssetRelatiosViewer are now stored per project

v1.4.0

14 Mar 11:06
3a63d52
Compare
Choose a tag to compare

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

16 Feb 11:08
Compare
Choose a tag to compare
v1.4.0-beta6 Pre-release
Pre-release

Small fix for nullptr exception

v1.4.0-beta5

16 Feb 08:51
Compare
Choose a tag to compare
v1.4.0-beta5 Pre-release
Pre-release

Added support to display type information when having "show additional node information" enabled

v1.4.0-beta4

15 Feb 13:54
Compare
Choose a tag to compare
v1.4.0-beta4 Pre-release
Pre-release

Various performance improvements

1.4.0-beta3

10 Feb 11:01
Compare
Choose a tag to compare
1.4.0-beta3 Pre-release
Pre-release

Some code cleanup and made it possible that node size calculations can access size information of other nodes

v1.4.0-beta2

08 Feb 15:35
Compare
Choose a tag to compare
v1.4.0-beta2 Pre-release
Pre-release

Fixed issue that own node sizes where not calculated at all

v1.4.0-beta

08 Feb 12:54
Compare
Choose a tag to compare
v1.4.0-beta Pre-release
Pre-release

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

28 Jan 13:17
Compare
Choose a tag to compare
v1.3.2-beta2 Pre-release
Pre-release

Fixed bug where the same nodes dependencies would be added multiple times when using the AssetToFile dependency resolver

1.3.2-beta

10 Nov 08:21
Compare
Choose a tag to compare
1.3.2-beta Pre-release
Pre-release

Various optimizations to support dependency trees which would result in millions of displayed nodes