@@ -4,6 +4,37 @@ All notable changes to this project will be documented in this file.
44
55## Unreleased
66
7+ ## [ 2.1.0] - 2024-10-23
8+
9+ - [ #135 ] ( https://github.com/os2display/display-client/pull/135 )
10+ - Fixed cursor being hidden when not in debug mode.
11+ - Moved registration of listeners in useEffect.
12+ - [ #134 ] ( https://github.com/os2display/display-client/pull/134 )
13+ - Fixed remote loader for touch regions.
14+ - [ #133 ] ( https://github.com/os2display/display-client/pull/133 )
15+ - Added error message ER201 on screen when remote component could not load.
16+ - Added error timestamp to remote component loader, to force reload on error.
17+ - [ #132 ] ( https://github.com/os2display/display-client/pull/132 )
18+ - Remove token errors after re-login.
19+ - [ #131 ] ( https://github.com/os2display/display-client/pull/131 )
20+ - Moved localstorage calls into helper class AppStorage.
21+ - Cleaned up project structure.
22+ - Fixed async flow for release check.
23+ - Added previous boot timestamp (pb) to url.
24+ - Try to refresh token on reauthenticate event.
25+ - Added status and error to url.
26+ - Added error code to login page, if set.
27+ - [ #130 ] ( https://github.com/os2display/display-client/pull/130 )
28+ - Fixed issue with svg loading.
29+ - [ #127 ] ( https://github.com/os2display/display-client/pull/127 )
30+ - Migrate from CRA to Vite
31+ - Upgrade node from 14 -> 20
32+ - Winston logging to Pino logging
33+ - Set infrastructure node version to 20.
34+ - Fixed base path to /client.
35+ - [ #118 ] ( https://github.com/os2display/display-client/pull/118 )
36+ - Added api url to localstorage.
37+
738## [ 2.0.4] - 2024-08-14
839
940- [ #128 ] ( https://github.com/os2display/display-client/pull/128 )
@@ -37,7 +68,8 @@ All notable changes to this project will be documented in this file.
3768
3869- [ #119 ] ( https://github.com/os2display/display-client/pull/119 )
3970 - Changed to v2 routing.
40- - Limited the number of API calls by comparing relationsChecksum.
71+ - [ #117 ] ( https://github.com/os2display/display-client/pull/117 )
72+ - Limited the number of API calls by comparing relationsChecksum.
4173
4274## [ 1.3.5] - 2023-09-14
4375
0 commit comments