Releases: FWDekker/intellij-randomness
Releases · FWDekker/intellij-randomness
v1.0.0
This plugin is also available on the plugin repository.
New features
- Generated values are now cryptographically safe.
(Note: This is no longer true starting in v1.0.1.) - Key binding was changed to
Ctrl + R
(or⌥R
).
Bug fixes
- Multiple insertions can now be undone together.
- Miscellaneous performance fixes.
v0.5.0
This plugin is also available on the plugin repository.
New features
- All actions have been grouped together under
Insert Random Data
. - The keyboard shortcut
Ctrl + Alt + R
opens a list of all actions. - Symbols for string generation can now be changed in the settings.
v0.4.0
This plugin is also available on the plugin repository.
New features
- Settings are now saved over multiple IDE sessions.
- Different quotation marks can be chosen for string insertion.
- Settings dialogs are now slightly wider to make input easier to read.
v0.3.0
This plugin is also available on the plugin repository.
New features
- Data can be inserted at multiple carets simultaneously.
- Inserted data is highlighted after it is inserted.
- Dialogs now have mnemonics.
Bug fixes
- Plugin works again on IntelliJ versions above 2016.1.
v0.2.0
Because of a configuration error, this release only works for IntelliJ 2016.1.
This plugin is also available on the plugin repository.
New features
- Random decimals can now be inserted.
- Quotation marks around strings can now be disabled.
Bug fixes
- Non-numerical input is no longer accepted where numerical input is expected.
- The minimum value input can no longer exceed the maximum value input.
v0.1.0
This plugin is also available on the plugin repository.
This first release of the Randomness plugin provides some basic features.
Features
- Insert random numbers at caret.
- Insert random strings at caret.
- Change range of generated numbers.
- Change length of generated strings.