Normale weergave

UniFi OS Server 5.1.40

Door: UI-Glenn
31 Augustus 2026 om 09:44

Overview


 

Bundled

Improvements

  • Improved Linux directory and file permissions.

Bugfixes

  • Fixed an issue where the Windows Elevation Service could fail to run commands when it could not retrieve the active user token.
  • Affected users must update manually by running the installer in the foreground.
  •  

DistroWatch Weekly, Issue 1188

31 Augustus 2026 om 03:21
The DistroWatch news feed is brought to you by TUXEDO COMPUTERS. This week in DistroWatch Weekly:
Review: The littlest web server
News: New version of COSMIC, Debian decides LLM issue, Asahi Linux makes progress, Linux turns 35
Questions and answers: What distributions do not work in virtual machines?
Released last week: Vanilla OS 3, Armbian 26.8, NawaOS 2.0, Butterbian 0.4.0, Ubuntu 26.04.1,....
  •  

uNmINeD 0.20.8-dev

Door: megasys
31 Augustus 2026 om 01:44

New uNmINeD development snapshot is available for download!

Changes:

  • Fixed support for Bedrock worlds with missing LevelDB log file
  • Added support for Bedrock sections without biome information
  • (Isometric) Added horizontal and vertical north directions (using cabinet projection)
  • (Isometric) Speed and memory optimizations
  • (Isometric) Fixed broken north direction buttons (broken in 0.20.7)

Cabinet projection:

  •  

v0.8.2

30 Augustus 2026 om 14:26

What's Changed

  • fix(camera): read WhiteBalance, not ColorEnable, on Windows by @yuzi-co in #662
  • refactor(hid): name the divert intents instead of passing flag bools by @AprilNEA in #1071
  • refactor(linux): make the hidraw probe outcome an explicit enum by @AprilNEA in #1073
  • feat(macos): let launchd own the agent lifecycle via SMAppService by @AprilNEA in #1031
  • docs: character stand-in icon rule + crate-homed agent guides by @AprilNEA in #1026
  • Map SLOT_NAME_DPI_BUTTON to DpiToggle and add verification tests by @ediaz2 in #703
  • fix(agent): harden capture sessions, arming, and observe staleness by @AprilNEA in #1077
  • refactor(hid): fold the one-shot retry state into a OneShotScan type by @AprilNEA in #1070
  • refactor(gui): name the scrolling card's facts instead of a five-tuple by @AprilNEA in #1072
  • feat(agent): localize the menu-bar tray by @AprilNEA in #1038
  • refactor: make the audited implicit state machines typed by @AprilNEA in #1080
  • fix: resolve remaining state-machine audit findings by @AprilNEA in #1083
  • feat(gui): add per-app Actions Ring editor by @AprilNEA in #1085
  • feat(i18n): add Belarusian (be) locale by @aliaksandr-trush in #912
  • fix(macos): capture side-button gestures over HID++ by @juan-apa in #722
  • perf(agent): replace capture polling with events by @AprilNEA in #1136
  • perf(agent): replace lifecycle polling with native events by @AprilNEA in #1137
  • fix(macos): prevent HID activity from promoting DarkWake by @AprilNEA in #1142
  • fix(hid): normalize thumbwheel direction per device by @AprilNEA in #1158
  • chore: release v0.8.2 by @AprilNEA[bot] in #1056

New Contributors

Full Changelog: v0.8.1...v0.8.2

  •  

v0.8.1

26 Augustus 2026 om 15:36

What's Changed

Full Changelog: v0.8.0...v0.8.1

  •  

v0.8.0

26 Augustus 2026 om 04:27

