Releases: Noorts/Toggler
Releases · Noorts/Toggler
Toggler v1.4.0
Changes:
- This update includes internal version bumps to stay compatible with the newest IDE versions.
- The minimum IDE version has been bumped from 2021.1.3 to 2022.3.1. The plugin is now compatible with any IDE versions from 2022.3.1 onwards.
- Addressed a deprecation. See: #64.
Toggler v1.3.1
Changes:
- The plugin is now automatically compatible with any IDE versions from 2021.1 onwards.
Toggler v1.3.0
Changes:
- The reverse toggle action has been added! Instead of forwards (e.g., 1, 2, 3, 1), it is now also possible to toggle backwards with the reverse toggle action (e.g., 1, 3, 2, 1). By default the new action is bound to Ctrl/Cmd + Shift + Alt/Opt + X. The keybind can be changed under Settings/Preferences -> Keymap -> Plug-ins -> Toggler.
- Update internal plugins.
- Plugin description updated.
Toggler v1.2.14
Changes:
- Extend plugin IDE compatibility range from 2023.2 to 2023.3.
- Update internal plugins.
Toggler v1.2.13
Changes:
- Extend plugin IDE compatibility range from 2023.1 to 2023.2.
- Update internal plugins.
Toggler v1.2.12
Changes:
- Extend plugin IDE compatibility range to 2021.1 to 2023.1.
- Upgrade Gradle to 7.6.1.
- Update internal plugins.
Toggler v1.2.11
Changes:
- Extend plugin IDE compatibility range from 2022.2 to 2022.3.
- Update plugin description.
Toggler v1.2.10
Changes:
- Add limited support for tabs as whitespace. See: #20.
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.