diff --git a/CHANGELOG.md b/CHANGELOG.md index 86081e96..e275f206 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.11.0 - 2025-01-05 + +### Added + +- Choose the font of the application and the notes editor +- More actions on multi-selection: share and add labels +- Swipe actions in the bin + +### Fixed + +- Already existing notes missing while searching +- Back action from the labels pages +- Wrong icon for hidden labels + ## 1.10.1 - 2024-12-23 ### Fixed diff --git a/fastlane/metadata/android/en-US/changelogs/240.txt b/fastlane/metadata/android/en-US/changelogs/240.txt new file mode 100644 index 00000000..62e21a80 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/240.txt @@ -0,0 +1,9 @@ +ADDED +- Choose the font of the application and the notes editor +- More actions on multi-selection: share and add labels +- Swipe actions in the bin + +FIXED +- Already existing notes missing while searching +- Back action from the labels pages +- Wrong icon for hidden labels \ No newline at end of file diff --git a/fastlane/metadata/android/fr-FR/changelogs/240.txt b/fastlane/metadata/android/fr-FR/changelogs/240.txt new file mode 100644 index 00000000..07149b16 --- /dev/null +++ b/fastlane/metadata/android/fr-FR/changelogs/240.txt @@ -0,0 +1,9 @@ +AJOUTÉ +- Choix de la police de l'application et de l'éditeur de notes +- Plus d'actions en multi-sélection : partager et ajouter des étiquettes +- Actions de balayage dans la corbeille + +CORRIGÉ +- Absence des notes déjà existantes lors de la recherche +- Action de retour depuis les pages d'étiquettes +- Mauvaise icône pour les étiquettes cachées \ No newline at end of file diff --git a/fastlane/metadata/android/zh-CN/full_description.yaml b/fastlane/metadata/android/zh-CN/full_description.yaml index 6b1fbb5b..b7d5bf34 100644 --- a/fastlane/metadata/android/zh-CN/full_description.yaml +++ b/fastlane/metadata/android/zh-CN/full_description.yaml @@ -1,7 +1,7 @@ full_description: |

Material Notes 是基于文本的笔记应用程序,旨在简单。它包含 Material 设计。 - 它在本地存储笔记,并且没有任何互联网权限,因此您是唯一可以访问笔记的人。 + 它在本地存储笔记,并且没有任何互联网权限,因此只有您可以访问笔记。

@@ -11,7 +11,7 @@ full_description: |

  • 撰写文本笔记(标题和内容)
  • 利用高级格式选项,包括清单
  • 编辑时撤销和恢复更改
  • -
  • 使用主屏幕上的快建操作快速添加笔记
  • +
  • 使用主屏幕上的快捷操作快速添加笔记
  • diff --git a/lib/common/constants/labels.dart b/lib/common/constants/labels.dart index 73715e2d..3fcb9bdd 100644 --- a/lib/common/constants/labels.dart +++ b/lib/common/constants/labels.dart @@ -1,6 +1,9 @@ import 'package:flutter/material.dart'; import '../../models/label/label.dart'; +// TODO: remove on next Flutter release +// ignore_for_file: deprecated_member_use + /// Labels used when running integration tests. final integrationTestLabels =