1.1.8 (2022-11-04)
1.1.7 (2021-07-25)
- 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)
- use padding variable (81cf0c9)
1.1.5 (2021-07-12)
- 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)
- update Dependencies (d1f3d5d)
1.1.3 (2021-05-13)
- update dependencies (dcae454)
1.1.2 (2021-05-08)
- use customElements (bcf29f0)
1.1.1 (2021-05-07)
1.1.0 (2021-05-03)
- add setting to remove toolbar button (6b66057)
1.0.1 (2021-05-03)
- activate pane on focus (cee1511)
- allow showing the terminal when intersectionRatio is not 1 (7a05451)
- bump deps (4de3aea)
- close on error opening shell (11225e9)
- enable ligatures (10e64ce)
- export getDefaultShell and getFallbackShell for testing (f8fa49b)
- Fix context menu on terminal (#38) (f9a528e)
- move watcher disposable code (d8b4fc9), closes /github.com/atom-community/terminal/pull/24#discussion_r499099903
- set autoShell only for the first time (977e6dc)
- set shell to pwsh or powershell if exists (60b28f4)
- typo defaultShellCache (151d6b2)
- update deps (3944561)
- update deps (ec03e67)
- upgrade whatwg-url from 8.3.0 to 8.4.0 (a488877)
- use async exists (02ad971)
- use fallback in case of an error (c168765)
- use localStorage to store autoShell (b49dd6a), closes /github.com/atom-community/terminal/pull/24#discussion_r499099514
- use onDidChange instead of observe (a3b6708)
- deps: update deps (54734e4)
- 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)
- Revert "fix: use isIntersecting" (b4795cc)