Skip to content

Releases: Noorts/Toggler

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.

Toggler v1.2.7

19 Jul 19:20
12ee4c3
Compare
Choose a tag to compare

Changes:

  • Extend plugin IDE compatibility range from 2022.1 to 2022.2.

Toggler v1.2.6

17 Jul 12:42
2cdf556
Compare
Choose a tag to compare

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

13 Feb 21:03
35af553
Compare
Choose a tag to compare

Changes:

  • Improve plugin description.
  • Add alternatives section to plugin description.

Toggler v1.2.4

29 Dec 20:25
Compare
Choose a tag to compare

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

11 Sep 14:12
Compare
Choose a tag to compare

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

02 Aug 19:23
Compare
Choose a tag to compare

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

08 Jul 20:08
c1e27ef
Compare
Choose a tag to compare

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

08 Jul 19:22
Compare
Choose a tag to compare

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.