Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

v1.1.5

Compare
Choose a tag to compare
@zen-dog zen-dog released this 07 Dec 17:59
· 2530 commits to master since this release

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.