Skip to content

Commit 774c4dc

Browse files
committed
Version 1.3.1
1 parent 789ba69 commit 774c4dc

File tree

5 files changed

+37
-9
lines changed

5 files changed

+37
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.3.1
4+
5+
- Added optional auto save option
6+
- Added optional auto pairing of brackets/quotes (thanks to @RubbaBoy)
7+
- Editor: Added option to move and restore note to/from trash
8+
- Improved table styling (thanks to @davidebersani)
9+
- Fixed some bugs
10+
311
## 1.3.0
412

513
- Added feature to create a new note by sharing text with Noteless (#42)

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@ Compatible with notes saved in [Notable](https://notable.app/)
5757

5858
## Changelog
5959

60+
### 1.3.1
61+
62+
- Added optional auto save option
63+
- Added optional auto pairing of brackets/quotes (thanks to @RubbaBoy)
64+
- Editor: Added option to move and restore note to/from trash
65+
- Improved table styling (thanks to @davidebersani)
66+
- Fixed some bugs
67+
6068
### 1.3.0
6169

6270
- Added feature to create a new note by sharing text with Noteless (#42)

pubspec.lock

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,13 @@ packages:
172172
url: "https://pub.dartlang.org"
173173
source: hosted
174174
version: "0.16.1"
175+
js:
176+
dependency: transitive
177+
description:
178+
name: js
179+
url: "https://pub.dartlang.org"
180+
source: hosted
181+
version: "0.6.3-nullsafety.1"
175182
markd:
176183
dependency: "direct main"
177184
description:
@@ -208,7 +215,7 @@ packages:
208215
name: meta
209216
url: "https://pub.dartlang.org"
210217
source: hosted
211-
version: "1.3.0-nullsafety.3"
218+
version: "1.3.0-nullsafety.4"
212219
nested:
213220
dependency: transitive
214221
description:
@@ -518,5 +525,5 @@ packages:
518525
source: hosted
519526
version: "0.1.0"
520527
sdks:
521-
dart: ">=2.10.0-110 <2.11.0"
528+
dart: ">=2.10.0-110 <=2.11.0-242.0.dev"
522529
flutter: ">=1.22.0 <2.0.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: A markdown note-taking app for mobile devices.
1111
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1212
# Read more about iOS versioning at
1313
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
14-
version: 1.3.0+130
14+
version: 1.3.1+131
1515

1616
environment:
1717
sdk: ">=2.5.0 <3.0.0"

skydroid-app.yaml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ localized:
2929
* Tutorial notes which explain how to use the app
3030
summary: A markdown note-taking app for mobile devices.
3131
whatsNew: |-
32-
- Added feature to create a new note by sharing text with Noteless
33-
- Adding an attachment to a note now automatically embeds it
34-
- Improved blockquote styling
32+
- Added optional auto save option
33+
- Added optional auto pairing of brackets/quotes (thanks to @RubbaBoy)
34+
- Editor: Added option to move and restore note to/from trash
35+
- Improved table styling (thanks to @davidebersani)
3536
- Fixed some bugs
3637
phoneScreenshotsBaseUrl: https://github.com/redsolver/noteless/raw/master/screenshots/
3738
phoneScreenshots:
@@ -49,6 +50,10 @@ localized:
4950
- screen12.png
5051

5152
builds:
53+
- versionName: 1.3.1
54+
versionCode: 131
55+
sha256: f07d181d62900032f18298ff9929e94f6e4c918f01ee35f90803a652bc96d27f
56+
apkLink: sia://AACtT7jOS67iZOOlEt-ohYiRFL17tU-MWuQWqPZfBw0rcw
5257
- versionName: 1.3.0
5358
versionCode: 130
5459
sha256: 27fcb5fb965af49d5bc8c8e1a76752b2576696e6e3d573f7b90dc6e0ac5677ce
@@ -70,8 +75,8 @@ builds:
7075
sha256: d45235776d7ce1720a90e18dbf4937188eee442279998a13214b31d62ddaf6f5
7176
apkLink: sia://AADXh9owFYA9k2woHWDB3wA296xf-jRsKI_2-DtNUrUNuA
7277

73-
currentVersionName: 1.3.0
74-
currentVersionCode: 130
78+
currentVersionName: 1.3.1
79+
currentVersionCode: 131
7580

7681
added: 1596499200000
77-
lastUpdated: 1600606036678
82+
lastUpdated: 1603639889530

0 commit comments

Comments
 (0)