diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d034e9..05c8a6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## master +## 0.1.5 - Added feature to add and remove attachments - Searching in content of notes diff --git a/README.md b/README.md index 80c7000..b893950 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,14 @@ This app is UNOFFICIAL. ## Changelog +### 0.1.5 + +- Added feature to add and remove attachments +- Searching in content of notes + - Enabled by default + - Can be disabled in settings + - Can get slow with more than 2000 notes + ### 0.1.4 - Added KaTeX and mhchem support diff --git a/pubspec.yaml b/pubspec.yaml index 007c539..bb92341 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: A markdown note-taking app. mobile. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.1.4+14 +version: 0.1.5+15 environment: sdk: ">=2.2.0 <3.0.0"