-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [351] Fix build with flutter_secure_storage (#353) * [303] Add rich text notes class and migration (#354) * [355] Fix labels pages (#359) * [360] Fix horizontal lines crash (#362) * [344] Maximum content preview lines (#361) * Prepare v1.12.0 (#364)
- Loading branch information
1 parent
85bd707
commit 3ed31df
Showing
75 changed files
with
2,624 additions
and
1,002 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
ADDED | ||
- Setting to choose the maximum number of content preview lines to show in the notes tiles | ||
- Italian translation | ||
|
||
FIXED | ||
- Main notes page not displaying all the notes after going back from a labels page | ||
- Crash when using an horizontal line in the the first line of the editor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
AJOUTÉ | ||
- Paramètre permettant de choisir le nombre maximum de lignes de l'aperçu du contenu à afficher dans les tuiles de notes | ||
- Traduction en italien | ||
|
||
CORRIGÉ | ||
- La page principale des notes n'affiche pas toutes les notes après un retour depuis une page d'étiquettes | ||
- Crash lors de l'utilisation d'une ligne horizontale dans la première ligne de l'éditeur |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<p><b>Material Notes</b> 是基于文本的笔记应用程序,旨在简单。它包含 Material 设计。 它在本地存储笔记,并且没有任何互联网权限,因此您是唯一可以访问笔记的人。</p><p><b>做笔记</b></p><ul><li>撰写文本笔记(标题和内容)</li><li>利用高级格式选项,包括清单</li><li>编辑时撤销和恢复更改</li><li>使用主屏幕上的快建操作快速添加笔记</li></ul><p><b>整理</b></p><ul><li>搜索您的笔记</li><li>按日期或标题、升序或降序对笔记进行排序</li><li>以列表或网格视图显示笔记</li><li>置顶您的笔记</li><li>从回收站中还原已删除的笔记</li></ul><p><b>分享和备份</b></p><ul><li>分享其他应用程序中的文本,将其直接添加到笔记中</li><li>以文本形式分享笔记</li><li>手动或自动将笔记导出为 JSON,然后再重新导入</li><li>将笔记导出为 Markdown</li></ul><p><b>保护</b></p><ul><li>不必担心您的数据如何处理:它无法离开您的设备 因为应用程序没有任何互联网权限</li><li>加密您的 JSON 导出</li></ul><p><b>定制</b></p><ul><li>选择您的语言</li><li>选择您的主题(浅色、深色或黑色)</li><li>选择是否希望主题是动态的(使用背景颜色)</li><li>选择是要启用高级格式、仅启用清单还是保持基本笔记</li></ul> | ||
<p><b>Material Notes</b> 是基于文本的笔记应用程序,旨在简单。它包含 Material 设计。 它在本地存储笔记,并且没有任何互联网权限,因此只有您可以访问笔记。</p><p><b>做笔记</b></p><ul><li>撰写文本笔记(标题和内容)</li><li>利用高级格式选项,包括清单</li><li>编辑时撤销和恢复更改</li><li>使用主屏幕上的快捷操作快速添加笔记</li></ul><p><b>整理</b></p><ul><li>搜索您的笔记</li><li>按日期或标题、升序或降序对笔记进行排序</li><li>以列表或网格视图显示笔记</li><li>置顶您的笔记</li><li>从回收站中还原已删除的笔记</li></ul><p><b>分享和备份</b></p><ul><li>分享其他应用程序中的文本,将其直接添加到笔记中</li><li>以文本形式分享笔记</li><li>手动或自动将笔记导出为 JSON,然后再重新导入</li><li>将笔记导出为 Markdown</li></ul><p><b>保护</b></p><ul><li>不必担心您的数据如何处理:它无法离开您的设备 因为应用程序没有任何互联网权限</li><li>加密您的 JSON 导出</li></ul><p><b>定制</b></p><ul><li>选择您的语言</li><li>选择您的主题(浅色、深色或黑色)</li><li>选择是否希望主题是动态的(使用背景颜色)</li><li>选择是要启用高级格式、仅启用清单还是保持基本笔记</li></ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.