Skip to content

Commit f288179

Browse files
authored
Cut 4259 UWP Application Windows Form (#135) (#136)
* update uwp with better logging * revert to old process + log * uwp form and logging * 2.7.5 version
1 parent c2fb8f7 commit f288179

File tree

6 files changed

+21
-5
lines changed

6 files changed

+21
-5
lines changed

Deploy/uwp_jcadmu.ps1

-29.8 KB
Binary file not shown.

ModuleChangelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 2.7.5
2+
3+
Release Date: August 21, 2024
4+
5+
#### RELEASE NOTES
6+
7+
This release reverts changes from 2.7.4 in the UWP app, specifically the xaml form was reverted back to the original windows form to display progress of the Appx/ File Association during first boot. This release adds additional logging to the UWP app.
8+
9+
#### Bug Fixes:
10+
11+
```
12+
* Reverted UWP changes from 2.7.4 to address reports of the UWP app freezing on first login
13+
```
14+
115
## 2.7.4
216

317
Release Date: August 14, 2024
@@ -10,6 +24,7 @@ Release Date: August 14, 2024
1024
* Fixed an freezing issue with UWP app/form when interacted
1125
* Updated useragent text
1226
```
27+
1328
## 2.7.3
1429

1530
Release Date: July 25, 2024
@@ -21,6 +36,7 @@ Release Date: July 25, 2024
2136
```
2237
* Fixed an issue with leave local AD
2338
```
39+
2440
## 2.7.2
2541

2642
Release Date: July 16, 2024

jumpcloud-ADMU/JumpCloud.ADMU.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: JumpCloud Solutions Architect Team
55
#
6-
# Generated on: 7/16/2024
6+
# Generated on: 7/21/2024
77
#
88

99
@{
@@ -13,7 +13,7 @@
1313

1414
# Version number of this module.
1515

16-
ModuleVersion = '2.7.4'
16+
ModuleVersion = '2.7.5'
1717

1818
# Supported PSEditions
1919
# CompatiblePSEditions = @()

jumpcloud-ADMU/Powershell/Form.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ function show-mtpSelection {
153153
<Window
154154
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
155155
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
156-
Title="JumpCloud ADMU 2.7.4"
156+
Title="JumpCloud ADMU 2.7.5"
157157
WindowStyle="SingleBorderWindow"
158158
ResizeMode="NoResize"
159159
Background="White" ScrollViewer.VerticalScrollBarVisibility="Visible" ScrollViewer.HorizontalScrollBarVisibility="Visible" Width="1020" Height="590">

jumpcloud-ADMU/Powershell/ProgressForm.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function New-ProgressForm {
3737
<Window
3838
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3939
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
40-
Name="Window" Title="JumpCloud ADMU 2.7.4"
40+
Name="Window" Title="JumpCloud ADMU 2.7.5"
4141
WindowStyle="SingleBorderWindow"
4242
ResizeMode="NoResize"
4343
Background="White" Width="720" Height="550 ">

jumpcloud-ADMU/Powershell/Start-Migration.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1883,7 +1883,7 @@ Function Start-Migration {
18831883
$AGENT_INSTALLER_URL = "https://cdn02.jumpcloud.com/production/jcagent-msi-signed.msi"
18841884
$AGENT_INSTALLER_PATH = "$windowsDrive\windows\Temp\JCADMU\jcagent-msi-signed.msi"
18851885
$AGENT_CONF_PATH = "$($AGENT_PATH)\Plugins\Contrib\jcagent.conf"
1886-
$admuVersion = '2.7.4'
1886+
$admuVersion = '2.7.5'
18871887

18881888
$script:AdminDebug = $AdminDebug
18891889
$isForm = $PSCmdlet.ParameterSetName -eq "form"

0 commit comments

Comments
 (0)