File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Changed
1111
12+ ## [ 1.16] - 2026-04-27
13+
14+ ### Changed
15+
16+ - Updated to 4.20.1
17+
1218## [ 1.15] - 2026-01-07
1319
1420### Changed
@@ -144,7 +150,8 @@ First release.
144150
145151- An Ansible role to install the ThinLinc server software.
146152
147- [ unreleased ] : https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.15...HEAD
153+ [ unreleased ] : https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.16...HEAD
154+ [ 1.16 ] : https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.15...v1.16
148155[ 1.15 ] : https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.14...v1.15
149156[ 1.14 ] : https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.13...v1.14
150157[ 1.13 ] : https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.12...v1.13
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ ThinLinc End User License Agreement. NOTE: Setting this to yes is a
3636requirement for installing and using ThinLinc.
3737
3838` ` ` yaml
39- thinlinc_version : " 4.20.0 "
39+ thinlinc_version : " 4.20.1 "
4040` ` `
4141
4242ThinLinc version number.
Original file line number Diff line number Diff line change 33
44thinlinc_accept_eula : " no"
55
6- thinlinc_version : " 4.20.0 "
6+ thinlinc_version : " 4.20.1 "
77thinlinc_bundle_path : " tl-{{ thinlinc_version }}-server.zip"
88
99thinlinc_autoinstall_dependencies : " yes"
You can’t perform that action at this time.
0 commit comments