You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/Reference/releases.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,26 @@
1
+
## 0.77.0
2
+
3
+
Released 02/03/2026
4
+
5
+
### Improvements
6
+
- Software installers and media uploads are now proxied through a CDN instead of pulling directly from Azure Blob Storage. Global installers are proxied through global.immy.bot, and local installers and media are proxied through local.cdn.immy.bot.
7
+
- Onboarding deployments no longer show a parameter error modal on save if the only parameters that have errors are ones marked to be provided by the onboarding form.
8
+
- Added a "Copy Link" button to open scripts in the script editor. Navigating to this link will open the script in the script editor.
9
+
- Cleaned up and reformatted some agent PowerShell logging.
10
+
- Improved some styling when viewing from a mobile device.
11
+
- Added an overlay "Clear Output" button in the computer terminal tab.
12
+
-`New-DateTimeParameter` now always renders as a datetime-local input (date + time).
13
+
-`New-DateParameter` is added for date-only inputs; it renders as date-only with no time selector. Existing saved date-only values still render as dates and are not re-saved unless the user edits the field, preventing silent time-component changes on open/save.
14
+
- Improved performance and cancellation support for the `Wait-ImmyComputer` cmdlet.
15
+
16
+
### Bug Fixes
17
+
- Fixed an issue where scheduled computer sessions would not get created if the computer had a session already running.
18
+
- Fixed an issue with dynamic parameters not showing up correctly in the script editor.
19
+
- Fixed an issue where duplicating a deployment would result in the desired software state being unset.
20
+
- Fixed an issue where inventory script keys could be created with special characters, causing them to fail.
21
+
- Fixed an issue where the integration ID parameter was not consistently passed to scripts.
22
+
- Fixed an issue where integration agents were being disassociated from computers and re-identified when they were moved between clients.
0 commit comments