Releases: plusemon/omni-serv
Release list
v1.0.7
Full Changelog: v1.0.6...v1.0.7
v1.0.6
What's Changed
- Bump actions/setup-python from 5 to 7 by @dependabot[bot] in #6
Full Changelog: v1.0.5...v1.0.6
v1.0.5
v1.0.4
What's Changed
- Bump actions/checkout from 4 to 7 by @dependabot[bot] in #2
- Bump actions/setup-dotnet from 4 to 6 by @dependabot[bot] in #3
- Bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #4
- Bump actions/download-artifact from 4 to 8 by @dependabot[bot] in #1
- Bump Microsoft.WindowsAppSDK from 1.6.241114003 to 2.4.0 by @dependabot[bot] in #5
New Contributors
- @dependabot[bot] made their first contribution in #2
Full Changelog: v1.0.3...v1.0.4
OmniServ v1.0.3 — UI/UX Overhaul & Polish ⚡
⚡ OmniServ v1.0.3 — UI/UX Overhaul, Telemetry & Component Polish
🎨 What's New:
-
Visual Hierarchy & Surface Layering:
- Modern high-contrast dark elevation
#121316base with#1a1d21card containers and glowing active/hover highlights. - Replaced raw square status dots in service cards with explicit badge pills (
● Runningin green,● Stoppedin gray,● Not installedin amber).
- Modern high-contrast dark elevation
-
Standardized Telemetry Grid:
- CPU: Area-fill line chart with background grid lines in Cairo, smooth 2px stroke, and inline percentage badge.
- Memory & Storage: Inline percentage tags (
44%,41%), fractional capacities (6.6 / 15.0 GB,205 / 502 GB), customized progress bars, and free-space indicators. - Network: Dual throughput display (
↓ 1.2 MB/s ↑ 340 KB/s) with live area throughput sparkline.
-
Website Management Polish:
- Quick-action buttons directly on every site row (Open Browser, Open in Code Editor, Reveal in File Manager, Open in Terminal, Site Settings).
- Cleaner
🔒 SSL Activepill style in brand blue. - Left-aligned compact search (~280px) paired with a
+ New Siteprimary action button on the top right.
-
Web Tools Section Polish:
- Resolved toggle vs action button ambiguity: disabled state when off; highlighted
.suggested-actionstyling and active address/port when toggled on.
- Resolved toggle vs action button ambiguity: disabled state when off; highlighted
-
Activity Console Drawer:
- Custom collapsible terminal dock with header bar, live status indicator, event counter pill (
N events), Copy/Clear actions, and color-coded monospace syntax with[HH:MM:SS]timestamps (✓green,✗red,!amber).
- Custom collapsible terminal dock with header bar, live status indicator, event counter pill (
-
Navigation & Master Server Controls:
- Unified global master server controls (Start all, Stop all, Restart) in a segmented button group.
- Added global search shortcut (
Ctrl+Kand search icon). - Added 3px blue left accent indicator and colored icon for active sidebar navigation items.
📦 Installation (Linux Ubuntu / Debian):
sudo dpkg -i omniserv_1.0.3_all.deb
sudo apt-get -f install -yOmniServ v1.0.1 — Brand & Icon Update ⚡
⚡ OmniServ v1.0.1
🎨 What's New:
- Brand Identity & Logo Update: Shipped new modern icon assets (3D emblem, squircle dock icon, and SVG vector logo).
- Cross-Platform Assets: Updated icon assets across Linux (
hicolor16px to 512px), macOS (.icns/.ico), and Windows (.ico). - Linux Packaging: Bundled high-DPI app icons directly in the
.debpackage for seamless desktop/dock integration. - Documentation: Updated README header with the official brand logo.
📦 Installation (Linux Ubuntu / Debian):
sudo dpkg -i omniserv_1.0.1_all.deb
sudo apt-get -f install -yOmniServ v1.0.0
OmniServ v1.0.0 — First Release ⚡
OmniServ is a free, native, self-controlled local web development suite — an open-source alternative to ServBay, Herd, and Laragon for macOS, Windows, and Linux.
✨ Features & Capabilities
-
🌐 Web Servers:
- nginx (default high-performance web server)
- Apache (with native
.htaccesssupport via reverse proxy) - OpenLiteSpeed support on Linux
-
🐘 Multi-PHP Environment:
- Run PHP 7.4, 8.1, 8.2, 8.3, 8.4, 8.5, 8.6 side-by-side
- Switchable per-site with independent PHP-FPM pools
- ionCube and common web extensions pre-configured
-
🗄️ Databases & Caching:
- MariaDB / MySQL & PostgreSQL
- Redis & Memcached caching services
- Create and manage databases directly from the GUI/CLI
-
🛠️ Built-in Web Tools:
- phpMyAdmin (
http://phpmyadmin.test) & Adminer (http://adminer.test) with up to 2GB upload support - Mailpit for local email capture & testing
- phpMyAdmin (
-
🔒 Trusted HTTPS & Domains:
- Automatic
*.testdomain resolution (dnsmasq / hosts) - Local CA SSL certificates generated and trusted via
mkcert
- Automatic
-
🚀 Node.js & Python:
- Multi-version Node.js management (via fnm)
- Managed Python web applications
-
🌍 Public Sharing:
- One-click public sharing via Cloudflare Tunnels (
trycloudflare.com)
- One-click public sharing via Cloudflare Tunnels (
📦 Installation
Linux (Ubuntu / Debian):
Download omniserv_1.0.0_all.deb attached below and install via:
sudo dpkg -i omniserv_1.0.0_all.deb
sudo apt-get -f install -yLaunch the GUI via omniserv-gui or search for OmniServ in your application launcher.
OmniServ Linux v1.0.3
OmniServ v1.0.3 Linux release with updated UI/UX, activity console, and updater resilience.