Skip to content

Releases: Noorts/Toggler

Toggler v1.4.0

12 May 13:33
8000c2e
Compare
Choose a tag to compare

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

02 Feb 17:32
19ebbe8
Compare
Choose a tag to compare

Changes:

  • The plugin is now automatically compatible with any IDE versions from 2021.1 onwards.

Toggler v1.3.0

31 Jan 12:13
Compare
Choose a tag to compare

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

12 Nov 11:36
207dc20
Compare
Choose a tag to compare

Changes:

  • Extend plugin IDE compatibility range from 2023.2 to 2023.3.
  • Update internal plugins.

Toggler v1.2.13

10 Jun 13:42
f1a05c6
Compare
Choose a tag to compare

Changes:

  • Extend plugin IDE compatibility range from 2023.1 to 2023.2.
  • Update internal plugins.

Toggler v1.2.12

26 Feb 20:14
d6da48b
Compare
Choose a tag to compare

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

14 Nov 08:58
381cee9
Compare
Choose a tag to compare

Changes:

  • Extend plugin IDE compatibility range from 2022.2 to 2022.3.
  • Update plugin description.

Toggler v1.2.10

12 Nov 21:13
8c9b0a4
Compare
Choose a tag to compare

Changes:

  • Add limited support for tabs as whitespace. See: #20.

Toggler v1.2.9

21 Aug 17:23
89df9f8
Compare
Choose a tag to compare

Changes:

  • Update plugin description.
  • Upgrade Gradle to 7.5.1.
  • Expand integration tests.
  • Improve internal organization.

Toggler v1.2.8

20 Aug 10:32
1b8c851
Compare
Choose a tag to compare

Changes:

  • Fix Toggler configuration menu bug, which caused the menu to not show up due to incompatibility with external plugins. See: #5.