Skip to content

Commit 1cd8267

Browse files
committed
update CHANGELOG
1 parent f14c3b6 commit 1cd8267

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* add small ASCII Art to signature [#972](https://github.com/jcubic/jquery.terminal/issues/972)
88
* add `termina::output_ready()` [#987](https://github.com/jcubic/jquery.terminal/issues/987) [#1000](https://github.com/jcubic/jquery.terminal/issues/1000)
99
* add `figlet.js` helper extension
10+
* update terminal::geometry [#995](https://github.com/jcubic/jquery.terminal/issues/995)
1011
### Bugfix
1112
* fix `terminal::login()` when user already authenticated [#980](https://github.com/jcubic/jquery.terminal/issues/980)
1213
* improve mobile support
@@ -15,6 +16,11 @@
1516
* fix returning Terminal instance from interpreter [#994](https://github.com/jcubic/jquery.terminal/issues/994)
1617
* fix removing blank lines when using `import_view()` [#1007](https://github.com/jcubic/jquery.terminal/issues/1007)
1718
* fix fallback interpreter return value [#1008](https://github.com/jcubic/jquery.terminal/issues/1008)
19+
* fix for external terminal style [#1009](https://github.com/jcubic/jquery.terminal/issues/1009)
20+
* fix redraw when echo async function which throws [#998](https://github.com/jcubic/jquery.terminal/issues/998)
21+
* fix browser shorcuts when terminal is paused [#1005](https://github.com/jcubic/jquery.terminal/issues/1005)
22+
* display exception from sync echo function [#997](https://github.com/jcubic/jquery.terminal/issues/997)
23+
* fix text on hover links when background is transparent [#990](https://github.com/jcubic/jquery.terminal/issues/990)
1824

1925
## 2.44.1
2026
### Bugfix

0 commit comments

Comments
 (0)