{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":65363838,"defaultBranch":"main","name":"openhab-windows","ownerLogin":"openhab","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-08-10T08:16:14.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1007353?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1708862345.0","currentOid":""},"activityList":{"items":[{"before":"0abe72f466a3c3f56ca5921d5278fa178548ad5a","after":"6ec136e128b8dcbeb0fd8b76aecc45b64d273ed5","ref":"refs/heads/feature/upgrade-to-winapp11","pushedAt":"2024-03-26T21:20:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hoffe86","name":"Christoph Hofmann","path":"/hoffe86","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5873390?s=80&v=4"},"commit":{"message":"Fixed issue if Breadcrumb when switching sitemap","shortMessageHtmlLink":"Fixed issue if Breadcrumb when switching sitemap"}},{"before":"9365e2b04c000e218dba426a14490349a6565908","after":"0abe72f466a3c3f56ca5921d5278fa178548ad5a","ref":"refs/heads/feature/upgrade-to-winapp11","pushedAt":"2024-03-25T23:24:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hoffe86","name":"Christoph Hofmann","path":"/hoffe86","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5873390?s=80&v=4"},"commit":{"message":"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`.\n\n1. `FrameWidget.xaml`: The image source has been changed from using a converter to directly binding to the `Widget.Icon` property.\n2. `SelectionWidget.xaml`: The `LabelForeground` and `Foreground` properties have been updated to remove the use of a color converter.\n3. `TextWidget.xaml.cs`: A `RaisePropertyChanged` call has been added to the `SetState` method.\n4. `ToggleWidget.xaml.cs`: The `Loading` event handler has been commented out, and the `State` property has been updated to handle null values and use case-insensitive comparison. The `SetState` method has also been significantly simplified.\n5. `IconToBitmapConverter.cs`: The converter now returns null instead of an empty string when the widget is null or has no icon path.\n6. `StateToBoolConverter.cs`: The comparison of the value to `OpenHABCommands.OnCommand` is now case-insensitive.\n7. `MainWindow.xaml`: The refresh button has been commented out.\n8. `SitemapPage.xaml`: The `Margin` property of the `MainContentGrid` has been updated, and the `ItemWidth` and `Orientation` properties of the `VariableSizedWrapGrid` have been commented out. A `WrapPanel` from the Community Toolkit has been added as a replacement.\n9. `WidgetViewModel.cs`: The order of the using directives has been changed, and the `Icon` property has been updated to return an `SvgImageSource` instead of a string. The `State` property has also been updated to handle null values.","shortMessageHtmlLink":"The most significant changes in the code include the modification of …"}},{"before":"bc26b000da8fc942dd3350357ae27281e98ce079","after":"9365e2b04c000e218dba426a14490349a6565908","ref":"refs/heads/feature/upgrade-to-winapp11","pushedAt":"2024-03-24T20:27:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hoffe86","name":"Christoph Hofmann","path":"/hoffe86","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5873390?s=80&v=4"},"commit":{"message":"Fixed state handling","shortMessageHtmlLink":"Fixed state handling"}},{"before":"f5c33cbba9c28401d549cb172045ccd6b499e1da","after":"bc26b000da8fc942dd3350357ae27281e98ce079","ref":"refs/heads/feature/upgrade-to-winapp11","pushedAt":"2024-03-24T18:39:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hoffe86","name":"Christoph Hofmann","path":"/hoffe86","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5873390?s=80&v=4"},"commit":{"message":"Removed test rest client","shortMessageHtmlLink":"Removed test rest client"}},{"before":"e2ec59a2f13bdf66e0a51bd1b891c63a1be8f960","after":"f5c33cbba9c28401d549cb172045ccd6b499e1da","ref":"refs/heads/feature/upgrade-to-winapp11","pushedAt":"2024-03-24T18:38:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hoffe86","name":"Christoph Hofmann","path":"/hoffe86","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5873390?s=80&v=4"},"commit":{"message":"Fixed last sitemap loading","shortMessageHtmlLink":"Fixed last sitemap loading"}},{"before":"f0630f2740fb50e3e8fa94bf39324b89570d51a3","after":"e2ec59a2f13bdf66e0a51bd1b891c63a1be8f960","ref":"refs/heads/feature/upgrade-to-winapp11","pushedAt":"2024-03-23T23:04:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hoffe86","name":"Christoph Hofmann","path":"/hoffe86","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5873390?s=80&v=4"},"commit":{"message":"Fixed Notifications","shortMessageHtmlLink":"Fixed Notifications"}},{"before":"98e717d8021f9e612dd7a134762ef0e12ca2a80f","after":"f0630f2740fb50e3e8fa94bf39324b89570d51a3","ref":"refs/heads/feature/upgrade-to-winapp11","pushedAt":"2024-03-23T22:34:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hoffe86","name":"Christoph Hofmann","path":"/hoffe86","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5873390?s=80&v=4"},"commit":{"message":"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.\n\nList of changes:\n\n1. The namespaces `System` and `System.Threading.Tasks` were removed and then added back in `MainWindow.xaml.cs` and `SitemapViewModel.cs`. This could be due to reordering of the namespaces.\n2. The `StrongReferenceMessenger.Default.Send` method calls in `MainWindow.xaml.cs` were modified to include `Vm.SelectedSitemap.Name` as an additional argument.\n3. The `StrongReferenceMessenger.Default.Register` method calls in `MainViewModel.cs` and `SitemapViewModel.cs` were modified to include the sitemap name as an additional argument.\n4. The `StrongReferenceMessenger.Default.Unregister` method call in `MainViewModel.cs` was removed.\n5. The `StrongReferenceMessenger.Default.Send` method calls in `SitemapViewModel.cs` were modified to include `Model.Name` as an additional argument.\n6. Several build properties were removed from `openHAB.Windows.GeneratedMSBuildEditorConfig.editorconfig`. This could be due to changes in the project configuration or build process.","shortMessageHtmlLink":"The most significant changes involve modifications to the `StrongRefe…"}},{"before":"fbb48d5aa25bcb2da211d272b221e0528da0267d","after":"98e717d8021f9e612dd7a134762ef0e12ca2a80f","ref":"refs/heads/feature/upgrade-to-winapp11","pushedAt":"2024-03-23T21:58:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hoffe86","name":"Christoph Hofmann","path":"/hoffe86","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5873390?s=80&v=4"},"commit":{"message":"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.\n\n1. The `openHAB.Core.Client.csproj` file has been updated to target the .NET Standard 2.0 framework and use C# version 11.0. It also includes additional project sources for package restoration and adds package references for `Azure.Core` and `Microsoft.Azure.AutoRest.CSharp`.\n\n2. The `openHAB.Common.csproj` file has been updated to use newer versions of the `Microsoft.WindowsAppSDK` and `Microsoft.Windows.SDK.BuildTools` packages.\n\n3. Several classes have been renamed, such as `OpenHABSitemap` to `Sitemap`, `OpenHABItem` to `Item`, and `OpenHABWidget` to `WidgetViewModel`. This suggests a simplification or standardization of class names.\n\n4. The JSON library used for serialization and deserialization has been changed from `Newtonsoft.Json` to `System.Text.Json.Serialization`.\n\n5. The versions of several package references, such as `Microsoft.WindowsAppSDK`, `Microsoft.Windows.SDK.BuildTools`, and `Microsoft.Extensions.Logging.Abstractions`, have been updated.\n\n6. The namespace `openHAB.Core.Services` was changed to `openHAB.Windows.Services` in `WidgetNavigationService.cs`, `MainPage.xaml.cs`, and `SitemapPage.xaml.cs`.\n\n7. The `Page` class was replaced with `Microsoft.UI.Xaml.Controls.Page` in `MainPage.xaml.cs` and `SitemapPage.xaml.cs`.\n\n8. The `WigetNavigation` class was replaced with `WidgetNavigationMessage` in `MainViewModel.cs` and `SitemapViewModel.cs`.\n\n9. The `ObservableCollection` was replaced with `ObservableCollection` in `MainViewModel.cs`.\n\n10. The `ObservableCollection` was replaced with `ObservableCollection` in `MainViewModel.cs`.\n\n11. The `List` was replaced with `List` in `MainViewModel.cs`.\n\n12. The `ICollection` was replaced with `ICollection` in `SitemapViewModel.cs`.\n\n13. The `ICollection` was replaced with `ICollection` in `SitemapViewModel.cs`.\n\n14. The `OpenHABItem` class was replaced with `Item` in `WidgetViewModel.cs`.\n\n15. The `ObservableCollection` was added to `WidgetViewModel.cs`.\n\n16. The `Encoding` property was added to `WidgetViewModel.cs`.\n\n17. The `Parent` property was added to `WidgetViewModel.cs`.\n\n18. The `Visibility` property was added to `WidgetViewModel.cs`.\n\n19. The `CreateAsync` method was added to `WidgetViewModel.cs`.\n\n20. The `LoadData` method was added to `WidgetViewModel.cs`.\n\n21. The `CacheAndRetrieveLocalIconPath` method was added to `WidgetViewModel.cs`.\n\n22. The `ConvertColorCodeToColor` method was added to `WidgetViewModel.cs`.\n\n23. The version of the `Mapsui` and `Mapsui.WinUI` packages in the `openHAB.Windows.csproj` file have been updated from `4.1.3` to `4.1.4`.\n\n24. The version of the `Microsoft.WindowsAppSDK` package in the `openHAB.Windows.csproj` file has been updated from `1.4.231219000` to `1.5.240311000`.","shortMessageHtmlLink":"The code changes primarily involve updates to the .NET framework and …"}},{"before":"12c6fd42e0a51379a520dcb3f3036965fa264234","after":"fbb48d5aa25bcb2da211d272b221e0528da0267d","ref":"refs/heads/feature/upgrade-to-winapp11","pushedAt":"2024-03-15T22:17:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hoffe86","name":"Christoph Hofmann","path":"/hoffe86","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5873390?s=80&v=4"},"commit":{"message":"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.\n\nHere is a list of the changes:\n\n1. The project reference for \"openHAB.Common\" was updated to use a different project type GUID.\n2. The \"openHAB.Core.Client\" and \"openHAB.Core.Common\" namespaces were removed from the \"NotificationManager.cs\" file.\n3. The method signature for \"ResolveIconPath\" in \"IIconCaching.cs\" was updated to include a new parameter for \"state\".\n4. The \"IconCaching.cs\" file was updated to include a new dependency on \"ISettingsService\", and the \"ResolveIconPath\" method was updated to construct the icon URL based on the server version and state.\n5. Several converters were removed from \"App.xaml\".\n6. The \"ChartWidget.xaml\", \"ColorWidget.xaml\", \"FrameWidget.xaml\", \"ImageWidget.xaml\", \"MapViewWidget.xaml\", \"MjpegWidget.xaml\", \"PageLinkWidget.xaml\", \"RollershutterWidget.xaml\", and \"SectionSwitchWidget.xaml\" files were updated to remove usage of the \"BooleanToVisibilityConverter\", \"IconToPathConverter\", and \"StringToColorConverter\". The \"IconPath\" property is now directly bound to the \"IconPath\" property of the widget.\n7. The \"ImageLabel.xaml.cs\" file was updated to remove the dependency on \"IIconCaching\" and to update the logic for resolving the icon path.\n8. The \"DownloadAndSaveIconToCache\" method in \"IconCaching.cs\" was updated to return a boolean indicating whether the download was successful.\n9. Code formatting and alignment changes were made in multiple files for better readability.\n10. The type of `Widget` property was changed in `WidgetBase.cs` and the logic for generating the icon path was simplified in `IconToBitmapConverter.cs`.\n11. The `Visibility` property binding was simplified in all `.xaml` files.\n12. The `IconToPathConverter.cs`, `StringToColorBrushConverter.cs` files were removed from the project.\n13. Various UI elements were updated in `MainWindow.xaml` and a `nativeDebugging` property was added to the `openHAB.Windows (Package)` profile in `launchSettings.json`.\n14. A new file `WidgetViewModel.cs` was added to the project.","shortMessageHtmlLink":"The most significant changes in the code include the update of projec…"}},{"before":"470bcfcce11759262b88ed4809c1e3293a32f606","after":"12c6fd42e0a51379a520dcb3f3036965fa264234","ref":"refs/heads/feature/upgrade-to-winapp11","pushedAt":"2024-02-25T21:11:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hoffe86","name":"Christoph Hofmann","path":"/hoffe86","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5873390?s=80&v=4"},"commit":{"message":"Update workflows for release and publishing\n\nSigned-off-by: Christoph Hofmann ","shortMessageHtmlLink":"Update workflows for release and publishing"}},{"before":"99154be257dff5d348e9ba04ec7018eef9a6bc42","after":"470bcfcce11759262b88ed4809c1e3293a32f606","ref":"refs/heads/feature/upgrade-to-winapp11","pushedAt":"2024-02-25T21:05:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hoffe86","name":"Christoph Hofmann","path":"/hoffe86","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5873390?s=80&v=4"},"commit":{"message":"Update package name in publish workflows\n\nSigned-off-by: Christoph Hofmann ","shortMessageHtmlLink":"Update package name in publish workflows"}},{"before":"1f077a6a9be3f66d801cb53aab6d5879b7fd7725","after":"99154be257dff5d348e9ba04ec7018eef9a6bc42","ref":"refs/heads/feature/upgrade-to-winapp11","pushedAt":"2024-02-25T20:55:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hoffe86","name":"Christoph Hofmann","path":"/hoffe86","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5873390?s=80&v=4"},"commit":{"message":"Update publish.yml and openhab.yml workflows\n\nSigned-off-by: Christoph Hofmann ","shortMessageHtmlLink":"Update publish.yml and openhab.yml workflows"}},{"before":"13aeacb941829bb64336b4ed878b3f92400b0ce8","after":"1f077a6a9be3f66d801cb53aab6d5879b7fd7725","ref":"refs/heads/feature/upgrade-to-winapp11","pushedAt":"2024-02-25T20:52:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hoffe86","name":"Christoph Hofmann","path":"/hoffe86","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5873390?s=80&v=4"},"commit":{"message":"Update release workflow\n\nSigned-off-by: Christoph Hofmann ","shortMessageHtmlLink":"Update release workflow"}},{"before":"ceb9480669bcb2027270c0966bd8598136f4cf81","after":"13aeacb941829bb64336b4ed878b3f92400b0ce8","ref":"refs/heads/feature/upgrade-to-winapp11","pushedAt":"2024-02-25T20:49:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hoffe86","name":"Christoph Hofmann","path":"/hoffe86","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5873390?s=80&v=4"},"commit":{"message":"Update build and publish workflows\n\nSigned-off-by: Christoph Hofmann ","shortMessageHtmlLink":"Update build and publish workflows"}},{"before":"347a14f1c3ae245c1e046b99676103be9d1ae240","after":"ceb9480669bcb2027270c0966bd8598136f4cf81","ref":"refs/heads/feature/upgrade-to-winapp11","pushedAt":"2024-02-25T19:59:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hoffe86","name":"Christoph Hofmann","path":"/hoffe86","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5873390?s=80&v=4"},"commit":{"message":"Fixed sonarqube security hotspot\n\nSigned-off-by: Christoph Hofmann ","shortMessageHtmlLink":"Fixed sonarqube security hotspot"}},{"before":"bfd2bee0687039fc586172088e0477a55b78c5a7","after":"347a14f1c3ae245c1e046b99676103be9d1ae240","ref":"refs/heads/feature/upgrade-to-winapp11","pushedAt":"2024-02-25T19:46:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hoffe86","name":"Christoph Hofmann","path":"/hoffe86","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5873390?s=80&v=4"},"commit":{"message":"Add nuget package restore step\n\nSigned-off-by: Christoph Hofmann ","shortMessageHtmlLink":"Add nuget package restore step"}},{"before":"7d5bb210ef2304683365badedd971b64bcf23129","after":"bfd2bee0687039fc586172088e0477a55b78c5a7","ref":"refs/heads/feature/upgrade-to-winapp11","pushedAt":"2024-02-25T19:41:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hoffe86","name":"Christoph Hofmann","path":"/hoffe86","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5873390?s=80&v=4"},"commit":{"message":"Update package version script and remove unnecessary ls command\n\nSigned-off-by: Christoph Hofmann ","shortMessageHtmlLink":"Update package version script and remove unnecessary ls command"}},{"before":"bb5bf7bf15e7bb033768389355683cb26dab41e0","after":"7d5bb210ef2304683365badedd971b64bcf23129","ref":"refs/heads/feature/upgrade-to-winapp11","pushedAt":"2024-02-25T19:39:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hoffe86","name":"Christoph Hofmann","path":"/hoffe86","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5873390?s=80&v=4"},"commit":{"message":"Update build script to set version correctly\n\nSigned-off-by: Christoph Hofmann ","shortMessageHtmlLink":"Update build script to set version correctly"}},{"before":"f5967571ba581a60e9a4bfb3eed83a28e076562d","after":"bb5bf7bf15e7bb033768389355683cb26dab41e0","ref":"refs/heads/feature/upgrade-to-winapp11","pushedAt":"2024-02-25T19:37:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hoffe86","name":"Christoph Hofmann","path":"/hoffe86","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5873390?s=80&v=4"},"commit":{"message":"Update build workflow names\n\nSigned-off-by: Christoph Hofmann ","shortMessageHtmlLink":"Update build workflow names"}},{"before":"cff5ae4c694ea9a85097ba26249c8013688b88dc","after":"f5967571ba581a60e9a4bfb3eed83a28e076562d","ref":"refs/heads/feature/upgrade-to-winapp11","pushedAt":"2024-02-25T19:31:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hoffe86","name":"Christoph Hofmann","path":"/hoffe86","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5873390?s=80&v=4"},"commit":{"message":"Update Set-Version.ps1 script invocation\n\nSigned-off-by: Christoph Hofmann ","shortMessageHtmlLink":"Update Set-Version.ps1 script invocation"}},{"before":"e750f60c7b2b8cf1b27c5a68c8c7b00634d2fdad","after":"cff5ae4c694ea9a85097ba26249c8013688b88dc","ref":"refs/heads/feature/upgrade-to-winapp11","pushedAt":"2024-02-25T19:29:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hoffe86","name":"Christoph Hofmann","path":"/hoffe86","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5873390?s=80&v=4"},"commit":{"message":"Update Set-Version.ps1 path in build workflow\n\nSigned-off-by: Christoph Hofmann ","shortMessageHtmlLink":"Update Set-Version.ps1 path in build workflow"}},{"before":"dacb3b6670cc677fc234bf7bcc6f2f3a546e37be","after":"e750f60c7b2b8cf1b27c5a68c8c7b00634d2fdad","ref":"refs/heads/feature/upgrade-to-winapp11","pushedAt":"2024-02-25T19:26:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hoffe86","name":"Christoph Hofmann","path":"/hoffe86","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5873390?s=80&v=4"},"commit":{"message":"Update build.yml and openhab.yml\n\nSigned-off-by: Christoph Hofmann ","shortMessageHtmlLink":"Update build.yml and openhab.yml"}},{"before":"aef7c6639ab6523f59ae6c00457d3129f3164f94","after":"dacb3b6670cc677fc234bf7bcc6f2f3a546e37be","ref":"refs/heads/feature/upgrade-to-winapp11","pushedAt":"2024-02-25T19:18:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hoffe86","name":"Christoph Hofmann","path":"/hoffe86","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5873390?s=80&v=4"},"commit":{"message":"Update build and openhab workflows\n\nSigned-off-by: Christoph Hofmann ","shortMessageHtmlLink":"Update build and openhab workflows"}},{"before":"941a255bb1e8755eca58a465d34743170c7c16a0","after":"aef7c6639ab6523f59ae6c00457d3129f3164f94","ref":"refs/heads/feature/upgrade-to-winapp11","pushedAt":"2024-02-25T18:41:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hoffe86","name":"Christoph Hofmann","path":"/hoffe86","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5873390?s=80&v=4"},"commit":{"message":"Update Set-Version.ps1 path in build workflow\n\nSigned-off-by: Christoph Hofmann ","shortMessageHtmlLink":"Update Set-Version.ps1 path in build workflow"}},{"before":"bc2edeaccbc7f612414e8337823ad4072dafdd52","after":"941a255bb1e8755eca58a465d34743170c7c16a0","ref":"refs/heads/feature/upgrade-to-winapp11","pushedAt":"2024-02-25T18:38:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hoffe86","name":"Christoph Hofmann","path":"/hoffe86","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5873390?s=80&v=4"},"commit":{"message":"Update build configuration and release name\n\nSigned-off-by: Christoph Hofmann ","shortMessageHtmlLink":"Update build configuration and release name"}},{"before":"ae2a6ba6a5531498c14e204edf867ca064a4c223","after":"bc2edeaccbc7f612414e8337823ad4072dafdd52","ref":"refs/heads/feature/upgrade-to-winapp11","pushedAt":"2024-02-25T18:32:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hoffe86","name":"Christoph Hofmann","path":"/hoffe86","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5873390?s=80&v=4"},"commit":{"message":"Fix release name in openhab.yml\n\nSigned-off-by: Christoph Hofmann ","shortMessageHtmlLink":"Fix release name in openhab.yml"}},{"before":"4e913753890946bd3212c111aba2f438a5b5201a","after":"ae2a6ba6a5531498c14e204edf867ca064a4c223","ref":"refs/heads/feature/upgrade-to-winapp11","pushedAt":"2024-02-25T18:09:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hoffe86","name":"Christoph Hofmann","path":"/hoffe86","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5873390?s=80&v=4"},"commit":{"message":"Fix outputs\n\nSigned-off-by: Christoph Hofmann ","shortMessageHtmlLink":"Fix outputs"}},{"before":"96494e64ba189e80a342642749b0d484b9e16ce7","after":"4e913753890946bd3212c111aba2f438a5b5201a","ref":"refs/heads/feature/upgrade-to-winapp11","pushedAt":"2024-02-25T18:05:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hoffe86","name":"Christoph Hofmann","path":"/hoffe86","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5873390?s=80&v=4"},"commit":{"message":"Update release name in openhab.yml\n\nSigned-off-by: Christoph Hofmann ","shortMessageHtmlLink":"Update release name in openhab.yml"}},{"before":"1fe6865f2eb9f3ecd732d0bed231ef7b9adbef14","after":"96494e64ba189e80a342642749b0d484b9e16ce7","ref":"refs/heads/feature/upgrade-to-winapp11","pushedAt":"2024-02-25T17:23:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hoffe86","name":"Christoph Hofmann","path":"/hoffe86","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5873390?s=80&v=4"},"commit":{"message":"Set build configuration based on branch","shortMessageHtmlLink":"Set build configuration based on branch"}},{"before":"bd3ac9edda2186cea4bef8284efddeed399bd19f","after":"1fe6865f2eb9f3ecd732d0bed231ef7b9adbef14","ref":"refs/heads/feature/upgrade-to-winapp11","pushedAt":"2024-02-25T17:19:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hoffe86","name":"Christoph Hofmann","path":"/hoffe86","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5873390?s=80&v=4"},"commit":{"message":"Update openHAB workflow configuration","shortMessageHtmlLink":"Update openHAB workflow configuration"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEIBZdngA","startCursor":null,"endCursor":null}},"title":"Activity · openhab/openhab-windows"}