Skip to content

Commit 0f594c6

Browse files
committed
chore: add release notes for 0.77.0
1 parent b63f1f3 commit 0f594c6

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

Documentation/Reference/releases.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
23+
124
## 0.76.3
225

326
Released 01/27/2026

0 commit comments

Comments
 (0)