Skip to content

Commit

Permalink
Merge pull request #27 from sindrijo/release-v1.1.0
Browse files Browse the repository at this point in the history
chore(main): release 1.10.0
  • Loading branch information
gwaredd authored Feb 15, 2023
2 parents 2c39cb9 + 2eeeeef commit 86b1090
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.0] - 2023-02-14

### Feat

* **MarkdownViewer**: Allow external control of view-width ([2c79015](https://github.com/gwaredd/UnityMarkdownViewer/commit/2c7901533338123c62a3f8f6f3ebeea27a656fe4))

### Fix

* **MarkdownViewer**: Change mouse cursor to link cursor when hovering links ([8987b03](https://github.com/gwaredd/UnityMarkdownViewer/commit/8987b039cc6effc63e88e1632691092fff59c010))

* **MarkdownViewer**: Handler images for packages imported from disk ([89a7de9](https://github.com/gwaredd/UnityMarkdownViewer/commit/89a7de9de3a8a74d305c531bc24fd6c14ec8c19c))

## [1.0.7] - 2021-07-06

### Feat

* Added table rendering


## [1.0.6] - 2020-11-24

### Fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.mischief.markdownviewer",
"version": "1.0.7",
"version": "1.1.0",
"displayName": "Unity Markdown Viewer",
"description": "Editor inspector for markdown files",
"unity": "2018.4",
Expand Down

0 comments on commit 86b1090

Please sign in to comment.