Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.6.0](v1.5.0...v1.6.0) (2024-01-21) ### Bug Fixes * detect when not scrolled at bottom ([5eb8656](5eb8656)) * game stream import ([f0667c3](f0667c3)) * improve auto scroll by using useEffect ([558ce97](558ce97)) * jest is peculiar about imports ([8278fb7](8278fb7)) * pin scroll to bottom ([cac1618](cac1618)) ### Features * add preferences service ([74f7a55](74f7a55)) * add simple command input for testing ([22ef9aa](22ef9aa)) * cast time event ([cefcea8](cefcea8)) * check if log level enabled ([164c224](164c224)) * debounce write to disk ([01ef54d](01ef54d)) * dynamic set grid dimensions ([b70e368](b70e368)) * game context provider ([9b263e7](9b263e7)) * if trace logging enabled then log game streams ([442dda7](442dda7)) * inline style bold text ([1b92347](1b92347)) * move urls to common data ([82e2c7c](82e2c7c)) * no-ssr component ([c1fe913](c1fe913)) * save zoom factor pref ([2d0af23](2d0af23)) * sidebar ([663dc26](663dc26)) * sidebar item help ([deaf246](deaf246)) * stringify objects in log ([55e5e87](55e5e87)) * stub out game components ([b866ad3](b866ad3)) * styles scrollbar ([2ebb19d](2ebb19d)) * template layout with sidebar ([2f83b1a](2f83b1a)) * update window open security ([6184188](6184188)) * use command input bar ([38a8673](38a8673)) * use intersection observable api to detect if should auto scroll ([33a7102](33a7102)) * util to convert to maybe type ([1b8c959](1b8c959))
- Loading branch information