Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhildenbiddle committed Mar 8, 2024
1 parent d1bb061 commit 5eb679c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 1.1.0

*2024-03-08*

- Add abbr and dfn styles
- Update Inter font to v4
- Fix ligature rendering (#5)
- Fix scrollbar colors in dark theme and on OS color scheme switch (#6)
- Fix strikeout of nested checklist items (#7)
- Fix opacity of nested checklist items (#8)
- Fix small, sub, and sup sizing (#9)
- Fix letter spacing on heading indicators
- Fix tooltip styles in dark theme (#10)
- Fix monospace font scaling (#11)

## 1.0.4

*2023-01-21*
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typora-themeable",
"version": "1.0.4",
"version": "1.1.0",
"description": "Typora-themeable is a clean, customizable, typography-focused theme for the markdown editor, Typora.",
"author": "John Hildenbiddle <http://hildenbiddle.com>",
"license": "MIT",
Expand Down

0 comments on commit 5eb679c

Please sign in to comment.