diff --git a/apps/mobile/app/features.ts b/apps/mobile/app/features.ts index 91c0880b9..a0935587d 100644 --- a/apps/mobile/app/features.ts +++ b/apps/mobile/app/features.ts @@ -19,4 +19,9 @@ along with this program. If not, see . import { FeatureType } from "./components/sheets/new-feature"; -export const features: FeatureType[] = []; +export const features: FeatureType[] = [ + { + title: "Default font size & font family", + body: "Now you can set default font size and font family in editor that will be used across all your new and old notes." + } +]; diff --git a/apps/mobile/native/android/releasenotes/whatsnew-en-US b/apps/mobile/native/android/releasenotes/whatsnew-en-US index 5b653ee6f..ceca636e0 100644 --- a/apps/mobile/native/android/releasenotes/whatsnew-en-US +++ b/apps/mobile/native/android/releasenotes/whatsnew-en-US @@ -1,3 +1,4 @@ +- Added default font size & font family settings - Redesign reminder/notebook sheets to improve UX - Fixed an issue causing sync to fail - Fix tag suggestions in share extension diff --git a/apps/mobile/native/release_notes.txt b/apps/mobile/native/release_notes.txt index 5b653ee6f..ceca636e0 100644 --- a/apps/mobile/native/release_notes.txt +++ b/apps/mobile/native/release_notes.txt @@ -1,3 +1,4 @@ +- Added default font size & font family settings - Redesign reminder/notebook sheets to improve UX - Fixed an issue causing sync to fail - Fix tag suggestions in share extension