Skip to content

Commit 7545044

Browse files
authored
chore(release): prepare for 2025.1.1 (#1212)
1 parent 29b2fac commit 7545044

File tree

14 files changed

+39
-17
lines changed

14 files changed

+39
-17
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
This document provides a list of notable changes introduced in Devolutions Gateway service, installer and Jetsocat.
44

5+
## 2025.1.2 (2025-02-05)
6+
7+
### Bug Fixes
8+
9+
- _agent_: fix downgrade logic for unreleased Devolutions Gateway ([#1207](https://github.com/Devolutions/devolutions-gateway/issues/1207)) ([a978ec6c59](https://github.com/Devolutions/devolutions-gateway/commit/a978ec6c59641a15378fbc4c623283e912f3d32a))
10+
11+
Fix an updater corner case where the user is trying to downgrade to the
12+
latest specified version in `productinfo.htm` while a newer unreleased
13+
version is installed locally.
14+
15+
- _dgw_: mute recording player by default to allow autoplay in web browsers ([#1208](https://github.com/Devolutions/devolutions-gateway/issues/1208)) ([1266e8b327](https://github.com/Devolutions/devolutions-gateway/commit/1266e8b32763e14467e9b650856f85084bcb0d08))
16+
17+
- _agent-installer_: add experimental tag to PEDM and session features ([#1211](https://github.com/Devolutions/devolutions-gateway/issues/1211)) ([29b2facc61](https://github.com/Devolutions/devolutions-gateway/commit/29b2facc610ca0bd994af8a48f10337781a4205f))
18+
519
## 2025.1.0 (2025-01-29)
620

721
### Features

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025.1.0
1+
2025.1.1

crates/devolutions-pedm-shell-ext/AppxManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
xmlns:com="http://schemas.microsoft.com/appx/manifest/com/windows10"
1212
IgnorableNamespaces="uap uap2 uap3 rescap desktop desktop4 desktop5 uap10 com">
1313
<Identity Name="DevolutionPEDMShellExtension" ProcessorArchitecture="neutral" Publisher="CN=Devolutions"
14-
Version="2025.1.0.0" />
14+
Version="2025.1.1.0" />
1515
<Properties>
1616
<DisplayName>Devolutions Agent</DisplayName>
1717
<PublisherDisplayName>Devolutions</PublisherDisplayName>

crates/devolutions-pedm-shell-ext/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "devolutions-pedm-shell-ext"
3-
version = "2025.1.0"
3+
version = "2025.1.1"
44
edition = "2021"
55
license = "MIT/Apache-2.0"
66
authors = ["Devolutions Inc. <[email protected]>"]

devolutions-agent/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "devolutions-agent"
3-
version = "2025.1.0"
3+
version = "2025.1.1"
44
edition = "2021"
55
license = "MIT/Apache-2.0"
66
authors = ["Devolutions Inc. <[email protected]>"]

devolutions-gateway/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "devolutions-gateway"
3-
version = "2025.1.0"
3+
version = "2025.1.1"
44
edition = "2021"
55
readme = "README.md"
66
license = "MIT/Apache-2.0"

devolutions-session/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "devolutions-session"
3-
version = "2025.1.0"
3+
version = "2025.1.1"
44
edition = "2021"
55
license = "MIT/Apache-2.0"
66
authors = ["Devolutions Inc. <[email protected]>"]

dotnet/DesktopAgent/DesktopAgent.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<RootNamespace>Devolutions.Agent.Desktop</RootNamespace>
66
<AssemblyName>DevolutionsDesktopAgent</AssemblyName>
77
<LangVersion>latest</LangVersion>
8-
<Version>2025.1.0.0</Version>
8+
<Version>2025.1.1.0</Version>
99
<Company>Devolutions</Company>
1010
<Copyright>Copyright © 2024</Copyright>
1111
<Product>Devolutions Agent</Product>

fuzz/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jetsocat/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jetsocat"
3-
version = "2025.1.0"
3+
version = "2025.1.1"
44
authors = ["Devolutions Inc. <[email protected]>"]
55
edition = "2021"
66
description = "(Web)Socket toolkit for jet protocol related operations"

package/AgentLinux/CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Packaging changelog
22

3+
## 2025.1.1 (2025-02-05)
4+
5+
- No changes.
6+
37
## 2025.1.0 (2025-01-29)
48

59
- No changes.
610

711
## 2024.3.6 (2024-12-02)
812

9-
- Add packaging changelog.
13+
- Add packaging changelog.

package/Linux/CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Packaging changelog
22

3+
## 2025.1.1 (2025-02-05)
4+
5+
- No changes.
6+
37
## 2025.1.0 (2025-01-29)
48

59
- No changes.
610

711
## 2024.3.6 (2024-12-02)
812

9-
- Add packaging changelog.
13+
- Add packaging changelog.

powershell/DevolutionsGateway/DevolutionsGateway.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
RootModule = 'DevolutionsGateway.psm1'
88

99
# Version number of this module.
10-
ModuleVersion = '2025.1.0'
10+
ModuleVersion = '2025.1.1'
1111

1212
# Supported PSEditions
1313
CompatiblePSEditions = 'Desktop', 'Core'

0 commit comments

Comments
 (0)