Skip to content

Latest commit

 

History

History
84 lines (44 loc) · 1.82 KB

File metadata and controls

84 lines (44 loc) · 1.82 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.2.1] - 2023-08-29

Fix

  • Don't create mipmaps for downloaded images (ensures we render the full resolution regardless of the project texture settings)

[1.2.0] - 2023-04-24

Feat

  • Use custom fonts and style to make emphasis clearer (don't rely on the Unity GUI)

[1.1.0] - 2023-02-14

Feat

  • MarkdownViewer: Allow external control of view-width (2c79015)

Fix

  • MarkdownViewer: Change mouse cursor to link cursor when hovering links (8987b03)

  • MarkdownViewer: Handler images for packages imported from disk (89a7de9)

[1.0.7] - 2021-07-06

Feat

  • Added table rendering

[1.0.6] - 2020-11-24

Fix

  • Scrolling bug

[1.0.5] - 2020-11-21

Changes

  • Dark skin support

[1.0.4] - 2020-08-26

Changes

  • Added support for animated gifs

[1.0.3] - 2020-08-08

Fix

  • Fix for unity v2020

[1.0.2] - 2019-09-11

Changes

  • Removed runtime, moved into editor assembly
  • Fix for wrong version number on workaround for unity bug
  • Fix for scrolling in all unity versions

[1.0.1] - 2019-11-03

Fix

Added workaround for editor bug in Unity v2019.2

[1.0.0] - 2019-08-01

Added

  • Made compatible with the Unity package manager (file structure and package.json file)

Fix

  • Fix issue with inspector width in 2019