banner: redesign skeleton key ASCII art
release / build (arm64) (push) Waiting to run
release / build (x86_64) (push) Waiting to run
release / release (push) Blocked by required conditions

Replace the previous "circle + shaft + curl" silhouette (which read
more like a magnifying glass) with a proper skeleton-key anatomy:

  - BOW: round decorative loop with center hole (the part you hold)
  - SHAFT: long horizontal rod (= the body of the key)
  - BIT: notched tooth hanging down from the shaft end (the part
    that engages the lock — the iconic key-tooth profile)

Same change in skeletonkey.c BANNER and README.md.

Bump 0.4.0 → 0.4.1.
This commit is contained in:
2026-05-16 22:52:13 -04:00
parent 9593d90385
commit b5188b7818
2 changed files with 15 additions and 9 deletions
+8 -5
View File
@@ -28,14 +28,17 @@
#include <string.h>
#include <unistd.h>
#define SKELETONKEY_VERSION "0.4.0"
#define SKELETONKEY_VERSION "0.4.1"
static const char BANNER[] =
"\n"
" ╔══╤══╗\n"
" ║═══════════════════════════════════════════════════--,\n"
" ╚═════╝ `--,_\n"
" `_/\n"
" ╭───╮\n"
" \n"
" ● │════════════════════════════════════════════════════════╗\n"
" ╔══╩══╗\n"
" ╰───╯ ║ ╔═╝\n"
" ║ ║\n"
" ╚═══╝\n"
"\n"
" ███████╗██╗ ██╗███████╗██╗ ███████╗████████╗ ██████╗ ███╗ ██╗██╗ ██╗███████╗██╗ ██╗\n"
" ██╔════╝██║ ██╔╝██╔════╝██║ ██╔════╝╚══██╔══╝██╔═══██╗████╗ ██║██║ ██╔╝██╔════╝╚██╗ ██╔╝\n"