Aram Drevekenin
d68d407d26
fix(router): gracefully handle client crashes ( #1710 )
...
* fix(router): gracefully handle client crashes
* style(comments): remove unused
2022-09-02 15:30:43 +02:00
Aram Drevekenin
93f0f783b8
docs(changelog): startup router race
2022-09-02 10:22:22 +02:00
Aram Drevekenin
b17f73bf08
fix(router): startup race ( #1706 )
...
* fix(router): retry messages when server is not ready for all startup signals
* style(fmt): rustfmt
2022-09-02 10:21:09 +02:00
Thomas Linford
533a19c26b
docs(changelog): bracketed paste fix
2022-08-24 20:07:15 +02:00
Thomas Linford
553a9bbe4f
fix: bracketed paste input not getting adjusted properly ( #1689 )
...
* fix bracketed paste input not getting adjusted properly
* add regression test
* readd deleted comment
2022-08-24 20:05:59 +02:00
dependabot[bot]
c71e16916f
build(deps): bump DeterminateSystems/update-flake-lock from 12 to 13 ( #1683 )
...
Bumps [DeterminateSystems/update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock ) from 12 to 13.
- [Release notes](https://github.com/DeterminateSystems/update-flake-lock/releases )
- [Commits](https://github.com/DeterminateSystems/update-flake-lock/compare/v12...v13 )
---
updated-dependencies:
- dependency-name: DeterminateSystems/update-flake-lock
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-23 08:26:31 +02:00
Aram Drevekenin
54602e0308
chore(ci): change dependabot frequency
2022-08-22 09:16:00 +02:00
Aram Drevekenin
b5a781351f
docs(changelog): improve vttest compliance
2022-08-19 14:01:38 +02:00
Autumn
a316577d1e
fix(compatibility): improve vttest ( #1671 )
...
* Improve 'vttest' scenarios:
1. Report terminal as VT220 with sixel rather than VT400 family with
sixel. This fixes a hang when launching vttest as it is waiting for
a response to DECRQSS.
2. Test 6.2: Support NewLine mode (CR --> CRLF).
3. Test 6.3: Fix DSR cursor position report to honor scrolling region.
4. Test 6.7: Parse and respond to DECREQTPARM (Request Terminal
Parameters - CSI x). This is a VT100 sequence that xterm used to
respond to always, but more recently only responds to when
explicitly set to VT100 level.
* cargo fmt
* Fix failing unit test snapshot
* fix clippy error
* VT100 UK character set
2022-08-19 14:00:26 +02:00
Aram Drevekenin
639de16c5e
chore(version): bump development version
2022-08-18 09:30:12 +02:00
Aram Drevekenin
588167f38e
chore(release): v0.31.3
2022-08-18 08:55:21 +02:00
Aram Drevekenin
94669fc930
HOTFIX: report up arrow correctly
2022-08-18 00:58:29 +02:00
Aram Drevekenin
ac8a9d4b28
chore(version): bump development version
2022-08-17 11:46:46 +02:00
Aram Drevekenin
67011947e8
chore(release): v0.31.2
2022-08-17 11:07:34 +02:00
Aram Drevekenin
aa80c09d13
docs(changelog): mouse events to terminal panes
2022-08-17 09:31:27 +02:00
Aram Drevekenin
f4ad946497
fix(terminal): SGR/UTF8 mouse reporting in terminal panes ( #1664 )
...
* work
* work
* fix: selection mishandling
* style(fmt): rustfmt
* style(comments): remove outdated
* style(clippy): make clippy happy
* fix(mouse): off by one sgr/utf8 reporting
* style(fmt): rustfmt
* fix(mouse): correctly report drag event code
* fix(input): support mouse middle click
* style(fmt): rustfmt
2022-08-17 09:28:51 +02:00
Jae-Heon Ji
b53e3807eb
docs(changelog): refactor terminal characters
2022-08-17 01:32:20 +09:00
TornaxO7
3da1cb1521
A little refactoring ( #1663 )
...
* general refactors
* applied `cargo fmt`
* adding BRACKETED_PASTE_BEGIN and BRACKETED_PASTE_END constans
* removing csi.rs trait
2022-08-17 01:29:45 +09:00
Aram Drevekenin
d9d7ef3aef
chore(workflows): change rust-toolchain update to once per month
2022-08-14 10:12:59 +02:00
a-kenji
10724ac958
rust-toolchain: Update ( #1659 )
...
Co-authored-by: a-kenji <a-kenji@users.noreply.github.com>
2022-08-14 09:09:57 +02:00
Sven Wick
61ae91e64d
docs(changelog): fix typo
...
Fix typo
2022-08-12 17:24:01 +02:00
Aram Drevekenin
6dcf3df9ea
docs(changelog): forward copy events from terminals
2022-08-12 17:23:19 +02:00
apexo
2cb6e20d62
Terminal compatibility: forward OSC52 events ( #1644 )
...
Fixes #1199
Co-authored-by: Christian Schubert <christian.schubert01@sap.com>
2022-08-12 17:21:58 +02:00
Aram Drevekenin
018d32e997
style(comment): update flake-lock frequency comment
2022-08-11 16:02:31 +02:00
Aram Drevekenin
be2ab63106
chore(ci): change frequency of flake lock updates to once per month
2022-08-11 16:01:55 +02:00
Aram Drevekenin
3c8aa11f1d
docs(changelog): fix router crash
2022-08-11 14:36:26 +02:00
Aram Drevekenin
e910db9bad
fix(router): retry messages when server is not ready ( #1651 )
...
* fix(router): retry messages when server is not ready
* style(fmt): rustfmt
2022-08-11 14:35:15 +02:00
har7an
dba5dcbd83
fix (screen): don't crash when first tab doesn't exist ( #1648 )
...
* screen: Don't crash when first tab doesn't exist
while trying to attach a new client. Instead, check whether the first
tab does exist and if not, take the first tab index from the tabs
present in the session. If no tabs exist, panic with a better error
message.
* changelog: Add PR #1648
* add test
* fix(tabs): send actual default mode info to new tab
Co-authored-by: Thomas Linford <linford.t@gmail.com>
Co-authored-by: Aram Drevekenin <aram@poor.dev>
2022-08-11 11:10:12 +02:00
a-kenji
01adc08f05
flake.lock: Update ( #1639 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-08 09:40:00 +02:00
Aram Drevekenin
4908b94eb0
chore(logging): log all unhandled ansi sequences ( #1636 )
2022-08-05 16:17:58 +02:00
Aram Drevekenin
0cedf39032
chore(version): bump development version
2022-08-02 18:46:32 +02:00
Aram Drevekenin
8ea0f85e95
chore(release): v0.31.1
2022-08-02 17:56:00 +02:00
Jae-Heon Ji
c45a68a6e3
docs(changelog): fix theme not loading
2022-08-02 23:16:34 +09:00
Jae-Heon Ji
4e9ad2e694
fix: theme not loading without config ( #1631 )
2022-08-02 23:15:33 +09:00
Aram Drevekenin
68c5f1e051
docs(contributing): document logging ( #1627 )
...
* docs(contributing): document logging
* docs(contributing): add logging example
2022-08-01 18:07:06 +02:00
dependabot[bot]
3bfc8e5421
build(deps): bump DeterminateSystems/update-flake-lock from 10 to 12 ( #1624 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-01 10:16:22 +02:00
a-kenji
5bc88eb122
docs(changelog): add more links to the documentation
2022-07-30 22:16:31 +02:00
f0x52
6d8b513856
Readme: link to documentation pages in-text ( #1621 )
2022-07-30 22:15:39 +02:00
a-kenji
449725c362
move: default.nix and shell.nix files from root ( #1618 )
2022-07-29 22:31:29 +02:00
a-kenji
371d105a78
fix(ci): remove cachix environment ( #1617 )
2022-07-29 21:58:41 +02:00
a-kenji
f3d8b31635
fix(readme): cargo install instructions ( #1616 )
2022-07-29 18:59:50 +02:00
a-kenji
98c5c447bb
docs(changelog): add solarized-light theme
2022-07-29 18:06:20 +02:00
TornaxO7
76ed4266cf
Adding solarized-light ( #1608 )
2022-07-29 18:05:21 +02:00
Jae-Heon Ji
cbb698fb62
fix(ci): change checksum tool in macos ( #1613 )
2022-07-29 20:25:14 +09:00
har7an
06a375f6fa
Add har7an to governance.md
2022-07-29 08:44:19 +00:00
Aram Drevekenin
a408c30669
chore(version): bump development version
2022-07-28 18:51:55 +02:00
Aram Drevekenin
660ac41b7a
chore(ci): do not upload checksum for macos
2022-07-28 17:43:52 +02:00
Aram Drevekenin
7a72aa4ef9
chore(release): v0.31.0
2022-07-28 16:51:55 +02:00
raphTec
0479bac346
Add myself to project member list
2022-07-28 15:59:37 +02:00
Aram Drevekenin
c7e8ed6889
docs(changelog): performance improvements
2022-07-28 12:10:42 +02:00