diff --git a/CHANGELOG.md b/CHANGELOG.md index 2386215..95c9a47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.1.1 + +- Added support for spaces in links (#36) + ## 1.1.0 - Made checkboxes in preview mode toggleable (#37) diff --git a/README.md b/README.md index 3139cda..7103cb0 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,10 @@ Compatible with notes saved in [Notable](https://notable.app/) ## Changelog +### 1.1.1 + +- Added support for spaces in links (#36) + ### 1.1.0 - Made checkboxes in preview mode toggleable (#37) diff --git a/pubspec.lock b/pubspec.lock index 75176a4..d1b0b8c 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -215,9 +215,11 @@ packages: markd: dependency: "direct main" description: - name: markd - url: "https://pub.dartlang.org" - source: hosted + path: "." + ref: HEAD + resolved-ref: af66d9941323d68764c940ba29031f9eac32fda4 + url: "https://github.com/redsolver/markd.git" + source: git version: "2.1.3+7" markdown: dependency: transitive diff --git a/pubspec.yaml b/pubspec.yaml index 229517c..839a1d0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: A markdown note-taking app for mobile devices. # 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: 1.1.0+110 +version: 1.1.1+111 environment: sdk: ">=2.5.0 <3.0.0" @@ -23,7 +23,8 @@ dependencies: path_provider: ^1.6.5 yaml: ^2.2.0 material_design_icons_flutter: ^4.0.5045 - markd: ^2.1.3+2 + markd: + git: https://github.com/redsolver/markd.git flutter_html: ^1.0.0 # flutter_widget_from_html: ^0.3.3 bsdiff: ^0.1.0