Releases: jcubic/jquery.terminal
Releases · jcubic/jquery.terminal
2.44.1
2.44.0
Features
- new API
terminal::animation()
andterminal::delay()
#683 - add images in less now have
terminal-less
class - add
execHistory
main option andhistory
option toterminal::exec()
#745 - add helper
$.terminal.remove_formatter
- escape xml in
$.terminal.escape_formatting
when xml formatter is used #973
Bugfix
- fix number of rows when using different
--size
#969 - fix hidden cursor when using command that change
--size
#968 - fix command prop in
export_view()
when in command #967 - fix processing images in less #970
- fix passing alt and class for image in less
- fix width of images in less when image is bigger than the terminal
- fix line-height of the lines to render less image slices properly
- fix flashing of old prompt after prompt animation #976
2.43.1
2.43.0
Breaking
- echo of undefined or Promise that resolve to undefined no longer display string undefined
Features
Bugfix
2.42.2
2.42.1
2.42.0
2.41.2
2.41.1
2.41.0
Features
- allow to use class and other attributes in style XML tags (like
<bold/>
or<glow/>
) - allow usage of String instance in greetings #936
Bugfix
- fix alt image attribute
- fix visible formatting in prompt after animated exec #938
- fix visible formatting in prompt during typing animation
- cleanup duplicated attributes from XML formatter output
- fix zoom on mobile (PR by Riccardo Mura) #935