@@ -5,6 +5,51 @@ All notable changes to this project will be documented in this file.
55## Unreleased
66
77- Added support for previews.
8+ - [ #140 ] ( https://github.com/os2display/display-client/pull/140 )
9+ - Fixed issue where campaign end resulted in blank screen.
10+
11+ ## [ 2.1.1] - 2024-10-23
12+
13+ - [ #138 ] ( https://github.com/os2display/display-client/pull/138 )
14+ - Avoided setting ER105 in url when no token exists in local storage.
15+ - [ #137 ] ( https://github.com/os2display/display-client/pull/137 )
16+ - Add `no-cache´ directive to nginx setup.
17+
18+ ## [ 2.1.0] - 2024-10-23
19+
20+ - [ #135 ] ( https://github.com/os2display/display-client/pull/135 )
21+ - Fixed cursor being hidden when not in debug mode.
22+ - Moved registration of listeners in useEffect.
23+ - [ #134 ] ( https://github.com/os2display/display-client/pull/134 )
24+ - Fixed remote loader for touch regions.
25+ - [ #133 ] ( https://github.com/os2display/display-client/pull/133 )
26+ - Added error message ER201 on screen when remote component could not load.
27+ - Added error timestamp to remote component loader, to force reload on error.
28+ - [ #132 ] ( https://github.com/os2display/display-client/pull/132 )
29+ - Remove token errors after re-login.
30+ - [ #131 ] ( https://github.com/os2display/display-client/pull/131 )
31+ - Moved localstorage calls into helper class AppStorage.
32+ - Cleaned up project structure.
33+ - Fixed async flow for release check.
34+ - Added previous boot timestamp (pb) to url.
35+ - Try to refresh token on reauthenticate event.
36+ - Added status and error to url.
37+ - Added error code to login page, if set.
38+ - [ #130 ] ( https://github.com/os2display/display-client/pull/130 )
39+ - Fixed issue with svg loading.
40+ - [ #127 ] ( https://github.com/os2display/display-client/pull/127 )
41+ - Migrate from CRA to Vite
42+ - Upgrade node from 14 -> 20
43+ - Winston logging to Pino logging
44+ - Set infrastructure node version to 20.
45+ - Fixed base path to /client.
46+ - [ #118 ] ( https://github.com/os2display/display-client/pull/118 )
47+ - Added api url to localstorage.
48+
49+ ## [ 2.0.4] - 2024-08-14
50+
51+ - [ #128 ] ( https://github.com/os2display/display-client/pull/128 )
52+ - Fixed rrule evaluation to handle local time correctly.
853
954## [ 2.0.3] - 2024-05-21
1055
@@ -34,7 +79,8 @@ All notable changes to this project will be documented in this file.
3479
3580- [ #119 ] ( https://github.com/os2display/display-client/pull/119 )
3681 - Changed to v2 routing.
37- - Limited the number of API calls by comparing relationsChecksum.
82+ - [ #117 ] ( https://github.com/os2display/display-client/pull/117 )
83+ - Limited the number of API calls by comparing relationsChecksum.
3884
3985## [ 1.3.5] - 2023-09-14
4086
0 commit comments