From 1cd82670cd3f30984cf3c77fbd81f862203c8495 Mon Sep 17 00:00:00 2001 From: Jakub Jankiewicz Date: Sat, 22 Feb 2025 18:23:13 +0100 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b1cae04..473bf8b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * add small ASCII Art to signature [#972](https://github.com/jcubic/jquery.terminal/issues/972) * add `termina::output_ready()` [#987](https://github.com/jcubic/jquery.terminal/issues/987) [#1000](https://github.com/jcubic/jquery.terminal/issues/1000) * add `figlet.js` helper extension +* update terminal::geometry [#995](https://github.com/jcubic/jquery.terminal/issues/995) ### Bugfix * fix `terminal::login()` when user already authenticated [#980](https://github.com/jcubic/jquery.terminal/issues/980) * improve mobile support @@ -15,6 +16,11 @@ * fix returning Terminal instance from interpreter [#994](https://github.com/jcubic/jquery.terminal/issues/994) * fix removing blank lines when using `import_view()` [#1007](https://github.com/jcubic/jquery.terminal/issues/1007) * fix fallback interpreter return value [#1008](https://github.com/jcubic/jquery.terminal/issues/1008) +* fix for external terminal style [#1009](https://github.com/jcubic/jquery.terminal/issues/1009) +* fix redraw when echo async function which throws [#998](https://github.com/jcubic/jquery.terminal/issues/998) +* fix browser shorcuts when terminal is paused [#1005](https://github.com/jcubic/jquery.terminal/issues/1005) +* display exception from sync echo function [#997](https://github.com/jcubic/jquery.terminal/issues/997) +* fix text on hover links when background is transparent [#990](https://github.com/jcubic/jquery.terminal/issues/990) ## 2.44.1 ### Bugfix