The Feature Toggle app is the management console that provides the interface to manage Features Toggles across multiple stages.
This component allows IT users to manage feature release and restrict access to the feature through user context.
It improves the way to deal with unfinished work and hidden features in production and helps to remove dependency friction as you scale to multiple teams.
Feature toggling is an application-based release pattern that provides the mechanism to modify system behavior by selectively enabling and disabling features without requiring a production code deployment.
Fixed some bugs related to handling of stages and duplication of those on feature toggles when changing details of a stage.
Fixed some UI issues.
--
If you were affected by the duplication of stages on feature toggles, it's now possible to fix (remove) the duplication by going to Menu -> Fixes Management -> Run Fix (besided "Remove duplicated stages on Feature Toggles"). Doing so will leave only one record of the duplicated stage.
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)