Skip to content

Releases: leomillon/uuid-generator-plugin

v4.5.1

07 Oct 15:32
Compare
Choose a tag to compare

Fixed

  • Set proper link to screenshots in plugin description
  • Since build is now set to 2021.1+
  • Replace missing deprecated service manager usage by new Kotlin methods

v4.5.0

07 Oct 13:21
Compare
Choose a tag to compare

Changed

Fixed

  • Replace deprecated service manager usage by new Kotlin methods

Release of 4.4.1

31 May 15:08
Compare
Choose a tag to compare

Changes in version 4.4.1

  • Fix plugin logo for IntelliJ Plugin Overview page #65

Release of 4.4.0

24 May 10:07
Compare
Choose a tag to compare

Changes in version 4.4.0:

  • Add UUID / ULID / CUID placeholders for replacement #46

id_placeholders_highlight

id_placeholders_replacement

Release of 4.3.2

26 Feb 11:24
Compare
Choose a tag to compare

Changes in version 4.3.2:

  • Improve false positive detection on CUIDs #40

Release of 4.3.1

26 Feb 10:26
Compare
Choose a tag to compare

Changes in version 4.3.1:

  • Avoid false positive in CUID highlight #40

Release of 4.3.0

26 Feb 08:09
Compare
Choose a tag to compare

Changes in version 4.3.0:

Release of 4.2.0

29 Jan 14:16
Compare
Choose a tag to compare

Changes in version 4.2.0:

  • Add action: Replace Distinct UUIDs in Selection

Release of 4.1.0

15 Sep 15:12
Compare
Choose a tag to compare

Changes in version 4.1.0:

  • Add code highlighting configuration in settings
  • Only UUID with dashes are highlighted
  • Optimization of the UUID and ULID highlighting algorithm

Release of 4.0.1

29 Aug 10:13
Compare
Choose a tag to compare

fix: More strict UUID and ULID detection

  • must be all lower or all UPPER case
  • UUID chars restriction to HEXA only ([a-f])
  • ID must have at least 2 numbers
  • Cannot have a [0-9a-zA-Z] char just before or just after
  • Cannot have a ( char just after