Releases: railsware/upterm
0.2.159
- Redesign prompt and status bar.
- Improve control sequences handling.
0.2.158
f28f8a0 Bump version to 0.2.158. [ci skip]
eea6502 Extract showCursor into a variable.
773ccda Report correct cursor position.
6c30ad3 Render storage rows directly.
b03f564 Do not modify screen buffer storage to add a cursor.
f34697d Use separate cursorRow and CursorColumn.
8e08116 Remove Cursor.
6469659 Add shouldComponentUpdate to JobShowComponent.
2879389 Update dependencies.
0c68f49 Fuzzy match history items.
0083053 Add fuzzyMatch tests.
b145e86 Remove an unused function.
658a185 Add a simple fuzzy matcher. Implements #820
85fb892 Remove no escape prompt serializer.
0.2.157
0.2.156
0.2.155
d24e555 Bump version to 0.2.155. [ci skip]
0a7a40a Remove default exports.
ae7e6b4 Remove the Suggestion class.
457a466 Return PartialSuggestion from AutocompletionProviders.
fd23890 Add a PartialSuggestion type.
ded52a6 Load unique history items. Fixes #1075
c2c6c1c Add Suggestion.isFiltered. Fixes #1073
b20b700 Refactor: remove explicit type annotations from autocompletion providers.
a2f7f76 Clean up Suggestion.
0.2.154
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.
0.2.153
5ad4e4e 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.
0.2.152
0.2.151
0.2.150
ea869d8 Bump version to 0.2.150. [ci skip]
55da2ac Add a comment about alt key.
bc94eac Delete accidentally added swap files. [ci skip]
851fbcd Add Meta to the list of modifier keys. Fixes #1050. [ci skip]
4df44f8 Remove special handling of Ctrl+C. Fixes #1043. [ci skip]
37f2397 Scroll JobFormComponent into view on focus. Fixes #1048. [ci skip]