Tags give the ability to mark specific points in history as being important
-
v2.1.33
protectedRelease: Gateway v2.1.334026b89b · ·- remove forced re-login after user group changes and group scope updates by refreshing live permissions in place - fix scoped Docker and node permission handling across sidebar, routes, command palette, container detail tabs, and realtime updates - harden backend permission checks to use effective scopes for certificate visibility and related restricted views
-
v2.1.32
protectedRelease: Gateway v2.1.324026b89b · ·- add admin-configurable OIDC user provisioning settings for automatic account creation and default group assignment - move the Users page create action into the standard page header and add the Notifications page subtitle styling cleanup - keep first real OIDC sign-in on system-admin while allowing later auto-provisioning to be disabled or redirected to a chosen default group
-
v2.1.31
protectedRelease: Gateway v2.1.31d743219e · ·- move notification page actions into the shared page header for alerts, webhooks, and delivery log - switch delivery log filters to the standard search and filter bar pattern - add delivery log search across webhook, event, severity, and HTTP status
-
v2.1.30
protectedRelease: Gateway v2.1.30c0010fa7 · ·- move notification page actions into the shared page header for alerts, webhooks, and delivery log - switch delivery log filters to the standard search and filter bar pattern - add delivery log search across webhook, event, severity, and HTTP status
-
-
v2.1.29
protectedRelease: Gateway v2.1.29c5bf743b · ·- allow selecting a proxy SSL certificate before HTTPS is enabled in the settings page - block enabling proxy HTTPS without a selected certificate in both frontend and backend - prevent broken nginx config generation when SSL cert or key paths are missing
-
v2.1.28
protectedRelease: Gateway v2.1.2861131e03 · ·- persist proxy folder expand and collapse state across reloads - fix proxy host list action column alignment, drag overlay row layout, and last-row borders - remove the doubled bottom border when the ungrouped section is empty
-
v2.1.27
protectedRelease: Gateway v2.1.27fd443f88 · ·- refine nginx template editor with modal-based settings, cheatsheet, preview, stronger template diagnostics, and improved nginx directive highlighting - move proxy template variable editing into proxy settings, simplify proxy creation, and fix raw mode config validation to avoid false Gateway-local nginx checks - resolve recent command palette template labels by name instead of raw ids
-
v2.1.26
protectedRelease: Gateway v2.1.26e98debe7 · ·- hide manual renew actions for DNS-01 ACME certificates in the SSL certificate list - show Auto-Renew as No for DNS-01 certificates to match the actual renewal behavior
-
v2.1.25
protectedRelease: Gateway v2.1.2593fc17b3 · ·- fix health bar fallback so the first successful health check only lights the newest bar instead of the full history - add inline SSL certificate selection to the proxy host settings tab - align the proxy SSL settings layout to 25% / 25% / 50% for Force HTTPS, HTTP/2, and certificate selection
-
v2.1.24
protectedRelease: Gateway v2.1.24e0e79130 · ·- fix node nginx config test to run only on the target nginx daemon instead of failing on Gateway-local include paths - stop false validation errors for valid node configs that reference host-specific nginx files such as /etc/nginx/gateway/stub_status.conf
-
v2.1.23
protectedRelease: Gateway v2.1.23da79a66b · ·- add proxy health check body match modes: includes, exact match, starts with, and ends with - show the body match mode inline with the expected body field in proxy create and edit flows - allow clearing proxy health check expected body values correctly - keep empty health bars gray and color only the newest bar from current status when no recent history exists - improve proxy details and settings layouts for health check fields
-
v2.1.3-nginx
protectedRelease: Nginx Daemon v2.1.3-nginx78b520c7 · ·- move nginx-daemon managed site configs to `/etc/nginx/gateway/conf.d` - move nginx-daemon managed htpasswd files to `/etc/nginx/gateway/htpasswd` - validate and reload nginx with the configured global config path instead of relying on implicit defaults - align the installer and daemon defaults with the new Gateway-owned nginx directory layout
-
v2.1.22
protectedRelease: Gateway v2.1.2278b520c7 · ·- move Gateway-managed nginx site configs to a single canonical path under `/etc/nginx/gateway/conf.d` - move Gateway-managed htpasswd files to `/etc/nginx/gateway/htpasswd` - migrate legacy nginx Gateway files from old distro-specific paths during installer reruns - make nginx-daemon validate and reload using the configured global nginx config explicitly
-
v2.1.21
protectedRelease: Gateway v2.1.21c1ad02ed · ·- persist the gateway updating lock across browser tabs so newly opened tabs are blocked immediately during a system update - sync the update lock via browser storage events between active tabs - clear stale updating screens automatically once the backend reports the target version is running again
-
v2.1.20
protectedRelease: Gateway v2.1.20d80c5ef5 · ·- stop generated nginx proxy host configs from redeclaring the shared SSL session cache so they no longer conflict with global nginx settings - switch generated nginx HTTP/2 listeners to the modern `http2 on;` form instead of deprecated `listen ... http2` - refresh node detail daemon update state immediately after checking for updates and after successful node reconnects - improve proxy host creation inputs by allowing port fields to clear fully and by showing domain autocomplete suggestions on focus
-
v2.1.19
protectedRelease: Gateway v2.1.197aa3cdf7 · ·- fix Docker table column sizing so content columns keep room, actions stop clipping, and compact columns no longer steal space from real data - restore reliable start-side truncation for long Docker names and image references instead of hard clipping - improve nginx-daemon running detection on Alpine and OpenRC systems by falling back to process discovery when pid file lookup is incomplete
-
v2.1.2-nginx
protectedRelease: Nginx Daemon v2.1.2-nginx7aa3cdf7 · ·Nginx daemon release v2.1.2 - fix nginx running-state detection on Alpine/OpenRC hosts by checking additional pid file locations and falling back to process discovery
-
v2.1.18
protectedRelease: Gateway v2.1.185ab8c759 · ·- accept multiple configured public IPv4 and IPv6 addresses for domain DNS validation instead of matching only a single detected address - add regression coverage for multi-IP domain validation so domains pointing at any configured server IP are marked valid - replace the Alpine-incompatible grep -P usage in setup-node.sh with a portable version parser
-
v2.1.17
protectedRelease: Gateway v2.1.17b4ba1a8e · ·- remove resize tweening from the AI side panel while dragging so panel width updates feel immediate instead of elastic - keep the existing open and close animation for the AI panel while matching the sidebar resize behavior during live drag