Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
redsolver committed Aug 20, 2020
1 parent 8bb85bc commit 81905a7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 5 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 81905a7

Please sign in to comment.