mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
mobile: update release notes
This commit is contained in:
@@ -19,4 +19,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
|
|
||||||
import { FeatureType } from "./components/sheets/new-feature";
|
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."
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
- Added default font size & font family settings
|
||||||
- Redesign reminder/notebook sheets to improve UX
|
- Redesign reminder/notebook sheets to improve UX
|
||||||
- Fixed an issue causing sync to fail
|
- Fixed an issue causing sync to fail
|
||||||
- Fix tag suggestions in share extension
|
- Fix tag suggestions in share extension
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
- Added default font size & font family settings
|
||||||
- Redesign reminder/notebook sheets to improve UX
|
- Redesign reminder/notebook sheets to improve UX
|
||||||
- Fixed an issue causing sync to fail
|
- Fixed an issue causing sync to fail
|
||||||
- Fix tag suggestions in share extension
|
- Fix tag suggestions in share extension
|
||||||
|
|||||||
Reference in New Issue
Block a user