Skip to content

Commit efad3d9

Browse files
committed
0.5.0
1 parent 2577cb2 commit efad3d9

File tree

3 files changed

+43
-36
lines changed

3 files changed

+43
-36
lines changed

CHANGELOG.md

Lines changed: 40 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,69 @@
11
# Change log
22

3-
## 0.4.0 (2019-04-22)
3+
## 0.5.0 (2022/01/31)
44

5-
- Updated theme color to `rebeccapurple`.
5+
- Updated fav icon.
6+
- Updated colors of editor.
7+
- Reduced default font size to 15px.
8+
- Changed font to serif in print.
69

7-
## 0.3.8 (2019-04-13)
10+
## 0.4.0 (2019/04/22)
811

9-
- Updated style of code.
12+
- Updated theme color to `rebeccapurple`.
1013

11-
## 0.3.7 (2019-04-12)
14+
## 0.3.8 (2019/04/13)
1215

13-
- Fixed error with code blocks without a language.
16+
- Updated style of code.
1417

15-
## 0.3.6 (2019-04-12)
18+
## 0.3.7 (2019/04/12)
1619

17-
- Updated `tab-size` globally.
20+
- Fixed error with code blocks without a language.
1821

19-
## 0.3.5 (2019-04-01)
22+
## 0.3.6 (2019/04/12)
2023

21-
- Updated style of typography.
24+
- Updated `tab-size` globally.
2225

23-
## 0.3.4 (2018-08-02)
26+
## 0.3.5 (2019/04/01)
2427

25-
- Disabled user scalable.
26-
- Updated style of monospace.
28+
- Updated style of typography.
2729

28-
## 0.3.2 (2018-05-12)
30+
## 0.3.4 (2018/08/02)
2931

30-
- Enabled HTML parsing.
32+
- Disabled user scalable.
33+
- Updated style of monospace.
3134

32-
## 0.3.1 (2018-05-04)
35+
## 0.3.2 (2018/05/12)
3336

34-
- Removed URLs beside links on print.
37+
- Enabled HTML parsing.
3538

36-
## 0.3.0 (2018-04-27)
39+
## 0.3.1 (2018/05/04)
3740

38-
- Changed Markdown parser.
39-
- Updated code highlight style.
41+
- Removed URLs beside links on print.
4042

41-
## 0.2.4 (2018-04-27)
43+
## 0.3.0 (2018/04/27)
4244

43-
- Don't reset color of links on print.
45+
- Changed Markdown parser.
46+
- Updated code highlight style.
4447

45-
## 0.2.3 (2018-04-27)
48+
## 0.2.4 (2018/04/27)
4649

47-
- Break lines in code blocks on print.
50+
- Don't reset color of links on print.
4851

49-
## 0.2.2 (2018-04-14)
52+
## 0.2.3 (2018/04/27)
5053

51-
- Updated print style:
52-
- Reset color of links.
53-
- If one heading is a link, show the URL beside it.
54+
- Break lines in code blocks on print.
5455

55-
## 0.2.1 (2018-02-04)
56+
## 0.2.2 (2018/04/14)
5657

57-
- Added throttle to input event.
58+
- Updated print style:
59+
- Reset color of links.
60+
- If one heading is a link, show the URL beside it.
5861

59-
## 0.2.0 (2018-01-31)
62+
## 0.2.1 (2018/02/04)
6063

61-
- Fixed icon unicode error.
62-
- Defaulted to preview mode on small screens.
64+
- Added throttle to input event.
65+
66+
## 0.2.0 (2018/01/31)
67+
68+
- Fixed icon unicode error.
69+
- Defaulted to preview mode on small screens.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdown",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"dependencies": {
55
"highlight.js": "^9.15.6",
66
"markdown-it": "^8.4.2"

0 commit comments

Comments
 (0)