Skip to content

Beta: 2025.01.29

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jan 12:56
· 3 commits to main since this release
b4ac5f8

Commits

  • 143566c: Fix build configuration and add release workflow (Christoph Hofmann) #213
  • 7489e53: Add openHAB Build and Release workflow (Christoph Hofmann) #213
  • 32ffedc: Cleanup (Christoph Hofmann) #213
  • f7d9845: Fixed filename and syntax issues (Christoph Hofmann) #213
  • 11a1477: Fixed build and release name task (Christoph Hofmann) #213
  • 0d3c646: Fix build number and release name in openhab.yml (Christoph Hofmann) #213
  • da354e2: Update build script to output release information (Christoph Hofmann) #213
  • 1cf78ed: Update build configuration and release name handling (Christoph Hofmann) #213
  • 6dfadcf: Fix IS_BETA_RELEASE assignment in openhab.yml (Christoph Hofmann) #213
  • aede949: Update build script to use current date as build number and release name (Christoph Hofmann) #213
  • 0408f29: Fix variable assignment in openhab.yml (Christoph Hofmann) #213
  • bd3ac9e: Add configure job as dependency for create_release job (Christoph Hofmann) #213
  • 1fe6865: Update openHAB workflow configuration (Christoph Hofmann) #213
  • 96494e6: Set build configuration based on branch (Christoph Hofmann) #213
  • 4e91375: Update release name in openhab.yml (Christoph Hofmann) #213
  • ae2a6ba: Fix outputs (Christoph Hofmann) #213
  • bc2edea: Fix release name in openhab.yml (Christoph Hofmann) #213
  • 941a255: Update build configuration and release name (Christoph Hofmann) #213
  • aef7c66: Update Set-Version.ps1 path in build workflow (Christoph Hofmann) #213
  • dacb3b6: Update build and openhab workflows (Christoph Hofmann) #213
  • e750f60: Update build.yml and openhab.yml (Christoph Hofmann) #213
  • cff5ae4: Update Set-Version.ps1 path in build workflow (Christoph Hofmann) #213
  • f596757: Update Set-Version.ps1 script invocation (Christoph Hofmann) #213
  • bb5bf7b: Update build workflow names (Christoph Hofmann) #213
  • 7d5bb21: Update build script to set version correctly (Christoph Hofmann) #213
  • bfd2bee: Update package version script and remove unnecessary ls command (Christoph Hofmann) #213
  • 347a14f: Add nuget package restore step (Christoph Hofmann) #213
  • ceb9480: Fixed sonarqube security hotspot (Christoph Hofmann) #213
  • 13aeacb: Update build and publish workflows (Christoph Hofmann) #213
  • 1f077a6: Update release workflow (Christoph Hofmann) #213
  • 99154be: Update publish.yml and openhab.yml workflows (Christoph Hofmann) #213
  • 470bcfc: Update package name in publish workflows (Christoph Hofmann) #213
  • 12c6fd4: Update workflows for release and publishing (Christoph Hofmann) #213
  • fbb48d5: The most significant changes in the code include the update of project reference for "openHAB.Common", removal of namespaces from "NotificationManager.cs", addition of a new parameter in "ResolveIconPath" method, and the inclusion of a new dependency in "IconCaching.cs". Several converters were removed from "App.xaml" and usage of certain converters was removed from multiple files. The logic for resolving the icon path was updated in "ImageLabel.xaml.cs" and a boolean return type was added to "DownloadAndSaveIconToCache" method in "IconCaching.cs". Code formatting and alignment changes were made in multiple files for better readability. The type of Widget property was changed in WidgetBase.cs and the logic for generating the icon path was simplified in IconToBitmapConverter.cs. The Visibility property binding was simplified in all .xaml files. The IconToPathConverter.cs, StringToColorBrushConverter.cs files were removed from the project. Various UI elements were updated in MainWindow.xaml and a nativeDebugging property was added to the openHAB.Windows (Package) profile in launchSettings.json. A new file WidgetViewModel.cs was added to the project. (Christoph Hofmann) #213
  • 98e717d: The code changes primarily involve updates to the .NET framework and C# version, renaming of classes, replacement of the JSON library, and updates to package versions. (Christoph Hofmann) #213
  • f0630f2: The most significant changes involve modifications to the StrongReferenceMessenger.Default.Send and StrongReferenceMessenger.Default.Register method calls in MainWindow.xaml.cs, MainViewModel.cs, and SitemapViewModel.cs. These methods now include additional arguments related to the sitemap name. Additionally, the StrongReferenceMessenger.Default.Unregister method call was removed from MainViewModel.cs. Lastly, several build properties were removed from openHAB.Windows.GeneratedMSBuildEditorConfig.editorconfig, indicating potential changes in the project configuration or build process. (Christoph Hofmann) #213
  • e2ec59a: Fixed Notifications (Christoph Hofmann) #213
  • f5c33cb: Fixed last sitemap loading (Christoph Hofmann) #213
  • bc26b00: Removed test rest client (Christoph Hofmann) #213
  • 9365e2b: Fixed state handling (Christoph Hofmann) #213
  • 0abe72f: The most significant changes in the code include the modification of image source binding in FrameWidget.xaml, the removal of color converter usage in SelectionWidget.xaml, and the addition of a RaisePropertyChanged call in TextWidget.xaml.cs. Other notable changes include the handling of null values and case-insensitive comparison in ToggleWidget.xaml.cs and WidgetViewModel.cs, and the replacement of VariableSizedWrapGrid with a WrapPanel in SitemapPage.xaml. (Christoph Hofmann) #213
  • 6ec136e: Fixed issue if Breadcrumb when switching sitemap (Christoph Hofmann) #213
  • c997f7d: Refactor and update packages, add MainUIPage (Christoph Hofmann) #213
  • ba018cc: Add NullToVisibilityConverter and update MainWindow.xaml (Christoph Hofmann) #213
  • 5131db5: Fix workflow to build app (Christoph Hofmann) #213
  • 2e6d0a6: Fix sub workflows calls (Christoph Hofmann) #213
  • 4abd23e: disable publish jobs (Christoph Hofmann) #213
  • 075ad6d: Updated upload artifact task to latest version (Christoph Hofmann) #213
  • 4c8d011: Add CI workflow for openHAB build process and update openhab.yml formatting (Christoph Hofmann) #213
  • 060dbb5: Fix output path for build (Christoph Hofmann) #213
  • bbf50ff: Checkl output directory (Christoph Hofmann) #213
  • 9d838c2: Update SonarQube integration (Christoph Hofmann) #213
  • 2a961a6: Improve output directory listing in CI workflow (Christoph Hofmann) #213
  • c379e7f: Fixed path and migrated to dotnet tooling (Christoph Hofmann) #213
  • fed9ff4: Migrated to dotnet restore (Christoph Hofmann) #213
  • 300e840: Enhance build workflow by forcing NuGet package restore and adding Microsoft.WindowsAppSDK package (Christoph Hofmann) #213
  • c8992f1: Fix restore (Christoph Hofmann) #213
  • 456fdcb: Updated dependencies and resized reload buttons (Christoph Hofmann) #213
  • 4527dcd: Refactor build workflow to simplify NuGet package restore step (Christoph Hofmann) #213
  • 77e6479: Updated readme (Christoph Hofmann) #213
  • 32f19f2: Add .NET 8 setup to build workflow and disable restore during rebuild (Christoph Hofmann) #213
  • d990aaa: Add script to update app version number (Christoph Hofmann) #213
  • 6f6ed42: Fixed CICD pipeline (#171) (Christoph Hofmann) #213
  • 4522025: Reworked menu (#163) (Christoph Hofmann) #213
  • 0cb542c: Fixed app crash when command can not be sent to server (#175) (Christoph Hofmann) #213
  • f54af99: Fixed state loop in Selection Control in combination with Kodi Binding (#176) (Christoph Hofmann) #213
  • 29be0c6: Fixed issue with username textfield in connection dialog (#180) (Christoph Hofmann) #213
  • f8ee9a2: Fixed branch filter in release pipeline (#181) (Christoph Hofmann) #213
  • 198863e: Widget improvements (#185) (Christoph Hofmann) #213
  • 98dcab6: Enable colorpicker support (#177) (Christoph Hofmann) #213
  • 572c56f: Added Vertical Brightnessslider to Colorpicker (#191) (Carlo Dischler) #213
  • 1a910de: Windows notifications support, app auto start and high resolution icons support for widgets (#173) (Christoph Hofmann) #213
  • 19e9533: Added regex to replace all non numeric characters in RuntimeInfo.Version before trying to parse (#193) (Carlo Dischler) #213
  • e5dc3e0: Updated dependencies and fixed bug in Color Widget with non-rgb values. (#194) (Christoph Hofmann) #213
  • 471a742: Fix for Icons not updateing state (#196) (Carlo Dischler) #213
  • a55ca2d: Updated dependencies and minor fixes (#197) (Christoph Hofmann) #213
  • df3052a: Integrated SonarQube to CI pipeline/workflow (#198) (Christoph Hofmann) #213
  • ec52d45: Windows notifications support, app auto start and high resolution icons support for widgets (#173) (Christoph Hofmann) #213
  • e6abaad: Fix for Icons not updateing state (#196) (Carlo Dischler) #213
  • 4fa05fb: Updated dependencies and minor fixes (#197) (Christoph Hofmann) #213
  • 46469b4: Integrated SonarQube to CI pipeline/workflow (#198) (Christoph Hofmann) #213
  • 056232d: Windows notifications support, app auto start and high resolution icons support for widgets (#173) (Christoph Hofmann) #213
  • 95e820d: Updated dependencies and fixed bug in Color Widget with non-rgb values. (#194) (Christoph Hofmann) #213
  • f34015d: Fix for Icons not updateing state (#196) (Carlo Dischler) #213
  • ba3cc33: Updated dependencies and minor fixes (#197) (Christoph Hofmann) #213
  • 6d345ef: Integrated SonarQube to CI pipeline/workflow (#198) (Christoph Hofmann) #213
  • 6279843: Reorganized source code in repository (#200) (Christoph Hofmann) #213
  • 486181f: Remove support for OH1 and improved connection managing (#202) (Christoph Hofmann) #213
  • 64e5048: Added values for Group widgets (Christoph Hofmann) #213
  • c95c199: Updated sonar rules (Christoph Hofmann) #213
  • 562b853: Changed nlog to json strugged logging (Christoph Hofmann) #213
  • 216a43b: Started to migrate App to WinUI and Windows 11 (Christoph Hofmann) #213
  • ccf5e0f: Fixed breadcrump navigation (Christoph Hofmann) #213
  • 64711f9: Fixed Breadcrumb navigation (Christoph Hofmann) #213
  • 1330117: Fixed version update script (Christoph Hofmann) #213
  • 7f704b7: Fixed version update script (Christoph Hofmann) #213
  • 72aeee7: Updated version script (Christoph Hofmann) #213
  • 99bda66: - Refactored namespace (Christoph Hofmann) #213
  • 0d9ed9f: Cleanup usings (Christoph Hofmann) #213
  • be387f2: Fixed german translations based on PR #207 (#210) (Christoph Hofmann) #213
  • 1f58c90: Fixed German translations (#211) (Christoph Hofmann) #213
  • d886507: Added OH4 support (Christoph Hofmann) #213
  • 4f9a12c: Update SonarCloud integration (Christoph Hofmann) #213
  • 51c2833: Fix potenial DoS issues (Christoph Hofmann) #213
  • a67eb7e: Fixed sonarqube issues (Christoph Hofmann) #213
  • f2593d0: Fixed file path to new json log file (Christoph Hofmann) #213
  • 645ac22: Adopted Icon caching, notifications and UI for WinUI (Christoph Hofmann) #213
  • 5127ee8: Move widget handling to sitemap viewmodel (Christoph Hofmann) #213
  • 47b67dc: Finished refactoring MainViewModel (Christoph Hofmann) #213
  • b145ed4: Removed unused Subtitle property (Christoph Hofmann) #213
  • c7e1122: Fixed several issues with images and notifications (Christoph Hofmann) #213
  • e42e7bc: Restructured code to implement a proper MVVM (Christoph Hofmann) #213
  • ec2e7f3: Move sitemap to own page (Christoph Hofmann) #213
  • 2c42efb: Fixed issue with sitemap rendering (Christoph Hofmann) #213
  • d3266d7: Fix navigation (Christoph Hofmann) #213
  • 1d76ecc: Updated community lib and redesign settings dialog (Christoph Hofmann) #213
  • cc18304: Redesign UI (Christoph Hofmann) #213
  • 10aab2e: Started to redesign the sitemap (Christoph Hofmann) #213
  • 6a33c77: - Fixed Breadcrumb navigation (Christoph Hofmann) #213
  • 0654bef: Fixed navigation to sitemap root (Christoph Hofmann) #213
  • 05187ae: Fix build configuration and add release workflow (Christoph Hofmann) #213
  • ece428f: Add openHAB Build and Release workflow (Christoph Hofmann) #213
  • 3ae34ad: Cleanup (Christoph Hofmann) #213
  • 7d7b4ad: Fixed filename and syntax issues (Christoph Hofmann) #213
  • 29b77bd: Fixed build and release name task (Christoph Hofmann) #213
  • 1e6ce05: Fix build number and release name in openhab.yml (Christoph Hofmann) #213
  • 638108c: Update build script to output release information (Christoph Hofmann) #213
  • bff9fe4: Update build configuration and release name handling (Christoph Hofmann) #213
  • 588a9ec: Fix IS_BETA_RELEASE assignment in openhab.yml (Christoph Hofmann) #213
  • b9aed50: Update build script to use current date as build number and release name (Christoph Hofmann) #213
  • f724d5a: Fix variable assignment in openhab.yml (Christoph Hofmann) #213
  • e8e358d: Add configure job as dependency for create_release job (Christoph Hofmann) #213
  • 1a5d19a: Update openHAB workflow configuration (Christoph Hofmann) #213
  • 937865b: Set build configuration based on branch (Christoph Hofmann) #213
  • 3a0e8b2: Update release name in openhab.yml (Christoph Hofmann) #213
  • bdfec72: Fix outputs (Christoph Hofmann) #213
  • b3e535a: Fix release name in openhab.yml (Christoph Hofmann) #213
  • 321687a: Update build configuration and release name (Christoph Hofmann) #213
  • 69a8c63: Update Set-Version.ps1 path in build workflow (Christoph Hofmann) #213
  • 2180c56: Update build and openhab workflows (Christoph Hofmann) #213
  • d9a3951: Update build.yml and openhab.yml (Christoph Hofmann) #213
  • 88d6a69: Update Set-Version.ps1 path in build workflow (Christoph Hofmann) #213
  • e555ea0: Update Set-Version.ps1 script invocation (Christoph Hofmann) #213
  • b114cd3: Update build workflow names (Christoph Hofmann) #213
  • 65cb8e0: Update build script to set version correctly (Christoph Hofmann) #213
  • d987c2c: Update package version script and remove unnecessary ls command (Christoph Hofmann) #213
  • d0d6932: Add nuget package restore step (Christoph Hofmann) #213
  • 09b0b36: Fixed sonarqube security hotspot (Christoph Hofmann) #213
  • 1dcbb2f: Update build and publish workflows (Christoph Hofmann) #213
  • e6e2b09: Update release workflow (Christoph Hofmann) #213
  • 4afb3c9: Update publish.yml and openhab.yml workflows (Christoph Hofmann) #213
  • 16bfe23: Update package name in publish workflows (Christoph Hofmann) #213
  • 3ce50aa: Update workflows for release and publishing (Christoph Hofmann) #213
  • dd9803f: The most significant changes in the code include the update of project reference for "openHAB.Common", removal of namespaces from "NotificationManager.cs", addition of a new parameter in "ResolveIconPath" method, and the inclusion of a new dependency in "IconCaching.cs". Several converters were removed from "App.xaml" and usage of certain converters was removed from multiple files. The logic for resolving the icon path was updated in "ImageLabel.xaml.cs" and a boolean return type was added to "DownloadAndSaveIconToCache" method in "IconCaching.cs". Code formatting and alignment changes were made in multiple files for better readability. The type of Widget property was changed in WidgetBase.cs and the logic for generating the icon path was simplified in IconToBitmapConverter.cs. The Visibility property binding was simplified in all .xaml files. The IconToPathConverter.cs, StringToColorBrushConverter.cs files were removed from the project. Various UI elements were updated in MainWindow.xaml and a nativeDebugging property was added to the openHAB.Windows (Package) profile in launchSettings.json. A new file WidgetViewModel.cs was added to the project. (Christoph Hofmann) #213
  • 7496382: The code changes primarily involve updates to the .NET framework and C# version, renaming of classes, replacement of the JSON library, and updates to package versions. (Christoph Hofmann) #213
  • 947b668: The most significant changes involve modifications to the StrongReferenceMessenger.Default.Send and StrongReferenceMessenger.Default.Register method calls in MainWindow.xaml.cs, MainViewModel.cs, and SitemapViewModel.cs. These methods now include additional arguments related to the sitemap name. Additionally, the StrongReferenceMessenger.Default.Unregister method call was removed from MainViewModel.cs. Lastly, several build properties were removed from openHAB.Windows.GeneratedMSBuildEditorConfig.editorconfig, indicating potential changes in the project configuration or build process. (Christoph Hofmann) #213
  • 82a50ac: Fixed Notifications (Christoph Hofmann) #213
  • 7ae4076: Fixed last sitemap loading (Christoph Hofmann) #213
  • 088af77: Removed test rest client (Christoph Hofmann) #213
  • 6978006: Fixed state handling (Christoph Hofmann) #213
  • f988b0e: The most significant changes in the code include the modification of image source binding in FrameWidget.xaml, the removal of color converter usage in SelectionWidget.xaml, and the addition of a RaisePropertyChanged call in TextWidget.xaml.cs. Other notable changes include the handling of null values and case-insensitive comparison in ToggleWidget.xaml.cs and WidgetViewModel.cs, and the replacement of VariableSizedWrapGrid with a WrapPanel in SitemapPage.xaml. (Christoph Hofmann) #213
  • 49762e9: Fixed issue if Breadcrumb when switching sitemap (Christoph Hofmann) #213
  • c9f4784: Refactor and update packages, add MainUIPage (Christoph Hofmann) #213
  • 4c4ebed: Add NullToVisibilityConverter and update MainWindow.xaml (Christoph Hofmann) #213
  • 88ab71a: Fix workflow to build app (Christoph Hofmann) #213
  • 5d22bb5: Fix sub workflows calls (Christoph Hofmann) #213
  • ac1db08: disable publish jobs (Christoph Hofmann) #213
  • 7e16a9e: Updated upload artifact task to latest version (Christoph Hofmann) #213
  • bd80b46: Add CI workflow for openHAB build process and update openhab.yml formatting (Christoph Hofmann) #213
  • 4c9558d: Fix output path for build (Christoph Hofmann) #213
  • fc1e4d9: Checkl output directory (Christoph Hofmann) #213
  • 038e1b8: Update SonarQube integration (Christoph Hofmann) #213
  • 0d845de: Improve output directory listing in CI workflow (Christoph Hofmann) #213
  • cf11639: Fixed path and migrated to dotnet tooling (Christoph Hofmann) #213
  • c649872: Migrated to dotnet restore (Christoph Hofmann) #213
  • 3c1f354: Enhance build workflow by forcing NuGet package restore and adding Microsoft.WindowsAppSDK package (Christoph Hofmann) #213
  • e9d38bf: Fix restore (Christoph Hofmann) #213
  • bc2cf0b: Updated dependencies and resized reload buttons (Christoph Hofmann) #213
  • 40a3373: Refactor build workflow to simplify NuGet package restore step (Christoph Hofmann) #213
  • 79c92e3: Updated readme (Christoph Hofmann) #213
  • 5999259: Add .NET 8 setup to build workflow and disable restore during rebuild (Christoph Hofmann) #213
  • b4176c6: Merge branch 'feature/upgrade-to-winapp11' of https://github.com/openhab/openhab-windows into feature/upgrade-to-winapp11 (Christoph Hofmann) #213
  • d651980: Revert "Merge branch 'feature/upgrade-to-winapp11' of https://github.com/openhab/openhab-windows into feature/upgrade-to-winapp11" (Christoph Hofmann) #213
  • ee84f2a: Add pre-commit hook for signing off commits (Christoph Hofmann) #213
  • e56eed6: Change sign-off hook entry to use PowerShell instead of Bash (Christoph Hofmann) #213
  • 86f582e: Add pre-commit configuration and update README for clarity and accuracy (Christoph Hofmann) #213
  • 98df98f: Update sign-off hook entry to use git interpret-trailers for improved commit message formatting (Christoph Hofmann) #213
  • d7a8b0a: Add sign-off hook to pre-commit configuration for commit message validation (Christoph Hofmann) #213
  • eb2d907: Update .github/workflows/openhab.yml (Christoph Hofmann) #213
  • 049cc1d: Update .github/workflows/openhab.yml (Christoph Hofmann) #213
  • 7daabdd: Update .github/workflows/release.yml (Christoph Hofmann) #213
  • e7f176f: Update SDKs and target frameworks to Windows 11 (Christoph Hofmann) #213
  • e1c17ef: Merge branch 'feature/upgrade-to-winapp11' of https://github.com/openhab/openhab-windows into feature/upgrade-to-winapp11 (Christoph Hofmann) #213
  • c5ac812: Add MSIX packaging to projects and reformat XML (Christoph Hofmann) #213
  • 1aa824f: Refactor project configurations and properties (Christoph Hofmann) #213
  • 6fa01b1: Refactor project structure and update configurations (Christoph Hofmann) #213
  • 9928720: Downgrade packages and add MainUIViewModel class (Christoph Hofmann) #213
  • 0c8e2a3: Refactor constructors to use dependency injection (Christoph Hofmann) #213
  • 3bff24a: Refactor code for readability and maintainability (Christoph Hofmann) #213
  • dfa4019: Refactor to use IOptions for configuration (Christoph Hofmann) #213
  • 6c5813d: Reorganize using directives across multiple files (Christoph Hofmann) #213
  • 8e56762: Refactor settings and connection options handling (Christoph Hofmann) #213
  • 0933605: Update frameworks, refactor code, and enhance UI (Christoph Hofmann) #213
  • bd426e1: Refactor messaging and notifications system (Christoph Hofmann) #213
  • f9cf0fd: Refactor to use IHttpClientFactory and improve logging (Christoph Hofmann) #213
  • 3508d2f: Add navigation handling and TriggerAction support (Christoph Hofmann) #213
  • d00a0a4: Update project files for platform compatibility (Christoph Hofmann) #213
  • e9e3683: Enhance app packaging and cleanup dependencies (Christoph Hofmann) #213
  • 8a855c3: Update build workflow to use msbuild.exe and adjust property syntax (Christoph Hofmann) #213
  • d684ee0: Update GitHub Actions workflow to improve run name formatting (Christoph Hofmann) #213
  • ce2d162: Add support for force release in GitHub workflows (Christoph Hofmann) #213
  • 720ed6b: Enhance GitHub workflows by updating release job name and upgrading download artifact action version (Christoph Hofmann) #213
  • 0034753: Update descriptions for beta release and create release options in openhab.yml (Christoph Hofmann) #213
  • 6efe83a: Update release workflow to enhance permissions and include build artifacts (Christoph Hofmann) #213
  • 780c9a5: Add step to unpack app package in release workflow (Christoph Hofmann) #213
  • 0c6b464: Enhance build configuration to support multiple platforms and add file structure display in release workflow (Christoph Hofmann) #213
  • e200d9d: Update build workflows to support arm64 architecture in platform configurations (Christoph Hofmann) #213
  • 5a05b81: Remove unpacking step for app package in release workflow and update file pattern for msixbundle artifacts (Christoph Hofmann) #213
  • 44235f9: Update release workflow to set working directory and simplify msixbundle file pattern (Christoph Hofmann) #213
  • 7982357: Remove working directory specification from release workflow (Christoph Hofmann) #213
  • d74cd63: Fix build directory path in release workflow and update msixbundle file pattern (Christoph Hofmann) #213
  • a080f73: Add application theme support and update UI styling (Christoph Hofmann) #213
  • bd5ee09: Refactor and update theme handling and constructors (Christoph Hofmann) #213
  • a5e663e: Comment out build configuration output in workflow for cleaner execution (Christoph Hofmann) #213
  • 9f01d29: Normalize ARM64 platform references to lowercase in project files and workflows (Christoph Hofmann) #213
  • 7da623a: Update release description and fix input syntax in OpenHAB workflow (Christoph Hofmann) #213
  • 8c737de: Set RequestedTheme immediately after InitializeComponent (Christoph Hofmann) #213
  • f3d3e0e: Update release workflow and package version; adjust bundle platforms and auto-increment settings (Christoph Hofmann) #213
  • c997904: Add new openHAB Windows Beta project and related files (Christoph Hofmann) #213
  • 2c1d2ff: Refactor app name retrieval and remove single instance limit (Christoph Hofmann) #213
  • 1721f53: Add release name input to workflows and update release creation logic (Christoph Hofmann) #213
  • 167fba2: Remove beta_release parameter from build workflow (Christoph Hofmann) #213
  • 804aa06: Fix syntax error in release workflow title assignment (Christoph Hofmann) #213
  • ecc9b1e: Fix release name assignment and add beta release handling in workflow (Christoph Hofmann) #213
  • 2bd327c: Fix release name assignment condition and improve beta release handling in workflow (Christoph Hofmann) #213
  • e9f3a78: Fix syntax for setting release name in workflow environment variable (Christoph Hofmann) #213
  • 1b74e41: Fix typo in release name setting and improve variable handling in workflow (Christoph Hofmann) #213
  • aee1f3b: Update SDK version requirements in README for installation instructions (Christoph Hofmann) #213
  • 904d48b: Refactor Resources.resw and update wapproj structure (Christoph Hofmann) #213
  • fb42a5a: Refactor connection handling and UI adjustments (Christoph Hofmann) #213
  • 856ea8d: Update binary files (Christoph Hofmann) #213
  • 67fd0ba: Update XAML resource keys for Background properties (Christoph Hofmann) #213
  • a6e997e: Add Microsoft App Store section to README with details on Beta and Production apps (Christoph Hofmann) #213
  • 9d1f156: Fix formatting of Windows Store links in README (Christoph Hofmann) #213
  • 1924cee: Fix Windows Store link formatting in README (Christoph Hofmann) #213
  • 6b1fa39: resized image (Christoph Hofmann) #213
  • 650f43e: resized image (Christoph Hofmann) #213
  • f57d67a: Add German and English store listing files for openHAB Beta application (Christoph Hofmann) #213
  • 94bddf4: Update styles and bindings, add self-contained SDK (Christoph Hofmann) #213
  • b4ac5f8: Add one-way binding for Label's Foreground property (Christoph Hofmann) #213