Releases: marcelwgn/IndentRainbow
Version 1.4.0
This release adds the new "Automatic Indentation Size" feature which leverages Visual Studio to determine the indent size instead of relying on hard coded values in the extension settings. Note that this feature is enabled by default including after updating to this version for the first time.
What's Changed
- Bump version of framework and dependencies by @marcelwgn in #46
- Add setting to allow automatically determined indentation size by @marcelwgn in #45
- Bump version to 1.4.0 by @marcelwgn in #47
- Revert assembly name by @marcelwgn in #48
Full Changelog: v1.3.4...v.1.4.0
Version 1.3.4
Minor release which only updates the GitHub link in the settings page.
Version 1.3.3
Breaking
This release adds ARM support, however support for Visual Studio 2017 and Visual Studio 2019 is removed.
If you are affected by this removal, please create an issue on this repository.
Version 1.3.2
What's Changed
- Update settings page to include link to github and indicate requirement for changes to take effect by @chingucoding in #38
Full Changelog: v1.3.1...v1.3.2
Version 1.3.1
What's Changed
- Small options cleanup, fix bug where the fade colors flag would not reload by @chingucoding in #36
- Refactor decoration API to use exact strings to avoid massive strings being allocated by @chingucoding in #35
Full Changelog: v1.3.0...v1.3.1
Version 1.3.0
- Implemented #23 for alternating color mode.
- Minor improvements
Version 1.2.3
This release addresses #28.
Version 1.0.1
This is the first functioning release as non preview version. Functionality wise, this version is the same as 0.5.1
Added customization release
Added customization for the colors and the indent size.
Initial release
Initial release of the extension. Hard coded colors and indent size.