-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchangelog.text
54 lines (41 loc) · 1.41 KB
/
changelog.text
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Changelog
v0.5.11
Increase note width.
v0.5.9 - 10
Fix NPM package repository.
v0.5.8
Increase scale.
Fix text mode / drag bug.
Add some line-input UI tests.
Publish to NPM instead of Deno again.
v0.5.7
Adjust indent of sublines when moving line.
v0.5.6
Fix another parsing bug where subline has wrong indentation.
v0.5.5
Fix parsing bug where text has wrong indentation.
v0.5.2-4
Fix app installations.
v0.5.1
*There are many new bugs and missing features. Do not use this release for important data.*
Temporarily remove group drag, image, backspace-delete, and card-level un/redo support.
Add sub-grouping.
Replace Electron with HTML single-file double-click distributable.
Improve information density / compactness.
Replace columnar scrolling with grid.
Revise icons and add grid background.
linear-text NPM package succeeded by Deno linear_text package.
Move changelog.md to changelog.text.
Total rewrite; replace React with Lit web components and NPM with Deno.
v0.5.0
Basic remote and file:// image support. Editing images in-app is not yet supported.
v0.4.0
Line and group dragging.
v0.3.0
Improved grouping. Dividers are replaced with groups and height is limited to space available.
Tabular functionality removed.
In-editor help.
v0.2.1
Initial release. Primitive support for tabular notes.
v0.1.0 (unreleased)
Initial version set by Create React App project wizard.