Highlights

  • One device, however you connect it. The same mouse now keeps one device card and one set of settings across receiver and USB connections. Existing configurations migrate automatically and are backed up before the first save. (#876)
  • A redesigned device workspace makes larger setups easier to manage. A responsive grid, compact cards, clearer battery status, custom device names, scalable interface presets, and a dedicated action menu make devices faster to scan and configure.
  • Per-app profiles are now editable in the GUI. Pick an installed application from the new catalog, see which profile is active, and customize its button bindings without editing TOML. (#976)
  • Scrolling is smoother and more configurable. Built-in smooth scrolling, vertical sensitivity controls, preserved fractional motion, rebindable wheel tilt, and fixes for diverted high-resolution wheels deliver more consistent scrolling across main and thumb wheels. (#902, #925, #992)
  • Buttons can now distinguish a tap from a hold. TOML bindings can assign independent short- and long-press actions with a 500 ms threshold, while held shortcuts remain active until the button is released. (#961)

What's Changed

  • chore(gui): bump gpui-component to da4f9369 by @AprilNEA in #655
  • refactor(hid): centralize device identities by @AprilNEA in #831
  • docs(agents): scale local gate to affected packages by @AprilNEA in #696
  • feat(core,gui): make the main wheel's tilt rebindable (MX anywhere 2s,...) by @6lv1-blr in #902
  • fix(linux): install the app icon at every indexed hicolor size by @4ni1ak in #837
  • fix(gui): recognize mx ergo wheel tilt metadata by @AprilNEA in #905
  • ci: automate typo checks and consolidate configs by @AprilNEA in #906
  • refactor(gui): convert app state to entity events by @AprilNEA in #904
  • fix(mouse): compose thumb-wheel preset labels from translated action names by @NatsUIJM in #910
  • fix(linux): restore glibc 2.35 package baseline by @AprilNEA in #911
  • fix(gui): restore full-phrase thumb-wheel preset labels by @AprilNEA in #913
  • refactor(gui): componentize free-function builders by @AprilNEA in #914
  • fix(macos): honor XDG state dir in permission diagnostics by @AprilNEA in #915
  • fix(hid): improve Unifying receiver discovery reliability by @v14 in #853
  • feat(gui): add per-app profiles and redesign device workspace by @AprilNEA in #907
  • fix(macos): use reliable async-hid report writes by @sh3ll3x3c in #889
  • fix(hid): preserve usage pairs in native handle cache by @sh3ll3x3c in #882
  • fix: show Windows MSI completion and failure state by @mvanhorn in #819
  • feat(gui): make custom controls keyboard-operable by @AprilNEA in #916
  • style(gui): refine profile toolbar layout by @AprilNEA in #921
  • refactor(gui): clean up render paths and element ids by @AprilNEA in #926
  • fix(hidpp): read Unifying link encryption from bit 5, not the software-present bit by @AprilNEA in #924
  • refactor(gui): tighten typed rendering and async ownership by @AprilNEA in #931
  • refactor(gui): move device reads onto swr by @AprilNEA in #929
  • feat(gui): add scalable interface presets by @AprilNEA in #934
  • feat(agent): unify button Down/Up/Cancel lifecycle by @AprilNEA in #933
  • feat(i18n): add Turkish (tr) interface locale by @4ni1ak in #835
  • feat(gui): add switchable device gallery views by @AprilNEA in #927
  • refactor(gui): improve shared component quality by @AprilNEA in #966
  • feat(agent): hold shortcut output until button release by @AprilNEA in #960
  • fix(thumbwheel): scale remapped vertical scrolling by @hsearcy in #925
  • refactor(gui): structure app state by domain by @AprilNEA in #974
  • feat(gui): add installed application catalog picker by @AprilNEA in #976
  • feat(gui): add polished battery indicator by @AprilNEA in #983
  • feat(scroll): preserve precise scroll distances by @AprilNEA in #973
  • ci: replace target caches with sccache by @AprilNEA in #984
  • feat(scroll): add finite smooth scroll runtime by @AprilNEA in #975
  • feat(scroll): smooth diverted thumbwheel input by @AprilNEA in #977
  • feat(gui): polish the app catalog picker and device cards by @AprilNEA in #986
  • feat(scroll): add vertical scroll sensitivity by @AprilNEA in #978
  • feat(scroll): expose smooth scrolling setting by @AprilNEA in #979
  • refactor(gui): strengthen typed render boundaries by @AprilNEA in #981
  • fix(core,gui,agent): key device settings by identity, not by transport by @yuzi-co in #876
  • feat(agent): dispatch independent long-press actions by @AprilNEA in #961
  • refactor(agent): complete thumbwheel state machine by @AprilNEA in #968
  • fix(hid): preserve diverted wheel reporting by @AprilNEA in #992
  • chore: release v0.8.0 by @AprilNEA[bot] in #991

New Contributors

Full Changelog: v0.7.10...v0.8.0

  •  

v0.7.10

23 Augustus 2026 om 17:48

What's Changed

  • fix(gui): check the open helper's exit status when launching the agent by @AprilNEA in #820
  • fix(nix): provide git to the sandboxed test phase by @AprilNEA in #833
  • feat(ipc): surface HID open failures in agent status by @AprilNEA in #822
  • fix(agent): follow the picked app icon in the menu bar by @AprilNEA in #846
  • feat(cli): read the running agent's inventory in openlogi list by @AprilNEA in #823
  • fix(thumbwheel): stop the tap firing App Exposé, and scroll by the wheel's native amount by @AprilNEA in #857
  • chore: release v0.7.8 by @AprilNEA[bot] in #834
  • fix(gui): stop discarding correctly rebuilt device records by @AprilNEA in #868
  • fix(overlay,agent): stop the anonymous overlay tenant from wedging the Actions Ring by @AprilNEA in #848
  • refactor(gui): put the asset tier on an swr cache by @AprilNEA in #869
  • chore: release v0.7.9 by @AprilNEA[bot] in #870
  • chore: release v0.7.10 by @AprilNEA in #874

Full Changelog: v0.7.7...v0.7.10

  •  

v0.7.7

23 Augustus 2026 om 09:41

v0.7.5 and v0.7.6 were tagged but never published — their macOS packaging failed before a single artifact was uploaded, so no release exists for either. Everything both of them contained ships here, and the changes below cover everything since v0.7.4.

What's Changed

  • docs(ci): map every CI job to a local command by @davidbudnick in #732
  • feat(i18n): add Ukrainian (uk) locale by @dima-karpenko in #715
  • ci(shell): gate every shell script with shellcheck and shfmt by @AprilNEA in #745
  • docs(core): correct the model_ids transport ordering, and fix the MX Keys mock by @yuzi-co in #668
  • refactor(xtask): move ci-local.sh and write-changelog.sh into xtask by @AprilNEA in #746
  • refactor(xtask): split bundle.rs along what it actually does by @AprilNEA in #753
  • feat(cli): report feature flags and firmware entities in diag features by @yuzi-co in #690
  • refactor(cli): render diagnostics with display adapters by @AprilNEA in #758
  • refactor: stream display-only formatting by @AprilNEA in #768
  • feat(camera): add anti-flicker and low-light controls by @awesamarth in #793
  • refactor(hid): split the HID++ device layer from the host backend by @AprilNEA in #772
  • chore: cut manifest comments that describe instead of constrain by @AprilNEA in #809
  • fix(hook): stop trusting AXIsProcessTrusted as a revocation signal by @AprilNEA in #801
  • fix(hook): keep macOS tap lifecycle instance-owned by @AprilNEA in #808
  • feat(gui): pick the app icon in Settings by @AprilNEA in #812
  • build(macos): name the helper bundles after their display names by @AprilNEA in #814
  • docs(agents): add a macOS permissions task skill by @AprilNEA in #813
  • fix(agent): shut down when the app is uninstalled by @AprilNEA in #810
  • fix(ipc,agent,desktop): surface Input Monitoring via agent status and fix registry bincode by @rekcilyssup in #760
  • fix(hid): take async-hid 0.5.3 so a denied HID open stops leaking by @AprilNEA in #804
  • fix(hid): park the Windows HID read on a permanently dead handle by @yuzi-co in #779
  • chore: release v0.7.5 by @AprilNEA[bot] in #750
  • fix(release): use changelog as release PR body by @AprilNEA in #821
  • refactor(agent): split the binary watcher from how it relaunches by @AprilNEA in #816
  • refactor(agent-core): give the polling watchers one loop by @AprilNEA in #818
  • feat(hid): recognise Lightspeed receiver 046d:c54d (PRO X SUPERLIGHT 2 DEX) by @v14 in #811
  • chore: release v0.7.6 by @AprilNEA[bot] in #824
  • fix(agent): make macOS permission failures diagnosable by @AprilNEA in #817
  • fix(ci): build both macOS legs with an Icon Composer-capable Xcode by @AprilNEA in #815
  • chore: release v0.7.7 by @AprilNEA[bot] in #830

New Contributors

Full Changelog: v0.7.4...v0.7.7

  •  

v0.7.2

20 Augustus 2026 om 18:26

What's Changed

  • fix(agent): reapply volatile settings after Windows resume by @davidbudnick in #639
  • build(nix): make Linux packaging first-class by @AprilNEA in #632
  • chore(infra): add CODEOWNERS by @AprilNEA in #646
  • fix: bind the Actions Ring overlay to one agent run by @AprilNEA in #645
  • chore: converge the repository top level by @AprilNEA in #647
  • refactor(gui): split the GPUI side into app, ui, and overlay crates by @AprilNEA in #672
  • refactor(ipc): replace the GUI's poll loop with a level-triggered state channel by @AprilNEA in #675
  • build(windows): ship the openlogi CLI in the zip and MSI by @yuzi-co in #659
  • build(infra): drop dependency debuginfo in dev builds by @AprilNEA in #695
  • refactor(core): extract openlogi-permissions and give shared constants one definition by @AprilNEA in #697
  • fix(gui): use the GPUI executor timer, not tokio::time::interval, for camera scans by @charliecai01 in #686
  • fix(overlay): prevent GPUI from exiting on window close by @clifinger in #700
  • fix(agent): relaunch after granting Input Monitoring by @AprilNEA in #713
  • chore: release v0.7.2 by @AprilNEA[bot] in #642

New Contributors

Full Changelog: v0.7.1...v0.7.2

  •  

v0.16.20

30 Augustus 2026 om 15:43

[0.16.20] - 2026-08-30

If you are upgrading from v0.16.x, replace the binary (or run docker pull). If you are upgrading from v0.15.x and below, please read the upgrading documentation for more information on how to upgrade from previous versions.

Added

  • System for Cross-domain Identity Management (SCIM) v2 (Enterprise):
  • JMAP: CalendarEvent/set support for updating and deleting synthetic ids (#2925).
  • Calendar:
    • Conference links in calendar invites and email alarms.
    • Translations for Arabic, Brazilian Portuguese, Bulgarian, Chinese Simplified, Chinese Traditional, Croatian, Czech, Finnish, Hebrew, Hindi, Hungarian, Indonesian, Japanese, Korean, Lithuanian, Norwegian Bokmål, Persian, Romanian, Russian, Slovak, Slovenian, Thai, Turkish, Ukrainian and Vietnamese.

Changed

  • Calendar: Updated HTTP RSVP page.

Fixed

  • DANE:
    • TLSA records are looked up whenever the MX RRset is signed, even when the MX host's own zone is not.
    • Mandatory DANE failures are permanent rather than temporary, bouncing messages that should be delayed.
    • Valid but unusable TLSA records fall back to the configured TLS strategy, permitting cleartext delivery where TLS is required.
  • S3: Fix outdated upstream af-south-1 region configuration.
  • Setup wizard: SQL directories set to use the main data store are now validated against the data store being configured.
  • CardDAV: Delete default address book id when deleting the default address book.
  • Redis: Sentinel deployments configured with rediss:// URLs now connect to the master over TLS instead of silently falling back to cleartext.
  • Email: Generated Message-ID headers use the hostname of the node that built the message instead of the configured server hostname.
  • MTA:
    • Do not send DMARC reports to local domains.
    • Messages addressed to an inboundReportAddresses match are only discarded when they actually contain a report (#1088).
  • Directory: Impersonation using the recovery admin fails when the impersonated account has not logged in before (LDAP and SQL directories).
  • WebUI: Failed logins open the browser's native credential prompt.
  • Cluster: Expired node id leases are released periodically rather than only during startup, so entries for removed nodes no longer remain Stale or Inactive indefinitely.

Check binary attestation here

  •  

uNmINeD 0.20.7-dev

Door: megasys
30 Augustus 2026 om 00:18

New uNmINeD development snapshot is available for download!

Changes:

  • (Isometric) Moved isometric settings to a separate tab
  • (Isometric) Added gamma and contrast settings (brighter and more vibrant images)
  • (Isometric) Added water transparency and depth fading settings
  • (Isometric) Biome blending is now ON by default
  • (Isometric) Fixed rendering queue cancellation
  • (Isometric) Fixed high IO pressure during rendering
  • (Isometric) Rendering speed optimizations

Screenshot:

  •  

OS Release: ReactOS 0.4.16

29 Augustus 2026 om 21:25
The DistroWatch news feed is brought to you by TUXEDO COMPUTERS. The ReactOS project develops an open-source operating system which is designed to be compatible with software and drivers created for Microsoft Windows. The project's latest release combines its two editions into one and introduces a new graphical system installer. "We are pleased to announce the release of ReactOS....
  •  

Distribution Release: Abora OS 2026.08.28

29 Augustus 2026 om 19:00
The DistroWatch news feed is brought to you by TUXEDO COMPUTERS. Abora OS is general-purpose Linux distribution based on NixOS. The project's latest release, version 2026.08.28 (also tagged as version 4.0.0 and carrying the codename "Everest"), is available in five desktop editions and introduces non-destructive installs onto an existing partition. "Everest ships as five editions: Cosmic, Hyprland, GNOME, KDE....
  •  

Distribution Release: Liya Linux 2026.08.29

29 Augustus 2026 om 16:48
The DistroWatch news feed is brought to you by TUXEDO COMPUTERS. Liya Linux is an Arch Linux-based, rolling-release distribution. The project's latest snapshot, version 2026.08.29, introduces a new versioning scheme, removal of AI content and tools, and a switch from X.Org to XLibre. "AI-generated content and tools have been removed from the default Liya Linux experience. While AI can....
  •  

LumaBooth for iPad, iPhone, Mac v5.4.3

28 Augustus 2026 om 19:43

Truer color and sharper detail on every USB Direct print, plus wider printer support.

Printing Quality

  • DS820 prints no longer come out dark. We corrected the color profile behind them, so prints come back at the density and color you expect.
  • Photos sent over USB Direct Printing keep their full quality at default alignment. They are no longer rebuilt and recompressed on the way to the printer, so fine detail and rich color reach the paper exactly as your layout made them.
  • Color handling for the DS-RX1 and QW410 was reviewed and brought in line as well, so color stays consistent from one printer to the next.

Printer Connectivity

  • Older HiTi P525L and P520L printers are now detected over USB Direct Printing. LumaBooth no longer sends a USB setup step those printers reject, so they show up in Print Setup instead of going missing while the printer sits there reporting itself ready. Printers that already worked are unaffected.
  •  

LumaBooth for iPad, iPhone, Mac v5.4.2

24 Augustus 2026 om 23:50

LumaBooth 5.4.2 focuses on USB direct printing: you can now choose the exact print size your loaded ribbon supports, get full-bleed prints that use the whole sheet, and see clearer, translated printing options throughout Print setup.

Printing

  • Added the ability to choose the print size for the ribbon you have loaded (5x7, 6x8, 6x6, 5x5, 6x9, 4.5x6 and more) instead of having the size guessed from your template shape, with the cut options that belong to each size.
  • Multi-up sizes now fill the whole sheet, so choosing one copy on a 2-up size prints two photos on one sheet rather than wasting half of it.
  • The print button and the guest copies screen now show how many prints a press will produce, so you always know what is coming out of the printer.
  • Resolved an issue where a print could be composed at a smaller size than the loaded ribbon, leaving white borders and wasting the sheet.
  • Print sizes your printer's firmware cannot handle are no longer offered, so you never pick a size that dead-ends at a firmware message.
  • Corrected the "Cut into 2x6 strips" switch so it only appears when the paper actually in the printer can be strip-cut.
  • The printed test page now carries the proper LumaBooth branding and logo.

Printer Support

  • Added support for the SwiftFoto KSF-10R, which previously reported as an unsupported printer when connected.
  • HiTi prints on older ribbon batches now show accurate colors, removing the warm cast those ribbons produced.
  • Improved the messages shown when a HiTi printer refuses a job: you now get plain-language guidance instead of a technical code.

Print Setup

  • Redesigned the paper size picker in the photo layout editor as a large, easy-to-tap list that includes every size your connected printer supports, sorted small to large.
  • In landscape, the Alignment card now sits under Select print method so the two columns are balanced.
  • Rounded the corners of the "Printing…" overlay to match the rest of Print setup.
  • The plus and minus buttons on the per event and per session limit rows now line up with the number and the "prints" label beside them.

Languages

  • The USB Direct Printing settings are now translated into German, Spanish, French, Italian and Portuguese, and longer size names wrap instead of being cut off.
  •  

LumaBooth for iPad, iPhone, Mac v5.4.1

20 Augustus 2026 om 04:42

This release is all about HiTi printing over USB Direct: better color, sharper prints, wider printer support, and clear messages when your printer needs attention.

Printing

  • HiTi prints now use the printer's own color profile, so colors match what HiTi's official driver produces instead of running warm.
  • Prints are sharpened the way HiTi's own driver sharpens them, so photos come off the printer noticeably crisper.
  • Portrait photos printed on landscape paper are sharpened correctly, with no streaking.
  • The HiTi P520L now works over USB Direct Printing, alongside the P525L.

Printer Messages

  • When a HiTi printer stops mid-print, LumaBooth tells you what is wrong, whether it is a paper jam, an empty ribbon or an open cover, and what to do about it, instead of showing a numbered error code.
  • USB printing problems now read in plain language instead of raw error codes, so you know whether to enable the driver, reconnect the cable or check the printer.
  •  

LumaBooth for iPad, iPhone, Mac v5.4

10 Augustus 2026 om 23:44

This update brings mirror and flip controls for your captures, Mac keyboard shortcuts, a resizable live view on the welcome screen, and printing that works with more printers and more layouts. It also fixes freezes, crashes, and sync issues that could interrupt an event.

New

  • Mirror or flip captured photos and videos, so what you print and share matches what your guests expect
  • Keyboard shortcuts on Mac let you drive the booth without touching the screen
  • Resize the live view on the Welcome Screen to fit your event design
  • Print 2 per page now works with any template size, not just strips
  • Citizen CX-02, CX-02W, and CZ-01 printers work with USB Direct Printing on iPad
  • Printing text labels (printing message, copies title, button label) now sync with the dashboard

Fixes

  • Fixed a freeze between the countdown and the photo being taken
  • DNP DS620 and DS820 printers now wake automatically from standby instead of failing the print
  • Fixed event data being deleted on devices with very large event lists
  • Newest events now appear on accounts with more than 100 events
  • Fixed a crash when loading an event with a very large layout
  • Fixed a crash when loading events after importing with Replace
  • Fixed a rare crash on the first launch after a fresh install
  • Deleting a soundtrack or animated overlay now syncs to your other devices
  • Sticker settings refresh right away when changed from another device
  • Live view settings panel no longer overlaps the position fields in portrait
  • Guest background chooser arrows show correctly and follow your theme color
  • Fixed truncated "Choose a Template" text in French
  •  

LumaBooth for iPad, iPhone, Mac v5.3

26 Juli 2026 om 08:28

Print straight from your iPad. Connect a DNP, Citizen, or HiTi photo printer with a single USB-C cable and start printing. No AirPrint, no print server, no drivers to install. (Requires an iPad with an M-series chip, M1 or later, running iPadOS 16 or later.)

Printing

  • Print directly to a supported dye-sub printer over USB. Plug in the cable, pick USB Direct Printing in Print Setup, and your prints come out. Nothing to install.
  • Supports DNP and Citizen printers: DS-RX1, DS40, DS80, DS620, DS820A, DS820DX, and QW410.
  • Supports the HiTi P525L, with full color management so skin tones stay warm and true.
  • Cut 4×6 prints into two 2×6 strips. Turn on "Cut into 2×6 strips" and classic photo strips come off the printer ready to hand out. The option appears only on printers and media that can actually do it.
  • See how much media is left. Your remaining print count shows right in Print Setup, so a ribbon never runs out mid-event by surprise.
  • Printer messages now say what is actually wrong, in plain language. "The printer cover is open" instead of a mystery error.
  • Prints recover from brief connection hiccups on their own instead of failing.

Print Setup

  • The Print Setup screen is clearer, with better spacing and print method options that are easy to tap on every device.
  • Printer status is easier to read at a glance, so you know your printer is ready before guests line up.
  • Setup guidance walks you through connecting a printer directly the first time.
  •  

LumaBooth for iPad, iPhone, Mac v5.2.2

25 Juni 2026 om 18:17

A sharper booth experience from start to share. Smoother editing on iPad, more reliable event copying, brighter video on Mac webcams, two new GIF aspect ratios, and a round of stability fixes.

AI Portraits

  • Fixed an issue where duplicating an event left its AI Portrait reference images (subject, scene, style, and logo) broken in the copy.

Event Management

  • Resolved an issue where copying an event could lose the text from your print layouts when the copy was opened on another device.

Booth Experience

  • Added the option to hide the Photo, GIF, Boomerang, and Video start buttons on the Welcome screen. Useful for single booth mode events where the guest can tap anywhere on the screen to start.
  • Fixed the Welcome screen so it now reflects live view aspect ratio changes and updates its background image after live view is turned off from the dashboard.
  • Fixed an issue where backgrounds couldn't be selected for background removal while 360 mode was enabled.
  • Live view now keeps a consistent aspect ratio when a background is chosen during a background removal session, so framing stays steady throughout.
  • Added 3:2 and 2:3 aspect ratio options for GIFs.

Layout Editor

  • Fixed an issue on iPad where items drifted away from your finger, farther the more you dragged, when repositioning them in the editor.
  • Improved handling of small items so their resize handles no longer overlap, making them easy to resize on iPhone.
  • Photos now stay within the canvas when added to a square layout, instead of landing mostly off‑screen.

Printing

  • Clarified the print limit labels to read "Per event limit" and "Per session limit" for easier setup.

Camera Support

  • Fixed an issue where video and Boomerang recordings appeared noticeably darker than photos when using a USB webcam (such as the Logitech BRIO) on Mac.

Stability

  • Improved stability when saving print layouts in the editor, addressing a long‑standing crash.
  •  

LumaBooth for iPad, iPhone, Mac v5.2.1

10 Juni 2026 om 23:59

A sharper booth experience from start to share. Smoother editing on iPad, more reliable event copying, brighter video on Mac webcams, two new GIF aspect ratios, and a round of stability fixes.

AI Portraits

  • Fixed an issue where duplicating an event left its AI Portrait reference images (subject, scene, style, and logo) broken in the copy.

Event Management

  • Resolved an issue where copying an event could lose the text from your print layouts when the copy was opened on another device.

Booth Experience

  • Added the option to hide the Photo, GIF, Boomerang, and Video start buttons on the Welcome screen. Useful for single booth mode events where the guest can tap anywhere on the screen to start.
  • Fixed the Welcome screen so it now reflects live view aspect ratio changes and updates its background image after live view is turned off from the dashboard.
  • Fixed an issue where backgrounds couldn't be selected for background removal while 360 mode was enabled.
  • Live view now keeps a consistent aspect ratio when a background is chosen during a background removal session, so framing stays steady throughout.
  • Added 3:2 and 2:3 aspect ratio options for GIFs.

Layout Editor

  • Fixed an issue on iPad where items drifted away from your finger, farther the more you dragged, when repositioning them in the editor.
  • Improved handling of small items so their resize handles no longer overlap, making them easy to resize on iPhone.
  • Photos now stay within the canvas when added to a square layout, instead of landing mostly off‑screen.

Printing

  • Clarified the print limit labels to read "Per event limit" and "Per session limit" for easier setup.

Camera Support

  • Fixed an issue where video and Boomerang recordings appeared noticeably darker than photos when using a USB webcam (such as the Logitech BRIO) on Mac.

Stability

  • Improved stability when saving print layouts in the editor, addressing a long‑standing crash.
  •  
❌