Skip to content

3.10.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Tyriar Tyriar released this 02 Jan 22:28
· 6346 commits to master since this release
740ca9c

πŸ†• Features

  • Allow holding a key down to send multiple characters (#1849) via @epicfaace
  • search addon:

πŸ†• API

🐞 Bug fixes

  • Fix selection when using positioning the terminal using position: fixed (#1788) via @gou4shi1
  • Don't recreate the renderer when the char atlas changes (#1820) via @Tyriar
  • Dispose of char atlases when they're no longer used by any terminals (#1821) via @Tyriar
  • Optimize OSC_STRING parsing (#1822) via @PerBothner
  • Fix NPE in linkifier (#1841) via @jerch
  • Fix calls to translateToString when endCol === 0 (#1843) via @Tyriar
  • Fix text being top aligned on Chrome and Firefox (#1859) via @Tyriar
  • Fix NPE in DOM renderer underline code (#1861) via @Tyriar
  • fullscreen addon: Fix illegal invocation error (#1851) via @robins1212
  • search addon: Fix bug preventing searching backwards (#1865) via @ntchjb
  • webLinks addon: Don't allow quotes at the end of a URL (#1846) via @linrock
  • winptyCompat addon: Fix wrapped line heuristic (#1850) via @Tyriar

πŸ“ Documentation and internal improvements