Skip to content

Releases: adambonneruk/uuid-generator

Version 4

24 Sep 20:06
1b7382f
Compare
Choose a tag to compare
  • New
    • New Graphical User Interface
    • Encoding Output UUID as Base64 (-s/--short)
  • Changes
    • Changed count (-c/--count) to quantity (-q/--quantity)
    • Core solution uses new Python Unique() class enabling reuse in GUI context
  • Bugfixes
    • None

Version 3

07 Sep 22:06
Compare
Choose a tag to compare
  • Support for UUID v3 and UUID v5
  • Validation of the following v3/v5 namespaces:
    • URL --ns url, -s url, --namespace url
    • DNS --ns dns, -s dns, --namespace dns
    • OID --ns oid, -s oid, --namespace oid
    • X.500 DN --ns x500, -s x500, --namespace x500
  • Support for standard UUID URN prefix -u, --urn
  • Support for non-standard uppercase UUID -U,--uppercase (doesn't apply to prefix)
  • Auto-Generated Help -h, --help
  • New Icon

Version 2

05 Sep 17:44
9e9b2f2
Compare
Choose a tag to compare
  • Support for UUID v1 and UUID v4
  • Special Case "v0" nil UUID
  • Quiet unix-like Output (no boilerplate)
  • --count switch for amount of UUIDs to output
  • --version switch to select version of UUID to be output

Version 1

05 Sep 11:22
Compare
Choose a tag to compare

Version 1

  • Original Code from ~2016
  • Generates 20 Random UUIDs
  • Use by invoking ./GenUUID.exe