Skip to content

Commit

Permalink
Update build and change notes for version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Noorts committed Jan 31, 2024
1 parent 31e1b2f commit 1b465aa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ tasks {
The shortcut can be changed from <kbd>Settings/Preferences -> Keymap -> Plug-ins -> Toggler</kbd>.
The toggle action can also be found as <kbd>Toggle Word/Symbol</kbd> in the <kbd>Edit</kbd> menu.
<br><br>
The normal action toggles forward (e.g., 1, 2, 3, 1). A reverse toggle action can be used to toggle backwards (e.g., 1, 3, 2, 1).
By default it is mapped to <kbd>Ctrl+Shift+Alt+X</kbd> on Windows and <kbd>Cmd+Shift+Opt+X</kbd> on macOS.
<br><br>
The partial matching functionality allows for substrings of words/symbols to be toggled. E.g. <code>getName</code> could be
toggled to <code>setName</code> by placing the cursor anywhere on <code>get</code> and then activating the toggle action.
The largest match found is prioritised. This means that if you have the following toggles configured <code>["dev", "prod"],
Expand Down Expand Up @@ -137,6 +140,13 @@ 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.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>
<li>Update internal plugins.</li>
<li>Plugin description updated.</li>
</ul><br>
[1.2.14] - 2023-11-12
<ul>
<li>Extend plugin IDE compatibility range from 2023.2 to 2023.3.</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.2.14
pluginVersion = 1.3.0

# 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 1b465aa

Please sign in to comment.