Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

0.2.154

Compare
Choose a tag to compare
@vlad-shatskyi vlad-shatskyi released this 04 Jun 06:39
· 551 commits to master since this release

077ddde Bump version to 0.2.154. [ci skip]
90ddeca Refactoring: remove partial types.
b308530 Support ESC 7 and ESC 8. Fixes #1067
28299ba Fix the issue when a storage wasn't updated on removeToEnd.
f0cdbbf Fix the issue when cursor could have been moved to a negative position.
9cb695c Remove wrapped-output-row. Fixes #1070
6d9bc00 Move some packages to dev dependencies.
3fb7dcf Remove contain: "strict". Fixes #1036
1315d7c Updated README to include an Arch Linux install guide (yaourt). (#1038)
53de9c4 Change README.md explaining unofficial Windows Support (#1061)
825a0e5 Set registry in .npmrc.
0ff4739 Paste using inserttext. Fixes #1015.
792e0e6 Never make job form or header sticky. Fixes #1060.
2e394b3 Bump version to 0.2.153. [ci skip]
d0daa7a #800: support for Windows' cmd shell (#1033)
cdabf6b Split branch-name correctly in Branches class constructor. Fixes #1021. (#1042)
f0503a2 Specify icons path for linux. Fixes #1034.
d295fe3 Revert "Remove extra icons."
65f63de Fix row height for empty rows.
ef028e4 Wrap long rows. Fixes #1036.
02ed703 Increase page load timeout.
3b3eaa7 Create releases on push in "release" branch.
cf62cef Add a status bar present directory test.
aefaf0c Do not start the app each time from scratch.
ecc50ee Rewrite the second test using page objects.
0e7abc2 Use nested page objects.
3ee3822 Rewrite the first test using page object.
a441a76 Convert the e2e test file to TS.
7cc8ecb Remove forgotten only.
b94d308 Use electron-mocha for unit tests.
3b4b577 Remove non-functional menu items. Fixes #1037. [ci skip]
8a7027c Change pane creation mappings. Fixes #1057. [ci skip]
134a94a Revert closing a session on Ctrl+D.