Skip to content

Silcrate 0.2.4

Choose a tag to compare

@dioKaratzas dioKaratzas released this 05 Aug 08:07
· 2 commits to main since this release

What's New

  • Passwords and tokens no longer sit in plain sight. Anything that looks like a credential — by its name, or by the shape of its value — is now drawn dotted out. Click the eye to reveal it, and it hides itself again the moment the view redraws, so nothing lingers on screen after you look away. Everything that isn't a secret stays readable as before.
  • Copy a hidden value without revealing it. Right-click a masked entry and copy the real value straight to the clipboard.
  • Masking follows your secrets everywhere they show up. A running container's environment, each Compose service's environment, an image's baked-in environment, labels on containers, volumes and networks, and volume mount options — including the password on a CIFS mount — all hide credentials the same way.

Fixes

  • A label or environment entry that has a key but no value now displays as written, instead of picking up a stray =.