- Changed the default Foundry window size to fit the login screen UI.
- The update data is now fetched directly from Github repo instead of the website.
- Updater now runs in a "passive" mode and do not require user interactions on Windows.
- Fixed issue with fullscreen mode.
- Removed unused plugins and dependencies.
- Fixed issue with opening multiple windows of the same Foundry server.
- Enabled SharedArrayBuffer (for Ripper93 Media Optimizer and similar modules).
Warning
Prior to 6.2.0 auto-updater was not working. Now it's fixed but you need to download and install this version manually.
- Fixed Auto-Updater and added a new update controls.
- Replaced tray/buttons controls for Fullscreen and Zoom with Global Shortcuts (Ctrl + ...) and added Help button.
- Added icons to server status details.
- Added detailed status of server, if available: version, system, users.
- Linux version is now distributed with
.AppImage
instead of.deb
for better compatibility.
Caution
Data from the old version is not compatible with 6.0. Make sure you save what you need before the update.
- Complete app rewrite from scratch
- Linux support (Debian/Ubuntu)
- MacOS ARM support (M1+)
- Tauri 2.0
- Svelte 5
- New UI
- Browser zoom in / zoom out
- Tray controls
- Simplified server management
- Performance improvements
- Tauri 2.0 Alpha
- SvelteKit 2.0
- Server status check
- Node server launcher
- UI improvements
- Fixed Foundry's drag-and-drop on Windows
- Complete project rewrite. Some features may be temporary missing.
- Updated Tauri to 1.5
- Spanish language @lozanoje
- Optional Node server launch parameters
- Updated Tauri
- Language selector is now a select list
- Workaround for macOS struggle with
maximize()
- Brazilian Portuguese translation by @brunocalado
- Vertically centered layout for large screens
- Forced href assignment for macOS Webkit
- Replaced localstorage library with a custom light implementation.
- Replaced Tabler with Heroicons.
- Empty state for a server list.
- Loading is now rotating along the arrows :D
- Hotfixed an issue with a broken TLS library preventing connection to HTTPS servers. Replaced it with rustls-tls.
- Allow reverse-proxy servers on URL subpaths (i.e. https://example.com/foundry).
- Add a http:// protocol to URL if none is provided.
- Webkit / Webview2 update.
- Tauri switched to alpha version.
- Better UX with form submit, subtle animations, loading states.
- Many layout and style improvements thanks to TailwindCSS 3.3 update.
- Server Launcher is back! Bigger, better, faster stronger. Proper error handling and human-readable messages.
- Proper Fullscreen Toggle hotkey! Press Ctrl/Cmd + F11 to enter or exit fullscreen.
- Localization fix
- Skip server check option (to bypass self-signed SSL)
- Fullscreen mode option
- Removed Node server launcher (too complex and heavy for this app)
- Added localstorage library @nikolai-cc/svu
- Added zod schema validation library @colinhacks/zod
- TypeScript fixes
- Extracted server launcher as Svelte component
- Enabled DevTools (F12)
- Nodejs server launcher error handling
- Faster navigation to server URL
- FLC User-Agent in HTTP header
- Layout improvements
- Headless Foundry server launcher
- Microphone and Camera access on MacOS
- Language switch (EN/RU).
- More reliable server fetch.
- Server labels.
- Link to Github.
- Dark mode improvements.
- MacOS and Linux initial release.
- Github Workflow
- Dark mode toggle with persistent state on restart.
- Crypto API to generate UUID for servers (adding/removing servers should be more consistent and bug-free).
- Logo and layout updates.
- Stripped Rust debug symbols from binary (-150kb).
- Foundry drag-and-drop functionality fixed by disabling native Windows DND.
- Auto-update.
- Replaced Node
fetch
with Rusthttp-client
to make requests compatible with mixed-content servers without SSL.
- Windows initial release.