Skip to content

3.12.0

Compare
Choose a tag to compare
@Tyriar Tyriar released this 08 Mar 17:27
· 6180 commits to master since this release
4046d68

๐Ÿž Bug fixes

  • Allow incremental searches to shorten and still retain selection (#1916) via @skyway777
  • Fix NPE when \x1b[?1003h or \x1b[?1003l is sent to the terminal before open is called (for good this time) (#1905) via @pfitzseb
  • Fix renderer incorrectly pausing under some environments (#1929) via @coderaiser
  • Fix an NPE when resizing both dimensions (#1930) via @Tyriar
  • Fix variable substitution in docker-compose.yml file (#1934) via @ahtshamraziq
  • Fix some characters being drawn with the wrong line height (#1938) via @Tyriar
  • Disable reflow completely when winptycompat is enabled (#1950) via @Tyriar
  • Fix link underline/hover not deactivating when on boundary of terminal (#1959) via @nikonso

๐Ÿ“ Documentation and internal improvements

  • Use a time-based limit for parsing time, this should make frame drops much less likely (#1818) via @juancampa
  • Create a roadmap and link it in the README (#1925) via @Tyriar
  • Update license year (#1928) via @Tyriar
  • Remove redundant font-family declaration in CSS file (#1936) via @Tyriar
  • Documentation style improvements (#1953) via @cherouvim
  • Remove costly Array.shift call during data input (#1956) via @JesseStolwijk

๐ŸŽ‰ New real-world use cases