mobile: update release notes

This commit is contained in:
ammarahm-ed
2023-04-18 00:55:24 +05:00
parent cf65fc4f57
commit ad23ff19de
3 changed files with 8 additions and 1 deletions

View File

@@ -19,4 +19,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
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."
}
];

View File

@@ -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

View File

@@ -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