Skip to content

Commit 4e1fcdb

Browse files
committed
Add split view to docs and feature lists
Add split view feature to CHANGELOG, README feature table, and Why v3 bullet points. Tone down keyboard shortcuts description.
1 parent 733505b commit 4e1fcdb

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Muximux v3 is a complete rewrite. The original PHP bookmark portal has been repl
6767
- Collapsible groups with drag-and-drop reordering
6868
- Command palette with fuzzy search (`/` or `Ctrl+K`)
6969
- Iframe caching -- visited app iframes stay in the DOM for instant switching without reload
70+
- Split view -- display two apps side by side (horizontal) or stacked (vertical) with a draggable divider, toggle on/off with a single click, URL hash routing with `#app1+app2` format
7071
- Hash-based app routing -- URL hash links to specific apps (e.g. `#plex`) with browser back/forward navigation
7172
- Dynamic themed favicons matching the current theme's accent color
7273

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ Muximux v3 is a ground-up rewrite. The original [Muximux](https://github.com/mes
6767
- **Built-in authentication** - username/password, forward auth (Authelia/Authentik), or OIDC
6868
- **Optional TLS and gateway** - an embedded Caddy instance can handle HTTPS certificates and serve other sites alongside Muximux
6969
- **Guided onboarding** - a setup wizard walks you through security setup and adding your first apps
70+
- **Split view** - display two apps side by side or stacked with a draggable divider
7071
- **1,600+ icons** from Lucide plus thousands of service-specific icons from [Dashboard Icons](https://github.com/homarr-labs/dashboard-icons)
71-
- **Keyboard shortcuts** for power users - switch apps, toggle navigation, search, all from the keyboard
7272
- **Themes** - built-in light and dark modes, plus custom themes via CSS
7373

7474
---
@@ -197,9 +197,10 @@ For the full configuration reference, authentication options, TLS setup, and mor
197197
| **Authentication** | Built-in users (bcrypt), forward auth (Authelia/Authentik), or OIDC - with user management and roles |
198198
| **TLS / HTTPS** | Automatic Let's Encrypt certificates or manual cert/key, powered by embedded Caddy |
199199
| **Gateway** | Reverse proxy other sites and services on your network -- things that don't need to be in the Muximux menu -- via a standard Caddyfile |
200+
| **Split View** | Display two apps side by side or stacked with a draggable divider - toggle on and off with a single click |
200201
| **Navigation** | 5 positions (top, left, right, bottom, floating), auto-hide, customizable width |
201202
| **Icons** | 1,600+ Lucide icons, thousands of Dashboard Icons, URL icons, custom uploads |
202-
| **Keyboard Shortcuts** | Configurable keybindings for switching apps, toggling navigation, search |
203+
| **Keyboard Shortcuts** | Keybindings for switching apps, toggling navigation, and search |
203204
| **Themes** | 9 built-in theme families (Default, Nord, Dracula, Catppuccin, Solarized, Tokyo Night, Gruvbox, Cineplex, Rose Pine) with dark/light variants, plus custom themes via CSS |
204205
| **Config Export/Import** | Export config as YAML, import to preview and apply - sensitive data stripped on export |
205206
| **Environment Variables** | `${VAR}` expansion in config.yaml, `MUXIMUX_DATA`, `MUXIMUX_LISTEN`, and `MUXIMUX_CONFIG` overrides |

0 commit comments

Comments
 (0)