Releases: vektah/CodeGlance
Releases · vektah/CodeGlance
1.5.4
- Viewport position now calculates correctly for large files -@ru5k
1.5.2
- Add support for transparent backgrounds
- Add an option to lock the width
- Bugfix: Assertion error
1.5.1
- Fix a bug that causes the minimap not to render
- Added a min editor width to automatically disable codeglance. Thanks github.com/bukajsytlos
1.5.0
- Complete overhaul of scrolling logic. Smoother, faster, more accurate
- A cleaner look. Old renderer is available still in settings
- Correctly renders multiple cursors
- Fix a bug injecting into some custom editors
- Don't automatically re-enable CodeGlance on boot
1.4.6
- Add min and max width
- Remove a useless warning
- Fix a bug when encountering tokens past the end of the document
1.4.5
- Add support for 171.3556 EAPs
- Fix a race condition when folding
1.4.3
- Fixed a memory leak
- Reduced the total memory used to about half
- Lots of dead bugs.