Commit Graph

1462 Commits

Author SHA1 Message Date
Jae-Heon Ji
6af419528f
docs(changelog): fix dependency problem 2022-01-13 20:48:00 +09:00
Jae-Heon Ji
65a12c0f5e
feat: change dependency for process_cwd (#1001)
* feat: change dependency for process_cwd

* test: add unittest for get_cwd

* chore: apply clippy

* test: change tty to openpty

* test(e2e): update case
2022-01-13 20:41:13 +09:00
Aram Drevekenin
f6c56f6ea3
style(comment): remove outdated 2022-01-12 09:38:04 +01:00
Aram Drevekenin
737787702e
style(format): remove debug message 2022-01-11 17:03:47 +01:00
Aram Drevekenin
49af892970
docs(changelog): cwd fix 2022-01-09 11:02:06 +01:00
Jae-Heon Ji
d2cfcb3bab
fix: add condition for existence of current_dir (#995) 2022-01-09 18:18:03 +09:00
Jae-Heon Ji
690af2e33d
docs(governance): add myself to governance 2022-01-07 23:46:57 +09:00
Aram Drevekenin
e06300f7db chore(version): bump development version 2022-01-05 11:14:15 +01:00
Aram Drevekenin
f6ee6ec6e5 chore(release): v0.24.0 2022-01-05 10:37:31 +01:00
Aram Drevekenin
477ad9e1a6 chore(build): fix publishing flow 2022-01-05 10:34:29 +01:00
Kunal Mohan
59c71355a9
Remove unused dependency - termbg (#992) 2022-01-04 23:49:53 +05:30
Kunal Mohan
ba9f88443a docs(changelog): Configurable scroll buffer size 2022-01-04 23:26:12 +05:30
Kunal Mohan
e23d06b70d
Feature: Configurable scroll buffer (#936)
* Configurable scroll buffer

* Fix unit test failures

* Add scroll_buffer_size description in the default config file

* Fix config file
2022-01-04 23:24:05 +05:30
matu3ba
3e0ac752cc
docs(config): add ALT-centered example with usage instructions (#989)
justification:
- 1. ca. 200 LOC vs ca. 350 LOC
- 2. 1 common prefix instead of 2
- 3. 2 ways instead of 4 to get back to normal mode (Esc+Enter)
- 4. mode switching only from and to normal mode
- 5. remove 4 modes without loss of functionality(except adjusting titles)
- 6. second key for mappings to switch to mode memorable
2022-01-04 17:35:44 +01:00
Aram Drevekenin
ee7b7946ef
docs(changelog): keybindings 2022-01-04 17:25:19 +01:00
Aram Drevekenin
d4b14d7657
feat(keybinds): improve default keybindings (#991) 2022-01-04 17:24:18 +01:00
Aram Drevekenin
0d0064afff
fix(panes): do not crash when closing fixed pane (#987) 2022-01-04 11:43:34 +01:00
Aram Drevekenin
34634f77f7
docs(changelog): recent fixes 2022-01-04 11:09:08 +01:00
Aram Drevekenin
d5fe53ef57
fix(tabs): dont panic when tab history is empty and closing tab (#990) 2022-01-04 11:07:09 +01:00
Kunal Mohan
4496c4d4dc
Pass active terminal title through to terminal emulator (#980) 2022-01-03 22:18:22 +05:30
Aram Drevekenin
04fe184713
docs(changelog): multi user tab clicking sync bug 2022-01-03 16:56:20 +01:00
Aram Drevekenin
153ed175af
fix(plugins): send events to plugins properly in a multiuser env (#986) 2022-01-03 16:55:21 +01:00
Aram Drevekenin
7dad61e529
refactor(tab): separate concerns (namely move pane positioning actions out of tab) (#985)
* refactor: move resizing methods to pane resizer

* refactor: move focus and close methods to pane grid

* refactor(tab): move move methods positioning to pane grid

* refactor(tab): separate pane resizer from pane grid

* style(fmt): make rustfmt happy

* style(fmt): make clippy happy
2022-01-03 15:56:41 +01:00
Aram Drevekenin
d509fea457
docs(changelog): multi user tab click crash 2022-01-03 15:56:04 +01:00
Jae-Heon Ji
5dd3fce4a1
fix(plugins): register correct client id (#984) 2022-01-03 15:54:41 +01:00
Aram Drevekenin
e2f9f30405
docs(changelog): ring bell 2022-01-03 15:50:59 +01:00
auronandace
00e923cfdc
Implement passing the bell signal to the terminal (#981)
* implement passing the bell signal to the terminal

* Add files via upload

add fixture to test against
2022-01-03 15:50:00 +01:00
Aram Drevekenin
82384dc970
docs(changelog): switch tab mouse fullscreen fix 2022-01-03 14:59:22 +01:00
dswij
8f5325e4ed
fix(ui): left click on tabs when pane is on fullscreen mode (#977)
* Fix left click on tabs when pane is on fullscreen mode

* run fmt
2022-01-03 14:58:15 +01:00
Aram Drevekenin
855413c8c4
docs(changelog): multi user tab switch fix 2021-12-29 16:33:21 +01:00
Jae-Heon Ji
e1997f6e7d
fix: update switch to tab bug in multiple users (#959)
* fix: update switch to tab for multiple user

* chore: remove unnecessary comments
2021-12-29 16:32:38 +01:00
Aram Drevekenin
d296da8cfa
docs(changelog): asset creation fix 2021-12-29 16:29:58 +01:00
Jae-Heon Ji
b81268e80c
fix(commands): add install default assets (#961) 2021-12-29 16:28:51 +01:00
Thomas Linford
590d3479e6
docs(changelog): ensure clippy runs on all targets 2021-12-29 09:19:39 +01:00
danieleades
a62a23a1c7
fix(clippy): ensure clippy runs on all targets (#972)
* ensure clippy runs on all targets

* use 'AtomicBool' instead of 'Mutex<bool>'

* remove unused import

* remove 'mem::drop' no-ops

* remove loop that never loops
2021-12-29 09:16:54 +01:00
Thomas Linford
ed251d3e23
docs(changelog): unhandled mouse events bugfix 2021-12-28 21:41:41 +01:00
Thomas Linford
6e35f29b0f
fix(mouse): prevent unhandled mouse events escape to terminal (#976)
* workaround to not write csi mouse seqs to terminal

* tab: copy selection to clipboard only if selecting was initiated with left click

* cleanup debug log messages

* unset selecting_with_mouse when selection is empty
2021-12-28 21:39:20 +01:00
Aram Drevekenin
fc2a79c7a5
Update CHANGELOG.md 2021-12-28 08:58:57 +01:00
LordMZTE
9e74d8d617
fix(plugins): typo that gives plugins the wrong theme (#975) 2021-12-28 08:58:25 +01:00
Aram Drevekenin
0863e74d10
docs(changelog): detach client bugfix 2021-12-23 10:45:31 +01:00
Aram Drevekenin
0d7f22f09a
fix(attach): make removing clients atomic (#966) 2021-12-23 10:44:23 +01:00
Aram Drevekenin
3f2724dc07
docs(changelog): delete in midline with wide chars 2021-12-22 17:59:07 +01:00
Aram Drevekenin
ec4649c7c9
fix(compatibility): handle deleting chars in lines with widechars (#965)
* fix(compatibility): handle deleting chars in lines with widechars

* style(fmt): make rustfmt happy
2021-12-22 17:57:59 +01:00
Aram Drevekenin
827db866e7
docs(changelog): post wide-char insertion fix 2021-12-22 14:35:32 +01:00
Aram Drevekenin
52977a761f
fix(compatibility): handle inserting characters after wide character (#964)
* fix(compatibility): handle inserting characters in the middle of a line after a wide character

* style(fmt): make rustfmt happy
2021-12-22 14:34:28 +01:00
Aram Drevekenin
be54e2b2e0
docs(readme): cross out roadmap goal and update demo 2021-12-22 09:20:45 +01:00
Aram Drevekenin
fbd54d41ef chore(assets): multiplayer demo gif 2021-12-22 09:04:08 +01:00
Aram Drevekenin
ce8e898e6d chore(version): bump development version 2021-12-20 18:31:54 +01:00
Aram Drevekenin
6175d57702 chore(version): bump development version 2021-12-20 17:56:47 +01:00
Aram Drevekenin
082231101f chore(release): v0.22.1 2021-12-20 17:42:38 +01:00