Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.11.0"
".": "1.12.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.12.0](https://github.com/johncarmack1984/lux/compare/v1.11.0...v1.12.0) (2026-07-28)


### Features

* **desktop:** fixture color presets ([#257](https://github.com/johncarmack1984/lux/issues/257)) ([f0d5285](https://github.com/johncarmack1984/lux/commit/f0d5285ea591ec9575b49d1713e376aafb92d056))

## [1.11.0](https://github.com/johncarmack1984/lux/compare/v1.10.0...v1.11.0) (2026-07-26)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lux",
"version": "1.11.0",
"version": "1.12.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lux"
version = "1.11.0" # x-release-please-version
version = "1.12.0" # x-release-please-version
description = "A DMX lighting control system for Enttec Open DMX USB and sACN/E1.31 network nodes."
authors = ["John Carmack"]
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions apps/desktop/src-tauri/gen/apple/lux_iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.11.0</string>
<string>1.12.0</string>
<key>CFBundleVersion</key>
<string>1.11.0</string>
<string>1.12.0</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "lux",
"version": "1.11.0",
"version": "1.12.0",
"identifier": "com.johncarmack.lux",
"build": {
"beforeBuildCommand": "bun run build",
Expand Down