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.
- Fix big install size on release.
- Now only convert the lines of the current text selection(s), if it is not a single empty selection.
- Reposition the cursor nicely after the operation.
- Fix a minor "incomplete" conversion case for "Spaces to Tabs": if the input contain mixed spaces and tab in, e.g. the first indentation column, extra spaces before a tab is not removed.
- Optimize "Spaces to Tabs" conversion.
- Add "Tabs to Spaces" and "Spaces to Tabs" conversions.