Commit graph

268 commits

Author SHA1 Message Date
Eugene Pankov
12f971da19
fixed #7030 - directional pane navigation 2022-10-04 20:51:20 +02:00
dependabot[bot]
397825a32c Bump mixpanel from 0.13.0 to 0.17.0 in /tabby-core
Bumps [mixpanel](https://github.com/mixpanel/mixpanel-node) from 0.13.0 to 0.17.0.
- [Release notes](https://github.com/mixpanel/mixpanel-node/releases)
- [Changelog](https://github.com/mixpanel/mixpanel-node/blob/master/history.md)
- [Commits](https://github.com/mixpanel/mixpanel-node/compare/v0.13.0...v0.17.0)

---
updated-dependencies:
- dependency-name: mixpanel
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-03 18:51:50 +02:00
dependabot[bot]
2a3c9fcd3e Bump uuid from 8.3.2 to 9.0.0 in /tabby-core
Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.2 to 9.0.0.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v8.3.2...v9.0.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-03 18:49:55 +02:00
dependabot[bot]
e519020d11 Bump readable-stream from 3.6.0 to 4.2.0 in /tabby-core
Bumps [readable-stream](https://github.com/nodejs/readable-stream) from 3.6.0 to 4.2.0.
- [Release notes](https://github.com/nodejs/readable-stream/releases)
- [Commits](https://github.com/nodejs/readable-stream/compare/v3.6.0...v4.2.0)

---
updated-dependencies:
- dependency-name: readable-stream
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-02 19:57:17 +02:00
Eugene Pankov
ef1366ef7f
make Platform.exec async 2022-09-27 23:07:26 +02:00
Eugene Pankov
dd36908b95
lint 2022-09-05 10:37:17 +02:00
Eugene Pankov
fbea7db188
expose combined context menu in tab header and add visual context menu button - fixes #6966 2022-09-05 00:24:21 +02:00
Eugene Pankov
3226a3d70f
lint 2022-09-04 23:33:15 +02:00
Eugene Pankov
27e023a9ee
added pgup/pgdown support and fuzzy search to the profile selector - fixes #6872 2022-09-04 23:33:07 +02:00
Eugene Pankov
5d383eea04
avoid unnecessary config writes 2022-07-30 00:03:56 +02:00
Qiming-Liu
c3abff56aa feat: hotkey-restart-tab, remove restart menu 2022-07-06 09:20:13 +02:00
Qiming-Liu
aa5970b12d feat: tab context menu 'Restart' 2022-07-06 09:20:13 +02:00
Matheus Castello
1afdb4a398 Fix tab showing activity indicator even without new data
Fix regression from 7be921592a

Signed-off-by: Matheus Castello <matheus@castello.eng.br>
2022-06-30 09:14:36 +02:00
Eugene Pankov
84901fb9cf
debounce state saving 2022-06-26 16:19:13 +02:00
Eugene Pankov
78cd2a0794
display split tab spanners below the maximized pane 2022-06-18 11:27:30 +02:00
Eugene Pankov
7be921592a
fixed "notify on activity" not working for the currently active tab 2022-06-18 11:26:09 +02:00
Eugene Pankov
f469c91786
locale updates 2022-06-15 22:50:47 +02:00
Eugene Pankov
485cd0ef53
updated locales, added Indonesian and UK English 2022-06-15 22:49:46 +02:00
Brandon Rothweiler
0a0ec35b84
Hide description in selector model if it's the same as the title 2022-05-24 22:58:02 -04:00
Eugene Pankov
fdf9004323
fixed #6430 2022-05-21 21:22:26 -07:00
Eugene Pankov
12aa28e766
allow customizing selection foreground color 2022-05-21 20:34:19 -07:00
Eugene Pankov
cfa6c104cd
ui tweak 2022-05-21 19:42:57 -07:00
Atte Timonen
a98050b1cd Implement 'focus follows mouse' for pane navigation 2022-05-20 09:01:23 +02:00
Atte Timonen
8ee1d0076b Implement hotkeys for navigating to a specific pane 2022-05-20 09:01:10 +02:00
Eugene Pankov
d6bdccf66e
locale updates, added Ukrainian 2022-05-16 23:45:36 -07:00
Eugene Pankov
5f4a7c4d39
fixed #6373 - allow disabling dynamic title on saved layouts 2022-05-09 20:54:23 -07:00
Eugene Pankov
96cd676109
fixed #5922 - the combine-tabs hotkey on Windows 2022-05-09 20:49:17 -07:00
Eugene Pankov
7032bff827
Update profiles.ts 2022-04-30 12:02:57 -07:00
Eugene Pankov
271955e9d4
added missing strings 2022-04-30 11:36:50 -07:00
Eugene Pankov
a31cacf4ee
focus the next tab after closing a tab - fixes #6325 2022-04-30 09:58:20 -07:00
Eugene Pankov
7016688170
allow directly editing items from the profile selector - fixes #6039 2022-04-15 19:45:30 +02:00
Youngkwang Yang
0ee0f98462 Fix typo 2022-04-15 22:59:24 +09:00
Eugene Pankov
b330c428e6
updated locales, added Korean 2022-04-15 12:43:07 +02:00
Eugene Pankov
1e85acb99e
fixed tab header animations, allow disabling animations globally #6147 2022-04-15 12:27:48 +02:00
Eugene Pankov
38c1fafeee
Update theme.scss 2022-04-15 12:25:36 +02:00
Eugene Pankov
be72cd59cc
renamed setting, cleanup 2022-04-12 18:35:44 +02:00
christianbingman
4cf9eda55f Allows the user to resize panes using hotkeys
Changes:
- Adds 4 hotkeys for resizing panes horizontally and vertically
- Updates the config files (default not set)
- Updates the window settings to allow the user to modify the pane
  resize increments
2022-04-11 19:44:24 -05:00
Eugene Pankov
a9a0ea3a42
Update icons.json 2022-04-03 14:07:50 +02:00
dependabot[bot]
ac36627392
Bump minimist from 1.2.5 to 1.2.6 in /tabby-core
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-26 10:48:03 +00:00
Eugene Pankov
75c911b5e4
locale update, added Portuguese (Brazil) and missing strings 2022-03-22 15:25:41 +01:00
Eugene Pankov
8ec419f8e5
fixed duplicate default hotkeys 2022-03-22 11:28:17 +01:00
Eugene Pankov
9bc6831f40
sort hosts in the jump hosts list 2022-03-16 10:34:40 +01:00
Eugene Pankov
515ddbf64b
new color picker 2022-03-16 10:26:34 +01:00
Eugene Pankov
a5d84a490f
fixed SVG icons 2022-03-13 10:03:32 +01:00
Eugene Pankov
2c00b9a4bc
fixed profile order in the selector dialog - fixes #5537 2022-03-12 18:31:59 +01:00
Eugene Pankov
90becada86
fixed SVG icons in tab headers - fixes #5926 2022-03-12 18:31:21 +01:00
Eugeny
c7639c03f9
Merge pull request #5902 from microhobby/glasstron-b 2022-03-08 22:34:13 +01:00
Eugene Pankov
df77cc99d9 make vibrancy disabling optional 2022-03-08 20:05:58 +01:00
Eugene Pankov
1a834af663
locale update, added Portuguese 2022-03-06 14:38:31 +01:00
Eugene Pankov
555c8c18ee
show recent profiles in jump lists & dock menu - fixes #2587 2022-02-23 20:36:24 +01:00