Skip to content

Releases: FWDekker/intellij-randomness

v2.0.0

15 May 22:30
b344026
Compare
Choose a tag to compare

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

12 Sep 21:07
5b51d30
Compare
Choose a tag to compare

This plugin is also available on the plugin repository.

New features

  • Allow changing quotation marks around generated UUIDs.

v1.6.0

11 Sep 20:09
e8b2b1a
Compare
Choose a tag to compare

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

27 May 21:41
c0c263d
Compare
Choose a tag to compare

This plugin is also available on the plugin repository.

New features

  • Dictionary contents are now refreshed when word settings are saved.

v1.5.1

15 May 10:33
e2a0a9a
Compare
Choose a tag to compare

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

13 May 20:06
03705ab
Compare
Choose a tag to compare

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

30 Apr 20:58
15c90f4
Compare
Choose a tag to compare

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

21 Jan 13:06
Compare
Choose a tag to compare

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

15 Jan 12:49
Compare
Choose a tag to compare

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

09 Jan 16:42
Compare
Choose a tag to compare

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.