This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
v1.1.5
Changes from 1.1.4 to 1.1.5
Added a migration that will fix improperly structured app groups. If an app entry is in the wrong group e.g.
Group( id = /, apps = [“/foo/bar”] )
it will be moved: Group ( id = / , Group( id = /foo, apps = [”/foo/bar”] )
thus taking care of structuring the groups properly.
Note: if an app has multiple entries with different versions then the newest is kept.