Skip to content

Commit

Permalink
chore(release): prepare for 2025.1.1 (#1212)
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenoit authored Feb 5, 2025
1 parent 29b2fac commit 7545044
Show file tree
Hide file tree
Showing 14 changed files with 39 additions and 17 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## 2025.1.2 (2025-02-05)

### Bug Fixes

- _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))

Fix an updater corner case where the user is trying to downgrade to the
latest specified version in `productinfo.htm` while a newer unreleased
version is installed locally.

- _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))

- _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))

## 2025.1.0 (2025-01-29)

### Features
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025.1.0
2025.1.1
2 changes: 1 addition & 1 deletion crates/devolutions-pedm-shell-ext/AppxManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
xmlns:com="http://schemas.microsoft.com/appx/manifest/com/windows10"
IgnorableNamespaces="uap uap2 uap3 rescap desktop desktop4 desktop5 uap10 com">
<Identity Name="DevolutionPEDMShellExtension" ProcessorArchitecture="neutral" Publisher="CN=Devolutions"
Version="2025.1.0.0" />
Version="2025.1.1.0" />
<Properties>
<DisplayName>Devolutions Agent</DisplayName>
<PublisherDisplayName>Devolutions</PublisherDisplayName>
Expand Down
2 changes: 1 addition & 1 deletion crates/devolutions-pedm-shell-ext/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "devolutions-pedm-shell-ext"
version = "2025.1.0"
version = "2025.1.1"
edition = "2021"
license = "MIT/Apache-2.0"
authors = ["Devolutions Inc. <infos@devolutions.net>"]
Expand Down
2 changes: 1 addition & 1 deletion devolutions-agent/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "devolutions-agent"
version = "2025.1.0"
version = "2025.1.1"
edition = "2021"
license = "MIT/Apache-2.0"
authors = ["Devolutions Inc. <infos@devolutions.net>"]
Expand Down
2 changes: 1 addition & 1 deletion devolutions-gateway/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "devolutions-gateway"
version = "2025.1.0"
version = "2025.1.1"
edition = "2021"
readme = "README.md"
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion devolutions-session/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "devolutions-session"
version = "2025.1.0"
version = "2025.1.1"
edition = "2021"
license = "MIT/Apache-2.0"
authors = ["Devolutions Inc. <infos@devolutions.net>"]
Expand Down
2 changes: 1 addition & 1 deletion dotnet/DesktopAgent/DesktopAgent.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RootNamespace>Devolutions.Agent.Desktop</RootNamespace>
<AssemblyName>DevolutionsDesktopAgent</AssemblyName>
<LangVersion>latest</LangVersion>
<Version>2025.1.0.0</Version>
<Version>2025.1.1.0</Version>
<Company>Devolutions</Company>
<Copyright>Copyright © 2024</Copyright>
<Product>Devolutions Agent</Product>
Expand Down
2 changes: 1 addition & 1 deletion fuzz/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jetsocat/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jetsocat"
version = "2025.1.0"
version = "2025.1.1"
authors = ["Devolutions Inc. <infos@devolutions.net>"]
edition = "2021"
description = "(Web)Socket toolkit for jet protocol related operations"
Expand Down
6 changes: 5 additions & 1 deletion package/AgentLinux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Packaging changelog

## 2025.1.1 (2025-02-05)

- No changes.

## 2025.1.0 (2025-01-29)

- No changes.

## 2024.3.6 (2024-12-02)

- Add packaging changelog.
- Add packaging changelog.
6 changes: 5 additions & 1 deletion package/Linux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Packaging changelog

## 2025.1.1 (2025-02-05)

- No changes.

## 2025.1.0 (2025-01-29)

- No changes.

## 2024.3.6 (2024-12-02)

- Add packaging changelog.
- Add packaging changelog.
2 changes: 1 addition & 1 deletion powershell/DevolutionsGateway/DevolutionsGateway.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
RootModule = 'DevolutionsGateway.psm1'

# Version number of this module.
ModuleVersion = '2025.1.0'
ModuleVersion = '2025.1.1'

# Supported PSEditions
CompatiblePSEditions = 'Desktop', 'Core'
Expand Down

0 comments on commit 7545044

Please sign in to comment.