Releases: navywakura/knightscomputerclub
Releases · navywakura/knightscomputerclub
Release list
KCC 1.3.1
KCC 1.3.1
Desktop (Electron)
- KCC-Nexo-Setup-1.3.1.exe — instalador Windows x64
- KCC-Nexo-Portable-1.3.1.exe — portable
- Auto-update Windows:
latest.yml(electron-updater) - KCC-Nexo-1.3.1-arm64.dmg — macOS Apple Silicon (M1/M2/M3/M4)
- KCC-Nexo-1.3.1-x64.dmg — macOS Intel
- Auto-update macOS:
latest-mac.yml
macOS sin firma de Apple: al abrir la primera vez, clic derecho → Abrir (o xattr -cr "/Applications/KCC Nexo.app").
CLI
kcc-cli-1.3.1.tgz—npm i -g ./kcc-cli-1.3.1.tgz
Web
- La UI de /nexo se sirve desde producción; no hace falta reinstalar por cambios de foro/chat.
- Links de descarga: https://www.knightscomputer.club/descargar
Install CLI
# macOS / Linux (detecta versión sola):
curl -fsSL https://raw.githubusercontent.com/navywakura/knightscomputerclub/main/scripts/install-kcc-cli.sh | bash
# o manual:
VER=1.3.1
curl -fsSL -o kcc-cli-$VER.tgz \
https://github.com/navywakura/knightscomputerclub/releases/download/v$VER/kcc-cli-$VER.tgz
npm i -g ./kcc-cli-$VER.tgz
kcc-cli --version # NO uses "kcc" en macOS (es Kerberos)KCC 1.3.0
KCC 1.3.0
Desktop (Electron)
- KCC-Nexo-Setup-1.3.0.exe — instalador Windows x64
- KCC-Nexo-Portable-1.3.0.exe — portable
- Auto-update:
latest.yml(electron-updater)
CLI
kcc-cli-1.3.0.tgz—npm i -g ./kcc-cli-1.3.0.tgz
Web
- La UI de /nexo se sirve desde producción; no hace falta reinstalar por cambios de foro/chat.
- Links de descarga: https://www.knightscomputer.club/descargar
Install CLI
curl -fsSL -o kcc-cli-1.3.0.tgz \
https://github.com/navywakura/knightscomputerclub/releases/download/v1.3.0/kcc-cli-1.3.0.tgz
npm i -g ./kcc-cli-1.3.0.tgz
kcc --versionKCC-Nexo-Portable-1.2.0
contains KCC-Nexo-Portable-1.2.0.exe
KCC Chat Electron Windows
Add settings, friends, board members, mentions, and captcha fix Stabilize captcha rendering for Electron (canvas + stable onChange), add /settings profile (avatar, bio, VIP banner, connections, privacy), friends UI with DM gate, per-board member lists, @mentions with notifications, and desktop Notification API support. Document Electron auto-update: remote UI always fresh + electron-updater for shell.