Skip to content

Latest commit

 

History

History
73 lines (58 loc) · 2.48 KB

CHANGELOG.md

File metadata and controls

73 lines (58 loc) · 2.48 KB

UUID Generator Changelog

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

Changed

Fixed

  • Replace deprecated service manager usage by new Kotlin methods

Fixed

  • Fix plugin logo for IntelliJ Plugin Overview page #65

Added

  • Add UUID / ULID / CUID placeholders for replacement

Changed

  • Improve false positive detection on CUIDs #40

Fixed

  • Avoid false positive in CUID highlight #40

Added

Added

  • Add action: Replace Distinct UUIDs in Selection

Added

  • Add code highlighting configuration in settings

Changed

  • Only UUID with dashes are highlighted
  • Optimization of the UUID and ULID highlighting algorithm

Fixed

  • Fix: More strict UUID and ULID detection

Added

  • UUID/ULID highlight in any language with context info (Timestamp extraction for ULID) and quick fix suggestions
  • New 'Reformat UUID with settings' action and quick fix
  • IntelliJ IDEA version support since '2020.1'