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.
- Don't create mipmaps for downloaded images (ensures we render the full resolution regardless of the project texture settings)
- Use custom fonts and style to make emphasis clearer (don't rely on the Unity GUI)
- MarkdownViewer: Allow external control of view-width (2c79015)
-
MarkdownViewer: Change mouse cursor to link cursor when hovering links (8987b03)
-
MarkdownViewer: Handler images for packages imported from disk (89a7de9)
- Added table rendering
- Scrolling bug
- Dark skin support
- Added support for animated gifs
- Fix for unity v2020
- Removed runtime, moved into editor assembly
- Fix for wrong version number on workaround for unity bug
- Fix for scrolling in all unity versions
Added workaround for editor bug in Unity v2019.2
- Made compatible with the Unity package manager (file structure and
package.jsonfile)
- Fix issue with inspector width in 2019