From 54ef265cebb3b8595c56bf3c85a60482b84b2de5 Mon Sep 17 00:00:00 2001 From: Alin Panaitiu Date: Tue, 10 Sep 2024 20:15:30 +0300 Subject: [PATCH] 6.8.2 --- Lunar.xcodeproj/project.pbxproj | 8 +-- Lunar/Data/Display.swift | 6 ++ Releases/appcast-stable.xml | 38 ++++++------ Releases/appcast2.xml | 100 +++++++------------------------- 4 files changed, 49 insertions(+), 103 deletions(-) diff --git a/Lunar.xcodeproj/project.pbxproj b/Lunar.xcodeproj/project.pbxproj index 5994fff3..36484eea 100644 --- a/Lunar.xcodeproj/project.pbxproj +++ b/Lunar.xcodeproj/project.pbxproj @@ -1338,7 +1338,7 @@ CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO; CODE_SIGN_STYLE = Manual; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 6.8.2b3; + CURRENT_PROJECT_VERSION = 6.8.2; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_ASSET_PATHS = ""; DEVELOPMENT_TEAM = ""; @@ -1370,7 +1370,7 @@ ); LLVM_LTO = YES_THIN; MACOSX_DEPLOYMENT_TARGET = 11.0; - MARKETING_VERSION = 6.8.2b3; + MARKETING_VERSION = 6.8.2; MTL_ENABLE_DEBUG_INFO = NO; OTHER_CODE_SIGN_FLAGS = ""; PRODUCT_BUNDLE_IDENTIFIER = fyi.lunar.Lunar; @@ -1403,7 +1403,7 @@ CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO; CODE_SIGN_STYLE = Manual; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 6.8.2b3; + CURRENT_PROJECT_VERSION = 6.8.2; DEVELOPMENT_ASSET_PATHS = ""; DEVELOPMENT_TEAM = ""; "DEVELOPMENT_TEAM[sdk=macosx*]" = RDDXV84A73; @@ -1434,7 +1434,7 @@ ); LLVM_LTO = YES; MACOSX_DEPLOYMENT_TARGET = 11.0; - MARKETING_VERSION = 6.8.2b3; + MARKETING_VERSION = 6.8.2; MTL_ENABLE_DEBUG_INFO = NO; OTHER_CODE_SIGN_FLAGS = "--timestamp"; PRODUCT_BUNDLE_IDENTIFIER = fyi.lunar.Lunar; diff --git a/Lunar/Data/Display.swift b/Lunar/Data/Display.swift index f4bc4eb2..de98a0a2 100644 --- a/Lunar/Data/Display.swift +++ b/Lunar/Data/Display.swift @@ -1717,6 +1717,9 @@ let AUDIO_IDENTIFIER_UUID_PATTERN = "([0-9a-f]{2})([0-9a-f]{2})-([0-9a-f]{4})-[0 lazy var userMaxNits: Double? = getUserMaxNits() { didSet { + let name = name + let maxNits = maxNits + let userMaxNits = userMaxNits debug("\(name) Max Nits: \((userMaxNits ?? maxNits).str(decimals: 2))") recomputeNitsMapping() } @@ -1724,6 +1727,9 @@ let AUDIO_IDENTIFIER_UUID_PATTERN = "([0-9a-f]{2})([0-9a-f]{2})-([0-9a-f]{4})-[0 lazy var userMinNits: Double? = getUserMinNits() { didSet { + let name = name + let minNits = minNits + let userMinNits = userMinNits debug("\(name) Min Nits: \((userMinNits ?? minNits).str(decimals: 2))") recomputeNitsMapping() } diff --git a/Releases/appcast-stable.xml b/Releases/appcast-stable.xml index a4d190da..88da449e 100644 --- a/Releases/appcast-stable.xml +++ b/Releases/appcast-stable.xml @@ -2,6 +2,25 @@ Lunar + + 6.8.2 + Tue, 10 Sep 2024 19:38:11 +0300 + https://lunar.fyi/ + https://lunar.fyi/changelog + 5.0.0 + 6.8.2 + 6.8.2 + 11.0 + https://files.lunar.fyi/ReleaseNotes/Lunar-6.8.2.html + + + + + + + + + 6.8.1 Tue, 30 Jul 2024 10:14:15 +0300 @@ -173,25 +192,6 @@ - - 6.7.6 - Sun, 14 Apr 2024 13:43:56 +0300 - https://lunar.fyi/ - https://lunar.fyi/changelog - 5.0.0 - 6.7.6 - 6.7.6 - 11.0 - https://files.lunar.fyi/ReleaseNotes/Lunar-6.7.6.html - - - - - - - - - 6.1.4 Tue, 30 May 2023 12:53:58 +0300 diff --git a/Releases/appcast2.xml b/Releases/appcast2.xml index 50b59c93..dcbb0301 100644 --- a/Releases/appcast2.xml +++ b/Releases/appcast2.xml @@ -2,6 +2,25 @@ Lunar + + 6.8.2 + Tue, 10 Sep 2024 19:38:11 +0300 + https://lunar.fyi/ + https://lunar.fyi/changelog + 5.0.0 + 6.8.2 + 6.8.2 + 11.0 + https://files.lunar.fyi/ReleaseNotes/Lunar-6.8.2.html + + + + + + + + + 6.8.2b3 Tue, 20 Aug 2024 09:30:27 +0300 @@ -22,46 +41,6 @@ - - 6.8.2b2 - Wed, 07 Aug 2024 10:45:44 +0300 - https://lunar.fyi/ - https://lunar.fyi/changelog - beta - 5.0.0 - 6.8.2b2 - 6.8.2b2 - 11.0 - https://files.lunar.fyi/ReleaseNotes/Lunar-6.8.2b2.html - - - - - - - - - - - 6.8.2b1 - Sat, 03 Aug 2024 19:32:43 +0300 - https://lunar.fyi/ - https://lunar.fyi/changelog - beta - 5.0.0 - 6.8.2b1 - 6.8.2b1 - 11.0 - https://files.lunar.fyi/ReleaseNotes/Lunar-6.8.2b1.html - - - - - - - - - 6.8.1 Tue, 30 Jul 2024 10:14:15 +0300 @@ -81,26 +60,6 @@ - - 6.8.1b3 - Sun, 28 Jul 2024 16:26:12 +0300 - https://lunar.fyi/ - https://lunar.fyi/changelog - beta - 5.0.0 - 6.8.1b3 - 6.8.1b3 - 11.0 - https://files.lunar.fyi/ReleaseNotes/Lunar-6.8.1b3.html - - - - - - - - - 6.8.0 Wed, 17 Jul 2024 00:11:03 +0300 @@ -253,25 +212,6 @@ - - 6.7.6 - Sun, 14 Apr 2024 13:43:56 +0300 - https://lunar.fyi/ - https://lunar.fyi/changelog - 5.0.0 - 6.7.6 - 6.7.6 - 11.0 - https://files.lunar.fyi/ReleaseNotes/Lunar-6.7.6.html - - - - - - - - - 6.2.0b3 Sat, 15 Jul 2023 16:45:15 +0300 @@ -336,9 +276,9 @@ - +