Skip to content

Latest commit

 

History

History
128 lines (79 loc) · 9.02 KB

CHANGELOG.md

File metadata and controls

128 lines (79 loc) · 9.02 KB

1.1.8 (2022-11-04)

Bug Fixes

  • get correct cwd when treeview is selected (#102) (e462b00)

1.1.7 (2021-07-25)

Bug Fixes

  • enable scope hoisting of Parcel - reduce the size of app (00d8d96)
  • require at least Atom 1.52 - electron 6 (8fc0612)
  • use terser-config-atomic - reduce the size of the app (c17c299)

1.1.6 (2021-07-13)

Bug Fixes

1.1.5 (2021-07-12)

Bug Fixes

  • add padding to the terminal (14144a5)
  • add terminal syntax variables to standard theme (bb27e56)
  • default to Standard theme (512e285)
  • update Dependencies (a9e6be8)
  • update theme without restarting terminal (b38d4d1)
  • use 1rem of padding (834a710)

1.1.4 (2021-06-13)

Bug Fixes

1.1.3 (2021-05-13)

Bug Fixes

1.1.2 (2021-05-08)

Bug Fixes

1.1.1 (2021-05-07)

Bug Fixes

  • toolbar config was wrong (08625fb)
  • use node url instead of whatwg-url (71de4dc)

1.1.0 (2021-05-03)

Features

  • add setting to remove toolbar button (6b66057)

1.0.1 (2021-05-03)

Bug Fixes

1.0.0 (2021-04-29)

Bug Fixes

Features

  • add defaultSellCache to improve performance (16e51aa)
  • add focus command (fef8c6a)
  • add ligatures config (default to true) (6a5c437)
  • add terminal:clear command (5be215a)
  • add tool-bar button (248825d)
  • add tree view context menu (941868f)
  • autoShell config (769abfe)
  • enable copy on select by default (3766adb)
  • getDefaultShell finds the default shell start commmand (4c9aebe)
  • getFallbackShell (8755e11)
  • import webgl and ligatures using dynamic import (c1311b6)
  • import WebLinksAddon using dynamic import (eb3bfc3)
  • install which to find programs (d108320)
  • open in the bottom dock by default (348c619)
  • rename to atomic-terminal (bc5929c)
  • set start command asyncronously inside activate (68da18c)
  • setShellStartCommand: set start command asyncronously (2140047)
  • use getFallbackShell as the default value for shell (ea5a014)

Reverts

  • Revert "fix: use isIntersecting" (b4795cc)