Releases: Noorts/Toggler
Releases · Noorts/Toggler
Toggler v1.2.9
Changes:
- Update plugin description.
- Upgrade Gradle to 7.5.1.
- Expand integration tests.
- Improve internal organization.
Toggler v1.2.8
Changes:
- Fix Toggler configuration menu bug, which caused the menu to not show up due to incompatibility with external plugins. See: #5.
Toggler v1.2.7
Changes:
- Extend plugin IDE compatibility range from 2022.1 to 2022.2.
Toggler v1.2.6
Changes:
- Extend plugin IDE compatibility range from 2021.3 to 2022.1.
- Upgrade Gradle to 7.5 and migrate build configs.
- Expand tests.
Toggler v1.2.5
Changes:
- Improve plugin description.
- Add alternatives section to plugin description.
Toggler v1.2.4
Changes:
- Add confirmation dialog to the "Reset to Defaults" button in the configuration menu.
- Replace console system errors with error notifications.
- Improve code quality.
Toggler v1.2.3
Changes:
- Removed deprecated API methods. This improves the plugin its compatibility for future IDE versions.
- Fixed a JsonParser bug that prevented the number 4 from being added to a toggle.
Toggler v1.2.2
Changes:
- Bug caused by folded text in the editor has been fixed.
- The position of the Toggler action in the IDE menu has been adjusted.
- Handling of error when no text can be selected has been improved.
- The no match found notification has been changed slightly.
Toggler v1.2.1
Changes:
- The plugin is now compatible with IDE builds from 2020.3 and onwards. Under the hood the notification system was updated which improves compatibility with future versions of the JetBrains products. This also means that older IDE versions (prior to 2020.3/203.4341) are no longer supported as of this update.
Toggler v1.2.0
Changes:
- The partial matching functionality has finally been added! It is now possible to toggle a partial match such as 'add' inside of 'addClass'. The new functionality is enabled by default and can be disabled in the configuration.
- Unit tests were added to improve the development of Toggler.
- Plugin description updated.