Skip to content

Commit 7eae0b7

Browse files
authored
chore(release): prepare for 2024.1.3 (#755)
1 parent c5caf5a commit 7eae0b7

File tree

7 files changed

+29
-7
lines changed

7 files changed

+29
-7
lines changed

Diff for: CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ This document provides a list of notable changes introduced in Devolutions Gatew
44

55
## [Unreleased]
66

7+
## 2024.1.3 (2024-03-08)
8+
9+
### Features
10+
11+
- _webapp_: version number at the bottom of the app menu ([#752](https://github.com/Devolutions/devolutions-gateway/issues/752)) ([e46b4fc5a9](https://github.com/Devolutions/devolutions-gateway/commit/e46b4fc5a9eb237dd49d6f30650866be0323630b))
12+
13+
### Improvements
14+
15+
- _webapp_: improve the error catching for VNC and ARD ([#739](https://github.com/Devolutions/devolutions-gateway/issues/739)) ([d34e188aba](https://github.com/Devolutions/devolutions-gateway/commit/d34e188aba0e0a1ace4747bc9dbeaf7ca3e26824)) ([DGW-157](https://devolutions.atlassian.net/browse/DGW-157))
16+
17+
### Bug Fixes
18+
19+
- _webapp_: update IronVNC to 0.1.6 ([#749](https://github.com/Devolutions/devolutions-gateway/issues/749)) ([ffc4427dca](https://github.com/Devolutions/devolutions-gateway/commit/ffc4427dca1504e1180c7401e7d086e10adddc5c))
20+
21+
- fix connection not shut down properly
22+
23+
- _webapp_: shutdown not called when closing from left menu ([#750](https://github.com/Devolutions/devolutions-gateway/issues/750)) ([ace64d3eb6](https://github.com/Devolutions/devolutions-gateway/commit/ace64d3eb6dcf5dc3e646937288708f0c1f39d49)) ([DGW-167](https://devolutions.atlassian.net/browse/DGW-167))
24+
25+
- _installer_: properly write ARP InstallLocation on fresh installs ([270c4e981d](https://github.com/Devolutions/devolutions-gateway/commit/270c4e981d689bc25b681c4b76b535eb38a79c41))
26+
27+
- _webapp_: show error backtrace for VNC, ARD and RDP clients ([#751](https://github.com/Devolutions/devolutions-gateway/issues/751)) ([c5caf5ab25](https://github.com/Devolutions/devolutions-gateway/commit/c5caf5ab25d16e1cae2b04600a0366e5f759f5a0)) ([DGW-162](https://devolutions.atlassian.net/browse/DGW-162))
28+
729
## 2024.1.2 (2024-03-05)
830

931
### Bug Fixes

Diff for: Cargo.lock

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

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024.1.2
1+
2023.1.3

Diff for: 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 = "2024.1.2"
3+
version = "2023.1.3"
44
edition = "2021"
55
readme = "README.md"
66
license = "MIT/Apache-2.0"

Diff for: fuzz/Cargo.lock

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

Diff for: jetsocat/Cargo.toml

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

Diff for: 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 = '2024.1.2'
10+
ModuleVersion = '2023.1.3'
1111

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

0 commit comments

Comments
 (0)