934 Commits

Author SHA1 Message Date
wave-builder[bot] 72068f6fbc chore: bump package version to 0.8.2 v0.8.2 2024-09-24 22:02:18 +00:00
wave-builder[bot] 3025c8eb25 chore: bump package version to 0.8.2-beta.1 v0.8.2-beta.1 2024-09-24 20:35:53 +00:00
Evan Simkowitz bc4385370e remove netcgo tag 2024-09-24 10:57:17 -07:00
wave-builder[bot] 1e87a98218 chore: bump package version to 0.8.2-beta.0 v0.8.2-beta.0 2024-09-24 17:47:02 +00:00
Evan Simkowitz 2f8890144d remove static linking for linux 2024-09-24 10:45:57 -07:00
wave-builder[bot] 63e487f6e9 chore: bump package version to 0.8.1 v0.8.1 2024-09-24 05:41:55 +00:00
sawka 31d73ef976 beta.1 v0.8.1-beta.1 2024-09-23 20:48:27 -07:00
sawka 91a85e06c8 make no-telemetry request async 2024-09-23 20:47:39 -07:00
sawka 3ea8f45284 v0.8.1.beta.1 v0.8.1-beta.0 2024-09-23 19:03:24 -07:00
Sylvie Crowe 4ff247d2f2 Directory View Parent Directory Button (#805)
Add a button in the directory view to easily navigate to the parent of
the current directory.
2024-09-23 19:02:17 -07:00
Sylvie Crowe 7708db7060 Docs Site Link (#804)
Add a link to the docs site in the help block.
2024-09-23 18:58:46 -07:00
Evan Simkowitz 4907552379 Fix number parsing for MetaSettingsType (#806)
json.Unmarshal parses all numbers to float64, which breaks any integer
settings values. This PR changes MetaSettingsType.UnmarshalJSON to use
json.Decoder, which is capable of parsing into a meta-type json.Number,
which can be interpreted as a float or an integer. It also properly
handles pointer types.
2024-09-23 18:51:30 -07:00
sawka 96ad70ffdd log clientid 2024-09-23 13:59:55 -07:00
Mike Sawka 62cc9d8a6b telemetry fix, log no-telemetry (#802) 2024-09-23 13:33:39 -07:00
wave-builder[bot] de08cc8340 chore: bump package version to 0.8.0 v0.8.0 2024-09-20 21:11:56 +00:00
wave-builder[bot] 190a53662c chore: bump package version to 0.8.0-beta.15 v0.8.0-beta.15 2024-09-20 20:49:55 +00:00
Evan Simkowitz b19bef2ffb remove vscode storybook task, move to taskfile 2024-09-20 13:39:06 -07:00
Evan Simkowitz af38ebab54 typo in last pr 2024-09-20 13:31:12 -07:00
Evan Simkowitz 38f07ae3f9 Dismiss update banner after 10s on error (#800) 2024-09-20 13:29:37 -07:00
wave-builder[bot] 8423334cde chore: bump package version to 0.8.0-beta.14 v0.8.0-beta.14 2024-09-20 19:51:59 +00:00
Sylvie Crowe bc057876a1 Powershell Execution Policy (#798)
Bypasses the Execution Policy for setting the script that adds wsh to
the path.
2024-09-20 12:48:29 -07:00
Mike Sawka d344fd9b6d fix cpu plot timing issue (#799) 2024-09-20 12:47:10 -07:00
Mike Sawka 31414a7536 don't open files when stating directory (#797) 2024-09-20 12:25:46 -07:00
Mike Sawka e281cebb56 tips update (add to starter layout) (#796) 2024-09-20 12:17:49 -07:00
Mike Sawka 65c446e4a1 wash meta.url through url search (#795) 2024-09-20 11:34:04 -07:00