Skip to content

Releases: whoami-wiki/whoami

desktop-v1.2.4

05 Apr 06:04

Choose a tag to compare

Enable photo uploads in the desktop wiki.

Fixes:

  • JPEG thumbnails are generated correctly (the bundled PHP was missing libjpeg support)
  • Upload size limit raised from 2 MB to 10 MB to allow full-resolution photos

desktop-v1.2.3

26 Mar 17:55

Choose a tag to compare

Validate the setup form before creating a new wiki.

Fixes:

  • Show inline validation errors for empty name, username, or password fields
  • Require passwords to be at least 10 characters
  • Clear errors as the user types

cli-v1.2.1

26 Mar 17:18

Choose a tag to compare

Small quality-of-life improvements for the CLI install and auth experience.

Fixes:

  • Auto-configure PATH during installation instead of requiring manual setup
  • Show a helpful tip about running the desktop app when authenticating

desktop-v1.2.2

25 Mar 18:50

Choose a tag to compare

Fix incorrect GitHub issues link on the default main page.

Fixes:

  • Correct the GitHub issues link in the desktop main page to point to the right repository

desktop-v1.2.1

25 Mar 12:37

Choose a tag to compare

Fix Main Page setup during fresh install.

Fixes:

  • Overwrite the stock Main Page during fresh install instead of skipping it when it already exists

desktop-v1.2.0

25 Mar 07:01

Choose a tag to compare

New templates, shared credentials, and quality-of-life improvements.

Features:

  • Add custom Main Page with onboarding guide for new installs
  • Add Open and Closed status templates for talk pages
  • Share credentials with the CLI via ~/.whoami/credentials.json
  • Auto-login to the wiki on launch using stored credentials

Fixes:

  • Support Cmd+R to reload the wiki view

Improvements:

  • Remove bundled CLI installer (CLI is now installed separately via install script)

cli-v1.2.0

24 Mar 23:03

Choose a tag to compare

Shared credentials and improved auth login.

Features:

  • Share credentials with the desktop app via ~/.whoami/credentials.json

Fixes:

  • Obfuscate password input during wai auth login
  • Skip interactive server prompt, default to localhost:8080

cli-v1.1.2

23 Feb 06:16

Choose a tag to compare

Suppress a noisy Node.js deprecation warning.

Fixes:

  • Silence DEP0169 (url.parse) deprecation warning emitted by proxy-from-env via axios

Improvements:

  • Upgrade axios-cookiejar-support to v6 and http-cookie-agent to v7

desktop-v1.1.5

22 Feb 10:00

Choose a tag to compare

New app icon and tray icon with "w.w" branding.

Features:

  • New app icon for dock, DMG, and app bundle
  • New tray menu bar icon with proper macOS template image support
  • Show correct icon in dock during development instead of default Electron icon

Fixes:

  • Include assets directory in packaged app so tray icon loads in production

desktop-v1.1.4

22 Feb 09:42

Choose a tag to compare

New app icon and tray icon with "w.w" branding.

Features:

  • New app icon for dock, DMG, and app bundle
  • New tray menu bar icon with proper macOS template image support
  • Show correct icon in dock during development instead of default Electron icon