diff --git a/CHANGELOG.md b/CHANGELOG.md index 925407718..c8245228f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added a tip to Discover to prompt first-time users to go to their Feed. [#1601](https://github.com/planetary-social/nos/issues/1601) - Added a tip to the Feed to welcome first-time users and explain how the Feed works. [#1602](https://github.com/planetary-social/nos/issues/1602) - Added a tag to published contact lists to help us detect the source of lost contact lists. [cleanstr#51](https://github.com/planetary-social/cleanstr/issues/51) +- Updated the onboarding screens with a new design. - Removed integration with Universal Name Space [#1636](https://github.com/planetary-social/nos/issues/1636) - Remove most usage of xcstringstool-generated strings to improve performance. [#1458](https://github.com/planetary-social/nos/issues/1458) - Added new authors and categories to the Discover tab. [#1592](https://github.com/planetary-social/nos/issues/1592) diff --git a/Nos/Service/FeatureFlags.swift b/Nos/Service/FeatureFlags.swift index d3038673b..65ce692f8 100644 --- a/Nos/Service/FeatureFlags.swift +++ b/Nos/Service/FeatureFlags.swift @@ -31,7 +31,7 @@ protocol FeatureFlags { /// Feature flags and their values. private var featureFlags: [FeatureFlag: Bool] = [ - .newOnboardingFlow: false + .newOnboardingFlow: true ] /// Returns true if the feature is enabled.