File tree Expand file tree Collapse file tree 5 files changed +37
-9
lines changed Expand file tree Collapse file tree 5 files changed +37
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
11
## 1.3.0
4
12
5
13
- Added feature to create a new note by sharing text with Noteless (#42 )
Original file line number Diff line number Diff line change @@ -57,6 +57,14 @@ Compatible with notes saved in [Notable](https://notable.app/)
57
57
58
58
## Changelog
59
59
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
+
60
68
### 1.3.0
61
69
62
70
- Added feature to create a new note by sharing text with Noteless (#42 )
Original file line number Diff line number Diff line change @@ -172,6 +172,13 @@ packages:
172
172
url: "https://pub.dartlang.org"
173
173
source: hosted
174
174
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"
175
182
markd:
176
183
dependency: "direct main"
177
184
description:
@@ -208,7 +215,7 @@ packages:
208
215
name: meta
209
216
url: "https://pub.dartlang.org"
210
217
source: hosted
211
- version: "1.3.0-nullsafety.3 "
218
+ version: "1.3.0-nullsafety.4 "
212
219
nested:
213
220
dependency: transitive
214
221
description:
@@ -518,5 +525,5 @@ packages:
518
525
source: hosted
519
526
version: "0.1.0"
520
527
sdks:
521
- dart: ">=2.10.0-110 <2.11.0"
528
+ dart: ">=2.10.0-110 <= 2.11.0-242.0.dev "
522
529
flutter: ">=1.22.0 <2.0.0"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ description: A markdown note-taking app for mobile devices.
11
11
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
12
12
# Read more about iOS versioning at
13
13
# 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
15
15
16
16
environment :
17
17
sdk : " >=2.5.0 <3.0.0"
Original file line number Diff line number Diff line change @@ -29,9 +29,10 @@ localized:
29
29
* Tutorial notes which explain how to use the app
30
30
summary : A markdown note-taking app for mobile devices.
31
31
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)
35
36
- Fixed some bugs
36
37
phoneScreenshotsBaseUrl : https://github.com/redsolver/noteless/raw/master/screenshots/
37
38
phoneScreenshots :
@@ -49,6 +50,10 @@ localized:
49
50
- screen12.png
50
51
51
52
builds :
53
+ - versionName : 1.3.1
54
+ versionCode : 131
55
+ sha256 : f07d181d62900032f18298ff9929e94f6e4c918f01ee35f90803a652bc96d27f
56
+ apkLink : sia://AACtT7jOS67iZOOlEt-ohYiRFL17tU-MWuQWqPZfBw0rcw
52
57
- versionName : 1.3.0
53
58
versionCode : 130
54
59
sha256 : 27fcb5fb965af49d5bc8c8e1a76752b2576696e6e3d573f7b90dc6e0ac5677ce
@@ -70,8 +75,8 @@ builds:
70
75
sha256 : d45235776d7ce1720a90e18dbf4937188eee442279998a13214b31d62ddaf6f5
71
76
apkLink : sia://AADXh9owFYA9k2woHWDB3wA296xf-jRsKI_2-DtNUrUNuA
72
77
73
- currentVersionName : 1.3.0
74
- currentVersionCode : 130
78
+ currentVersionName : 1.3.1
79
+ currentVersionCode : 131
75
80
76
81
added : 1596499200000
77
- lastUpdated : 1600606036678
82
+ lastUpdated : 1603639889530
You can’t perform that action at this time.
0 commit comments