Skip to content

Releases: plusemon/omni-serv

v1.0.7

Choose a tag to compare

@github-actions github-actions released this 01 Sep 05:52

Full Changelog: v1.0.6...v1.0.7

v1.0.6

Choose a tag to compare

@github-actions github-actions released this 30 Aug 19:18

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

Choose a tag to compare

@github-actions github-actions released this 30 Aug 18:57

Full Changelog: v1.0.4...v1.0.5

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 30 Aug 14:07

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

Full Changelog: v1.0.3...v1.0.4

OmniServ v1.0.3 — UI/UX Overhaul & Polish ⚡

Choose a tag to compare

@plusemon plusemon released this 30 Aug 13:04

⚡ OmniServ v1.0.3 — UI/UX Overhaul, Telemetry & Component Polish

🎨 What's New:

  • Visual Hierarchy & Surface Layering:

    • Modern high-contrast dark elevation #121316 base with #1a1d21 card containers and glowing active/hover highlights.
    • Replaced raw square status dots in service cards with explicit badge pills (● Running in green, ● Stopped in gray, ● Not installed in amber).
  • 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 Active pill style in brand blue.
    • Left-aligned compact search (~280px) paired with a + New Site primary action button on the top right.
  • Web Tools Section Polish:

    • Resolved toggle vs action button ambiguity: disabled state when off; highlighted .suggested-action styling and active address/port when toggled on.
  • 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).
  • Navigation & Master Server Controls:

    • Unified global master server controls (Start all, Stop all, Restart) in a segmented button group.
    • Added global search shortcut (Ctrl+K and 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 -y

OmniServ v1.0.1 — Brand & Icon Update ⚡

Choose a tag to compare

@plusemon plusemon released this 30 Aug 12:39

⚡ 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 (hicolor 16px to 512px), macOS (.icns / .ico), and Windows (.ico).
  • Linux Packaging: Bundled high-DPI app icons directly in the .deb package 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 -y

OmniServ v1.0.0

Choose a tag to compare

@plusemon plusemon released this 30 Aug 12:26

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 .htaccess support 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
  • 🔒 Trusted HTTPS & Domains:

    • Automatic *.test domain resolution (dnsmasq / hosts)
    • Local CA SSL certificates generated and trusted via mkcert
  • 🚀 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)

📦 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 -y

Launch the GUI via omniserv-gui or search for OmniServ in your application launcher.

OmniServ Linux v1.0.3

Choose a tag to compare

@plusemon plusemon released this 30 Aug 13:17

OmniServ v1.0.3 Linux release with updated UI/UX, activity console, and updater resilience.