Aram Drevekenin
e993a23a85
chore(release): v0.16.0
2021-08-31 10:00:26 +02:00
Brooks Rady
4af159574c
chore(docs): update changelog
2021-08-28 17:54:32 +01:00
a-kenji
b4de405fa8
docs(changelog): formatting
2021-08-26 18:26:21 +02:00
a-kenji
a361c6e1ac
docs(changelog): add template and tabs to layout
2021-08-26 17:58:54 +02:00
Aram Drevekenin
6f2d7d0176
fix(compatibility): maintain original cursor shape ( #659 )
...
* fix(compatibility): maintain original cursor shape
* docs(changelog): document change
2021-08-25 13:43:18 +02:00
Aram Drevekenin
c8d10ee64d
fix(compatibility): only send bracketed paste to terminals requesting it ( #658 )
...
* fix(compatibility): only send bracketed paste to terminals requesting it
* docs(changelog): update change
* style(fmt): make rustfmt happy
2021-08-24 10:24:10 +02:00
a-kenji
7a2f86db1b
docs(changelog): add ToggleTab
action
2021-08-23 23:20:47 +02:00
Aram Drevekenin
d969bbfea7
fix(compatibility): docker-compose progress bar ( #656 )
...
* fix(compatibility): docker-compose progress bar
* docs(changelog): progress bar fix
* style(fmt): make rustfmt happy
2021-08-23 20:55:31 +02:00
Aram Drevekenin
01c5378773
docs(changelog): copy to clipboard UI
2021-08-23 15:52:38 +02:00
Aram Drevekenin
e889891604
Fix scrolling ( #650 )
...
* fix(grid): scroll up on empty line
* fix(grid): line wrapping while scrolling
* style(grid): fix names
* docs(changelog): document fix
2021-08-19 13:28:08 +02:00
Aram Drevekenin
fde38dcb44
docs(changelog): nushell fix
2021-08-16 14:20:23 +02:00
Aram Drevekenin
da3f20c816
fix(compatibility): support changing index colors with osc ( #646 )
...
* fix(compatibility): support changing index colors with osc
* style(fmt): make rustfmt happy
* style(fmt): make clippy happy
* style(fmt): make rustfmt happy
* docs(changelog): document fix
2021-08-13 17:23:39 +02:00
Aram Drevekenin
a37d3e5889
feat(ui): pane frames (new pane UI) ( #643 )
...
* work
* resize working
* move focus working
* close pane working
* selection and fullscreen working
* pane title line
* titles and conditional scroll title
* whole tab resize working
* plugin frames working
* plugin splitting working
* truncate pane frame titles
* cleanup
* panes always draw their own borders - also fix gap
* toggle pane frames
* move toggle to screen and fix some bugs
* fix plugin frame toggle
* fix terminal window resize
* fix scrolling and fullscreen bugs
* unit tests passing
* e2e tests passing and new test for new frames added
* refactor: TerminalPane and PluginPane
* refactor: Tab
* refactor: moar Tab
* refactor: Boundaries
* only render and calculate boundaries when there are no pane frames
* refactor: Layout
* fix(grid): properly resize when coming back from alternative viewport
* style: remove commented code
* style: fmt
* style: fmt
* style: fmt + clippy
* docs(changelog): update change
2021-08-12 14:50:00 +02:00
a-kenji
309f4a62bf
docs(changelog): Fix update plugins #621
2021-08-01 17:50:43 +02:00
a-kenji
32e0fa0b06
docs(changelog): Simplify deserialization slightly
2021-07-28 19:12:31 +02:00
a-kenji
a62dea4ea3
docs(changelog): Add ScrollToBottom
action
#626
2021-07-25 20:36:07 +02:00
a-kenji
f5734f2bf1
docs(changelog): add dump layout
to stdout
2021-07-22 18:47:28 +02:00
a-kenji
d74a1bd7c5
docs(changelog): display session-name in tab-bar
2021-07-22 16:48:54 +02:00
Brooks Rady
2bb3c08ae2
chore(changelog): add logging feature
2021-07-21 12:38:25 +01:00
a-kenji
105ae61682
docs(changelog): noop for mouse actions on plugins
2021-07-20 16:27:32 +02:00
Brooks J Rady
55bc1feee1
chore(release): rotate changelog
2021-07-19 20:50:01 +01:00
a-kenji
3df0210647
Fix formating of markdown
2021-07-09 17:49:36 +02:00
a-kenji
be1cb626ee
Fix formatting of markdown
2021-07-09 17:47:21 +02:00
a-kenji
910c3d4291
docs(changelog): Add on_force_close
#609
2021-07-09 17:29:37 +02:00
a-kenji
f755ef23d9
docs(changelog): Add commands to layout #600
2021-07-09 17:08:01 +02:00
a-kenji
50d049a0ed
docs(changelog): Change Run binding #602
...
Change
```
Run: {command: <path>, args: [ARGS], direction: <direction> }
```
into
```
Run: {cmd: <path>, args: [ARGS], direction: <direction> }
```
2021-07-07 11:09:26 +02:00
Aram Drevekenin
79c30e9d59
docs(changelog): kill children properly
2021-07-05 18:52:15 +02:00
Aram Drevekenin
9c419a0a4f
docs(changelog): fix version number again :)
2021-07-05 11:08:58 +02:00
Aram Drevekenin
50a580f6bd
docs(changelog): fix version number
2021-07-05 11:08:26 +02:00
Aram Drevekenin
7fe87f59a3
chore(version): bump development version
2021-07-05 11:04:51 +02:00
a-kenji
579701a2bb
docs(changelog): Add layout-dir to setup --check #599
2021-07-04 17:34:55 +02:00
Aram Drevekenin
51c826b991
docs(changelog): initial mouse support
2021-07-02 16:41:27 +02:00
a-kenji
2a024db839
chore(changelog): Add run-command option #596
2021-07-02 14:08:14 +02:00
a-kenji
04ad07d9e9
docs(changelog): Add option for default-shell
2021-07-01 20:28:00 +02:00
Kunal Mohan
07ad2f54ea
docs(changelog): Autodetach #581
2021-06-19 11:35:44 +05:30
a-kenji
dc8487cb4f
Fix missing layout-dir
in makefile
...
The `layout-dir` got removed, but the
make action depended on the `dir`.
2021-06-17 16:45:04 +02:00
a-kenji
5c69ce9aad
docs(changelog): layout dir from data to config
2021-06-16 19:03:07 +02:00
a-kenji
8e097c258a
docs(changelog): improve layout errors
2021-06-15 11:22:14 +02:00
Brooks J Rady
dc44a00699
chore(release): bump development version
2021-06-04 10:28:03 +01:00
Aram Drevekenin
24165b6178
docs(changelog): performance fix
2021-06-03 14:04:36 +02:00
a-kenji
d7f12ea58c
docs(changelog): add disable-status-bar layout
2021-06-01 10:41:10 +02:00
a-kenji
903017fd8e
docs(changelog): Don't rename unnamed tabs: 554
2021-06-01 10:24:32 +02:00
a-kenji
c787cea9e0
docs(changelog): Fix config options
2021-06-01 09:39:18 +02:00
a-kenji
a67bd140a5
docs(changelog): Add option to specify a theme
2021-05-30 19:43:22 +02:00
a-kenji
fe299325eb
docs(changelog): Add default_mode to attach 549
2021-05-29 20:55:03 +02:00
a-kenji
154ed3d41c
docs(changelog): Add default_mode option
2021-05-29 18:19:34 +02:00
Kunal Mohan
ef7424d906
docs(changelog): add #547 and #548
2021-05-29 21:43:04 +05:30
Kunal Mohan
00bbe2b0f8
docs(changelog): Optional session name in attach #542
2021-05-29 00:45:11 +05:30
Kunal Mohan
6017305bb0
docs(changelog): Fix lag #536
2021-05-28 21:16:16 +05:30
Aram Drevekenin
c53731bfa8
docs(changelog): update compatibility fix
2021-05-28 17:31:45 +02:00