Releases: MBcom/kioskmanager
v1.5.0
🆕 Browser Extension
A new Chrome extension is now part of the Kiosk Manager repository (browser-extension/). It replaces the iframe-based player with direct tab navigation and adds Cypress-like automation
scripting to kiosk displays.
Key features:
- Auto-detects the Kiosk Manager by navigating to /play/ – no manual setup required on the device
- Rotates playlist URLs via direct tab navigation (no iframes)
- Automation scripts run automatically when the browser navigates to a matching URL (e.g. PowerBI login)
- Cypress-like script API: cy.get(), .click(), .type(), .autofill(), cy.wait(), cy.waitForUrl(), and more
- Scripts are stored centrally in the Kiosk Manager admin and delivered via the playlist API
- Eval-free script execution – safe regardless of page Content Security Policy
🆕 Automation Scripts
A new AutomationScript model allows attaching browser automation scripts directly to Content Items.
- Many-to-many relationship – one script can be reused across multiple content items
- URL-pattern trigger – scripts execute automatically when the browser navigates to a matching URL
- Permission-guarded – only users with kioskmanager.manage_automation_scripts or superusers can view and edit scripts
- Scripts are returned inline with each playlist item via /api/playlist/
Migration
python manage.py migrate
Three migrations are included (0004–0006): FK → M2M refactor, permission, and model options.
Patch Release following Dependabot PR #67
Automated patch release generated after merging Dependabot PR #67.
PR Link: #67
Dependabot Changes:
Bumps gunicorn from 23.0.0 to 25.0.0.
Release notes
Sourced from gunicorn's releases.
Gunicorn 25.0.0
New Features
Dirty Arbiters: Separate process pool for executing long-running, blocking operations (AI model loading, heavy computation) without blocking HTTP workers ([PR #3460](benoitc/gunicorn#3460))
- Inspired by Erlang's dirty schedulers
- Asyncio-based with Unix socket IPC
- Stateful workers that persist loaded resources
- New settings:
--dirty-app,--dirty-workers,--dirty-timeout,--dirty-threads,--dirty-graceful-timeout- Lifecycle hooks:
on_dirty_starting,dirty_post_fork,dirty_worker_init,dirty_worker_exitPer-App Worker Allocation for Dirty Arbiters: Control how many dirty workers load each app for memory optimization with heavy models ([PR #3473](benoitc/gunicorn#3473))
- Set
workersclass attribute on DirtyApp (e.g.,workers = 2)- Or use config format
module:class:N(e.g.,myapp:HeavyModel:2)- Requests automatically routed to workers with the target app
- New exception
DirtyNoWorkersAvailableErrorfor graceful error handling- Example: 8 workers × 10GB model = 80GB → with
workers=2: 20GB (75% savings)HTTP/2 Support (Beta): Native HTTP/2 (RFC 7540) support for improved performance with modern clients ([PR #3468](benoitc/gunicorn#3468))
- Multiplexed streams over a single connection
- Header compression (HPACK)
- Flow control and stream prioritization
- Works with gthread, gevent, and ASGI workers
- New settings:
--http-protocols,--http2-max-concurrent-streams,--http2-initial-window-size,--http2-max-frame-size,--http2-max-header-list-size- Requires SSL/TLS and h2 library:
pip install gunicorn[http2]- New example:
examples/http2_gevent/with Docker and testsHTTP 103 Early Hints: Support for RFC 8297 Early Hints to enable browsers to preload resources before the final response ([PR #3468](benoitc/gunicorn#3468))
- WSGI:
environ['wsgi.early_hints'](https://github.com/benoitc/gunicorn/blob/HEAD/headers)callback- ASGI:
http.response.informationalmessage type- Works with both HTTP/1.1 and HTTP/2
uWSGI Protocol for ASGI Worker: The ASGI worker now supports receiving requests via the uWSGI binary protocol from nginx ([PR #3467](benoitc/gunicorn#3467))
Bug Fixes
- Fix HTTP/2 ALPN negotiation for gevent and eventlet workers when
do_handshake_on_connectis False (the default). The TLS handshake is now explicitly performed before checkingselected_alpn_protocol().
... (truncated)
Commits
617a85edocs: update 25.0.0 release date to 2026-02-01ee933f2fix(asgi): quick shutdown on SIGINT/SIGQUIT, graceful on SIGTERM98ef198docs: update security policy for maintained versions 24.1.1 and 25.0.0911e333chore: replace RST with markdown, remove docs-lint and readthedocs config7ff671bchore: replace README.rst with README.md, remove modernization-plan.mdd5ab5dcMerge pull request #3473 from benoitc/feature/per-app-worker-allocationd563a7echore: bump version to 25.0.086264efdocs: add per-app worker allocation to 25.0.0 changelogc4fe116docs: add per-app worker allocation documentation1af5997docs: regenerate settings.md- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Patch Release following Dependabot PR #39
Automated patch release generated after merging Dependabot PR #39.
PR Link: #39
Dependabot Changes:
Bumps python from 3.13-slim to 3.14-slim.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Patch Release following Dependabot PR #36
Automated patch release generated after merging Dependabot PR #36.
PR Link: #36
Dependabot Changes:
Bumps the pip group with 1 update in the /src directory: django.
Updates django from 4.2.21 to 4.2.25
Commits
57d20b2[4.2.x] Bumped version for 4.2.25 release.9504bba[4.2.x] Fixed CVE-2025-59682 -- Fixed potential partial directory-traversal v...38d9ef8[4.2.x] Fixed CVE-2025-59681 -- Protected QuerySet.annotate(), alias(), aggre...7c7d2a4[4.2.x] Added stub release notes and release date for 4.2.25.3e27d61[4.2.x] Added missing backticks in docs/releases/security.txt.07e5fb9[4.2.x] Added CVE-2025-57833 to security archive.5636e82[4.2.x] Post-release version bump.5e23d89[4.2.x] Bumped version for 4.2.24 release.31334e6[4.2.x] Fixed CVE-2025-57833 -- Protected FilteredRelation against SQL inject...d5860d5[4.2.x] Added stub release notes and release date for 4.2.24.- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
You can disable automated security fix PRs for this repo from the Security Alerts page.
kioskmanager-0.3.6
A Helm chart for deploying the Kioskmanager application.
v1.4.0
kioskmanager-0.3.5
A Helm chart for deploying the Kioskmanager application.
v1.3.0
kioskmanager-0.3.4
A Helm chart for deploying the Kioskmanager application.
v1.2.0
Feature release
- Improved Display Matching in Admin UI:
This release introduces enhancements that make it much easier to match and identify displays within the admin interface. Display UUIDs are now shown in a clear, prominent, and user-friendly manner when a display is not assigned to a group, streamlining the process for administrators to associate new or unassigned displays.