Skip to content

Commit 86b1090

Browse files
authored
Merge pull request #27 from sindrijo/release-v1.1.0
chore(main): release 1.10.0
2 parents 2c39cb9 + 2eeeeef commit 86b1090

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.0] - 2023-02-14
9+
10+
### Feat
11+
12+
* **MarkdownViewer**: Allow external control of view-width ([2c79015](https://github.com/gwaredd/UnityMarkdownViewer/commit/2c7901533338123c62a3f8f6f3ebeea27a656fe4))
13+
14+
### Fix
15+
16+
* **MarkdownViewer**: Change mouse cursor to link cursor when hovering links ([8987b03](https://github.com/gwaredd/UnityMarkdownViewer/commit/8987b039cc6effc63e88e1632691092fff59c010))
17+
18+
* **MarkdownViewer**: Handler images for packages imported from disk ([89a7de9](https://github.com/gwaredd/UnityMarkdownViewer/commit/89a7de9de3a8a74d305c531bc24fd6c14ec8c19c))
19+
20+
## [1.0.7] - 2021-07-06
21+
22+
### Feat
23+
24+
* Added table rendering
25+
26+
827
## [1.0.6] - 2020-11-24
928

1029
### Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.mischief.markdownviewer",
3-
"version": "1.0.7",
3+
"version": "1.1.0",
44
"displayName": "Unity Markdown Viewer",
55
"description": "Editor inspector for markdown files",
66
"unity": "2018.4",

0 commit comments

Comments
 (0)