|
1 |
| -# Changelog |
2 |
| - |
3 |
| -All notable changes to this project will be documented in this file. |
4 |
| - |
5 |
| -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
6 |
| -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
7 |
| - |
8 |
| - |
9 |
| -## [[0.5.0](https://github.com/Devolutions/IronRDP/compare/ironrdp-connector-v0.4.0...ironrdp-connector-v0.5.0)] - 2025-05-27 |
10 |
| - |
11 |
| -### <!-- 1 -->Features |
12 |
| - |
13 |
| -- Add no_audio_playback flag to Config struct ([9f0edcc4c9](https://github.com/Devolutions/IronRDP/commit/9f0edcc4c9c49d59cc10de37f920aae073e3dd8a)) |
14 |
| - |
15 |
| - Enable audio playback on the client. |
16 |
| - |
17 |
| -### <!-- 4 -->Bug Fixes |
18 |
| - |
19 |
| -- [**breaking**] Fix name of client address field (#754) ([bdde2c76de](https://github.com/Devolutions/IronRDP/commit/bdde2c76ded7315f7bc91d81a0909a1cb827d870)) |
20 |
| - |
21 |
| -- Inject socket local address for the client addr (#759) ([712da42ded](https://github.com/Devolutions/IronRDP/commit/712da42dedc193239e457d8270d33cc70bd6a4b9)) |
22 |
| - |
23 |
| - We used to inject the resolved target server address, but that is not |
24 |
| - what is expected. Server typically ignores this field so this was not a |
25 |
| - problem up until now. |
26 |
| - |
27 |
| -### Refactor |
28 |
| - |
29 |
| -- [**breaking**] Add supported codecs in BitmapConfig ([f03ee393a3](https://github.com/Devolutions/IronRDP/commit/f03ee393a36906114b5bcba0e88ebc6869a99785)) |
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| -## [[0.4.0](https://github.com/Devolutions/IronRDP/compare/ironrdp-connector-v0.3.2...ironrdp-connector-v0.4.0)] - 2025-03-12 |
34 |
| - |
35 |
| -### <!-- 7 -->Build |
36 |
| - |
37 |
| -- Bump ironrdp-pdu |
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | + |
| 9 | +## [[0.5.1](https://github.com/Devolutions/IronRDP/compare/ironrdp-connector-v0.5.0...ironrdp-connector-v0.5.1)] - 2025-07-03 |
| 10 | + |
| 11 | +### <!-- 7 -->Build |
| 12 | + |
| 13 | +- Bump picky to v7.0.0-rc.15 (#850) ([eca256ae10](https://github.com/Devolutions/IronRDP/commit/eca256ae10c52c4a42e7e77d41c0a1d6c180ebf3)) |
| 14 | + |
| 15 | +## [[0.5.0](https://github.com/Devolutions/IronRDP/compare/ironrdp-connector-v0.4.0...ironrdp-connector-v0.5.0)] - 2025-05-27 |
| 16 | + |
| 17 | +### <!-- 1 -->Features |
| 18 | + |
| 19 | +- Add no_audio_playback flag to Config struct ([9f0edcc4c9](https://github.com/Devolutions/IronRDP/commit/9f0edcc4c9c49d59cc10de37f920aae073e3dd8a)) |
| 20 | + |
| 21 | + Enable audio playback on the client. |
| 22 | + |
| 23 | +### <!-- 4 -->Bug Fixes |
| 24 | + |
| 25 | +- [**breaking**] Fix name of client address field (#754) ([bdde2c76de](https://github.com/Devolutions/IronRDP/commit/bdde2c76ded7315f7bc91d81a0909a1cb827d870)) |
| 26 | + |
| 27 | +- Inject socket local address for the client addr (#759) ([712da42ded](https://github.com/Devolutions/IronRDP/commit/712da42dedc193239e457d8270d33cc70bd6a4b9)) |
| 28 | + |
| 29 | + We used to inject the resolved target server address, but that is not |
| 30 | + what is expected. Server typically ignores this field so this was not a |
| 31 | + problem up until now. |
| 32 | + |
| 33 | +### Refactor |
| 34 | + |
| 35 | +- [**breaking**] Add supported codecs in BitmapConfig ([f03ee393a3](https://github.com/Devolutions/IronRDP/commit/f03ee393a36906114b5bcba0e88ebc6869a99785)) |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | +## [[0.4.0](https://github.com/Devolutions/IronRDP/compare/ironrdp-connector-v0.3.2...ironrdp-connector-v0.4.0)] - 2025-03-12 |
| 40 | + |
| 41 | +### <!-- 7 -->Build |
| 42 | + |
| 43 | +- Bump ironrdp-pdu |
38 | 44 |
|
39 | 45 |
|
40 | 46 | ## [[0.3.2](https://github.com/Devolutions/IronRDP/compare/ironrdp-connector-v0.3.1...ironrdp-connector-v0.3.2)] - 2025-03-07
|
|
0 commit comments