Evan Simkowitz
4273b4e2a7
Merge branch 'main' into evan/global-hotkey
2024-10-03 11:39:06 -07:00
wave-builder[bot]
cee46a6db9
chore: bump package version to 0.8.9-beta.0
2024-10-03 18:04:58 +00:00
Evan Simkowitz
9d1e519308
Add Wayland hint flags to Linux build ( #948 )
2024-10-03 11:04:02 -07:00
Evan Simkowitz
a1e0d03fcc
Better handle background color for dir preview table ( #944 )
2024-10-02 17:37:02 -07:00
Evan Simkowitz
1737c686c2
Fix double scrollbars in dir preview ( #932 )
...
Phew this took a while, but I think it's a good compromise. All the
scrolling for a preview view now must happen inside the individual
views, rather than at the root level. Now, the scrollbars render in the
right places and are always visible inside the block. I don't love the
blurred header for the table, but it was make it blurry or make it even
more opaque, which would ruin the transparency
2024-10-02 17:21:34 -07:00
Evan Simkowitz
c34fa963a7
Fix Alt+G on Windows/Linux ( #943 )
...
fixes #921
2024-10-02 17:18:16 -07:00
Evan Simkowitz
aec7d085d4
Add instructions to get Wave version in issue template ( #942 )
2024-10-02 17:02:40 -07:00
Evan Simkowitz
d8f5d062cd
More issue tweaks ( #940 )
2024-10-02 16:51:42 -07:00
Evan Simkowitz
7befa0c104
More issue template formatting ( #939 )
2024-10-02 16:48:25 -07:00
Evan Simkowitz
2ae6750c55
More issue template formatting ( #937 )
2024-10-02 16:34:40 -07:00
Evan Simkowitz
b268f16c6e
render markdown for steps to reproduce in issue template ( #936 )
2024-10-02 16:33:01 -07:00
Evan Simkowitz
17621bbaad
Update version wording in template ( #935 )
2024-10-02 16:29:47 -07:00
Evan Simkowitz
47c50dc29b
Use forms for issue templates ( #933 )
...
This uses the GitHub Form Syntax to make richer issue templates. I took
a lot of inspiration from the Dioxus project for the wording of these
templates.
2024-10-02 16:09:16 -07:00
Mike Sawka
57c2f02c9d
add some fun new background presets ( #930 )
2024-10-02 11:03:37 -07:00
wave-builder[bot]
705f0ca30e
chore: bump package version to 0.8.8
2024-10-01 21:57:38 +00:00
wave-builder[bot]
acd0bf3760
chore: bump package version to 0.8.8-beta.4
2024-10-01 21:08:15 +00:00
Mike Sawka
f21045d8dd
have terminal ignore all global keybindings ( #924 )
2024-10-01 14:07:28 -07:00
Sylvie Crowe
b7ef20d6fd
Windows Line Endings ( #923 )
...
For some reason, the original version of this started working again. I'm
merging it to undo a small part of a recent change.
2024-10-01 12:54:15 -07:00
wave-builder[bot]
27ea6d3447
chore: bump package version to 0.8.8-beta.3
2024-10-01 19:11:16 +00:00
Sylvie Crowe
3f7af7bfb8
fix: modifier keys on windows and linux ( #922 )
2024-10-01 11:54:39 -07:00
Mike Sawka
538d4be8be
use makeIconClass for widgets, add 'brands' support ( #920 )
2024-10-01 09:51:22 -07:00
wave-builder[bot]
9173db42e3
chore: bump package version to 0.8.8-beta.2
2024-10-01 05:20:25 +00:00
Sylvie Crowe
7df587d9a4
Speed Up Ai ( #911 )
...
fix: remove ai frontend throttling
2024-09-30 22:14:30 -07:00
wave-builder[bot]
23f6ab7c5e
chore: bump package version to 0.8.8-beta.1
2024-10-01 04:48:47 +00:00
Mike Sawka
72e24900f4
quick hack to try to reserve some alt keys from the terminal ( #915 )
2024-09-30 21:48:02 -07:00
wave-builder[bot]
95e129d94e
chore: bump package version to 0.8.8-beta.0
2024-10-01 04:19:51 +00:00
Mike Sawka
2fa88c4e50
add term:localshellopts ( #914 )
2024-09-30 21:19:07 -07:00
Evan Simkowitz
6db414a0f0
Save
2024-09-30 20:55:10 -07:00
wave-builder[bot]
8cfbd2426b
chore: bump package version to 0.8.7
2024-09-30 22:43:41 +00:00
wave-builder[bot]
f115dcbc62
chore: bump package version to 0.8.7-beta.1
2024-09-30 21:55:59 +00:00
Sylvie Crowe
7b56b0fb00
ExpandHomeDir Fix on Windows ( #909 )
...
fix: check for backslash when expanding the home directory (~ character
-> full path)
2024-09-30 14:50:40 -07:00
wave-builder[bot]
f667ccce20
chore: bump package version to 0.8.7-beta.0
2024-09-30 20:52:58 +00:00
Mike Sawka
8460620196
try to get meta tag to detect color ( #908 )
2024-09-30 13:51:01 -07:00
Mike Sawka
6665e2d96e
better shellopts for commands and login/interactive shells ( #907 )
2024-09-30 12:36:05 -07:00
Sylvie Crowe
41a34ad49f
Add Extra Log Messages to Improve Debugging Experience ( #906 )
...
This adds more debugging statements for connections and ai chat, in
order to provide us more context if users run into bugs.
2024-09-30 12:32:22 -07:00
Mike Sawka
cacde1b0ba
fix use dimensions hook ( #905 )
2024-09-30 12:19:29 -07:00
dependabot[bot]
2f5351e8ca
Bump the dev-dependencies group with 2 updates ( #892 )
2024-09-29 18:02:10 -07:00
Sylvie Crowe
e84f07fa13
SSH Windows Fix ( #894 )
...
Only affects windows builds:
Previously, the ~/.waveterm/bin had to exist for wsh to be installed
properly. This fixes it to work on a remote machine where that isn't
already set up.
2024-09-27 16:41:53 -07:00
Mike Sawka
267e40cc67
conditionally write generated files ( #890 )
2024-09-27 13:46:10 -07:00
Mike Sawka
cafce7aed3
fix app-background zindex ( #893 )
2024-09-27 13:42:18 -07:00
Mike Sawka
52cb36bc37
id 'tab' for current tabid ( #891 )
2024-09-26 23:49:35 -07:00
Mike Sawka
5d8fa2e8d9
all data urls in bg. also fix setmeta to only split on the first equal sign ( #889 )
2024-09-26 23:07:06 -07:00
Evan Simkowitz
c5770a6903
fix cname formatting exclusion ( #888 )
2024-09-26 20:11:23 -07:00
Evan Simkowitz
6007131bfe
Update style section of contributing guide ( #887 )
2024-09-26 20:07:42 -07:00
Evan Simkowitz
ef27237acb
Add storybook link to readme ( #886 )
2024-09-26 19:49:32 -07:00
Evan Simkowitz
e902138226
Add Storybook link to contributing guide ( #885 )
2024-09-26 19:47:52 -07:00
Evan Simkowitz
c1d2a05e4c
Override bg color on light vs dark mode storybook ( #884 )
2024-09-26 19:37:07 -07:00
Evan Simkowitz
ba7b0b7019
Fix wave logo size and anchor alignments in Storybook ( #883 )
2024-09-26 19:24:12 -07:00
Evan Simkowitz
6442eaeb3f
Change logo path for storybook ( #882 )
2024-09-26 19:08:41 -07:00
Evan Simkowitz
11d09f1740
Emit dark mode update event when system setting changes ( #881 )
2024-09-26 19:02:23 -07:00