From 5d5217ee81dc05ef4a240a16dc1422ddb451ab9b Mon Sep 17 00:00:00 2001 From: lklynet Date: Sun, 11 Jan 2026 16:41:10 -0500 Subject: [PATCH] - fixed chat word wrapping - added sounds for sent, received, whisper chats ('/sound' to turn on) - /timestamp to turn chat time stamps on and off now --- README.md | 2 +- hypernode.svg | 1 + package.json | 2 +- public/hypernode.svg | 1 + public/index.html | 2 +- public/js/sound-manager.js | 71 +++++++++----------------------------- public/style.css | 4 +++ 7 files changed, 25 insertions(+), 58 deletions(-) create mode 100644 hypernode.svg create mode 100644 public/hypernode.svg diff --git a/README.md b/README.md index 516f81f..99b1f05 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
-Hypermind Logo +Hypermind Logo

Hypermind

diff --git a/hypernode.svg b/hypernode.svg new file mode 100644 index 0000000..6008193 --- /dev/null +++ b/hypernode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/package.json b/package.json index d680a20..4d0f4f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hypermind", - "version": "0.9.1", + "version": "0.10.0", "description": "A decentralized P2P counter of active deployments", "main": "server.js", "scripts": { diff --git a/public/hypernode.svg b/public/hypernode.svg new file mode 100644 index 0000000..6008193 --- /dev/null +++ b/public/hypernode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/index.html b/public/index.html index f78d709..5c27fbe 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,7 @@ Hypermind - +