Releases: FWDekker/intellij-randomness
Releases · FWDekker/intellij-randomness
v2.0.0
This plugin is also available on the plugin repository.
Notice
Please note that dictionary settings will be reset when updating to v2.0.0 because of changes in how settings are stored. You can re-add your custom dictionaries after updating.
New features
- Inserting multiple words is now much faster.
- An additional bundled dictionary with simpler English words.
- Some setting defaults have been changed.
- All-around more descriptive error messages.
Bug fixes
- Dictionaries are now re-loaded before validating settings.
v1.6.1
This plugin is also available on the plugin repository.
New features
- Allow changing quotation marks around generated UUIDs.
v1.6.0
This plugin is also available on the plugin repository.
New features
- Generating type 4 UUIDs.
- Generating hexadecimal strings.
- Different capitalisation modes for strings.
Bug fixes
- Newline separator for arrays is now an actual newline instead of the text "\n".
v1.5.2
This plugin is also available on the plugin repository.
New features
- Dictionary contents are now refreshed when word settings are saved.
v1.5.1
This plugin is also available on the plugin repository.
Bug fixes
- Dictionary validity is now also checked when a custom dictionary is added.
v1.5.0
This plugin is also available on the plugin repository.
New features
- Add newline character as separator when inserting arrays.
- Add two new capitalistion modes when inserting words:
Retain
: Does not change capitalisation w.r.t. dictionary file.First Letter
: Capitalises the first letter of each word.
Bug fixes
- Deletion, renaming, and emptiness of custom dictionaries are detected when configuring and inserting random words.
v1.4.0
This plugin is also available on the plugin repository.
New features
- Mnemonics for some buttons.
- Integers can be generated in customisable radix.
v1.3.2
This plugin is also available on the plugin repository.
New features
- All actions can now be given keybinds separately.
- The Randomness action can now also be found in the Tools menu.
v1.3.1
This plugin is also available on the plugin repository.
New features
- Added option to add no brackets around arrays.
Bug fixes
- Adjusted default random string length.
v1.3.0
This plugin is also available on the plugin repository.
New features
- Added ability to generate arrays/lists/vectors of data.
- Overhauled action popup. Use modifier keys to change behaviour.