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
Aram Drevekenin
4962fc3dad
docs(changelog): collaboration support
2021-12-20 17:32:12 +01:00
Aram Drevekenin
ca8438b0aa
feat(collaboration): implement multiple users ( #957 )
...
* work
* feat(collaboration): implement multiple users
* style(cleanup): some leftovers
2021-12-20 17:31:07 +01:00
Aram Drevekenin
2c1d3a9817
chore(release): v0.22.1
2021-12-14 17:32:53 +01:00
Aram Drevekenin
1a991ce7fb
chore(version): bump development version
2021-12-14 17:32:02 +01:00
Aram Drevekenin
903873c427
docs(changelog): fullscreen bug
2021-12-14 09:43:40 +01:00
Aram Drevekenin
10da4348ae
Fix tab fullscreen switch ( #941 )
...
* fix(tab): switch focus with fullscreen
* style(fmt): make rustfmt happy
2021-12-14 09:42:52 +01:00
Chetan Vardhan
d60e662599
docs(packaging): fedora COPR
2021-12-13 22:55:44 +01:00
Aram Drevekenin
5f1f190a85
chore(version): bump development version
2021-12-13 16:19:37 +01:00
Aram Drevekenin
92f902ef7e
chore(release): v0.22.0
2021-12-13 15:52:53 +01:00
Aram Drevekenin
514d9c9b0e
style(fmt): make rustfmt happy and update plugins
2021-12-13 15:14:44 +01:00
Aram Drevekenin
a721495839
hotfix(plugins): run load function for every user when cloning plugin
2021-12-13 15:07:49 +01:00
Aram Drevekenin
448b805259
hotfix: default to quicknav tip
2021-12-10 09:42:40 +01:00
Kunal Mohan
c0afb23e06
docs(changelog): Allow naming panes
2021-12-09 23:33:11 +05:30
Kunal Mohan
c75bcbd937
Feature: Add pane names ( #928 )
...
* Read pane name from layout
* Update pane name at runtime
* Fix tests
* prefer and render pane name over pane title
* fix clippy errors
* fix after rebase
2021-12-09 23:30:40 +05:30
a-kenji
368c852e57
docs(changelog): distinct tips in status-bar
2021-12-09 18:57:26 +01:00
a-kenji
25e7ed80de
docs(changelog): update default layouts
2021-12-09 18:55:50 +01:00
Jae-Heon Ji
d79060f69a
feat(status-bar): add multiple tips ( #848 )
...
* feat(status-bar): add draft for multiple tips
* feat: add TIPS_MAP
* Simplified 'tip' function.
* chore: update file structure
* feat(status-bar): update method of Tip rendering
* feat(status-bar): change type of tip in State
* refactor(status-bar): related to random tip selection
* feat(status-bar): add simple local cache for testing
* feat(status-bar): add cache system for tip data
* Add mpadir to wasm for plugin to access zellij temp folder.
* refactor(status-bar): update cache and utils
* fix(status-bar): update file read error
* refactor(status-bar): update macros
* chore(status-bar): delete test data
* chore(status-bar): update missing fixes
* feat(status-bar): add detailed error
* style: make clippy
2021-12-09 18:53:46 +01:00
Jae-Heon Ji
2096cafe1d
chore: update example layout ( #926 )
2021-12-09 18:38:18 +01:00
Aram Drevekenin
90f463138b
docs(changelog): multiple users in plugins
2021-12-08 18:42:40 +01:00
Aram Drevekenin
92bddf1b79
fix(plugins): support multiple users ( #930 )
...
* fix(plugins): support multiple clients
* fix(style): make clippy happy
2021-12-08 18:41:41 +01:00
Marcin Puc
56e85f87d6
fix(style): various internal refactorings
2021-12-07 10:24:42 +00:00
Thomas Linford
d34e624010
docs(changelog): fix resize performance
2021-12-05 11:29:37 +01:00
Thomas Linford
e47e3d361f
fix(perf): throttle resizes on sigwinch ( #895 )
...
Reduce renders while resizing window to reduce performance problem with a large scrollback buffer due to lines recalculation.
2021-12-05 11:26:32 +01:00
a-kenji
0a84d39a58
docs(changelog): fix unbind key
2021-12-04 16:08:36 +01:00
a-kenji
050fa8fd07
fix(config): unbind keys correctly ( #925 )
...
* turn off the merging of key bindings of layout and configuration
files for now.
In certain situations the keybindings would be overwritten.
Fix #923
2021-12-04 16:06:20 +01:00
a-kenji
b727d105f3
fix(warn): remove unnecessary mut ( #922 )
2021-12-03 18:09:29 +01:00
a-kenji
db3d8a71a8
docs(changelog): update example config options
2021-12-03 11:19:01 +01:00
a-kenji
b78a6d4258
fix(assets): update config option examples ( #920 )
...
* update config option examples:
```
no_pane_frames -> pane_frames
no_mouse_mode -> mouse_mode
```
closes #916
2021-12-03 11:13:56 +01:00
Aram Drevekenin
60cbf7bde0
docs(changelog): windows paste fix
2021-12-02 18:36:47 +01:00
Aram Drevekenin
cbe0d5405e
fix(compatibility): do not duplicate bracketed paste in chunked stdin input ( #917 )
...
* debug message
* fix attempt
* oops
* remove log message
* rustfmt
* style(clippy): make clippy happy
* style(clippy): make clippy happy again!
2021-12-02 18:35:55 +01:00
Aram Drevekenin
180aa786a5
docs(changelog): fix flaky scrolling issue
2021-12-01 13:02:13 +01:00
Aram Drevekenin
464cb6beec
fix(compatibility): full screen scroll region ( #915 )
...
* fix(compatibility): properly handle scrolling when scroll region is full screen
* style(fmt): make clippy and rustfmt happy
2021-12-01 13:01:22 +01:00