Skip to content

Commit

Permalink
Update build and change notes for version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Noorts committed Feb 2, 2024
1 parent c560734 commit 19ebbe8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@ tasks {
For all changes check out: <a href="https://github.com/Noorts/Toggler/commits">https://github.com/Noorts/Toggler/commits</a>
<br><br>
[1.3.1] - 2024-02-01
<ul>
<li>The plugin is now automatically compatible with any IDE versions from 2021.1 onwards.</li>
</ul><br>
[1.3.0] - 2024-01-31
<ul>
<li>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 <kbd>Ctrl/Cmd + Shift + Alt/Opt + X</kbd>. The keybind can be changed under <kbd>Settings/Preferences -> Keymap -> Plug-ins -> Toggler</kbd>.</li>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pluginGroup = com.noorts
pluginName = Toggler
# SemVer format -> https://semver.org
pluginVersion = 1.3.0
pluginVersion = 1.3.1

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
Expand Down

0 comments on commit 19ebbe8

Please sign in to comment.