Releases: whoami-wiki/whoami
Releases · whoami-wiki/whoami
desktop-v1.2.4
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
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
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
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
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
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
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
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
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
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