Commit Graph

28 Commits

Author SHA1 Message Date
Evan Simkowitz
0925af5300
Add warning when user is running in ARM translation mode (#1560)
Adds warning and docs to let users know when they're running in ARM
translation mode. Also lets them configure to always dismiss if they
don't care.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Added a configuration option to dismiss architecture warnings during
application startup.
- Introduced new FAQs addressing ARM64 translation warnings and
instructions for joining beta builds.
- Added platform-specific requirements for macOS, Windows, and Linux in
the getting started documentation.

- **Bug Fixes**
- Enhanced build command flexibility by allowing dynamic command-line
arguments during the build process.

- **Documentation**
- Updated configuration documentation to include the new dismiss
architecture warning key.
- Minor formatting adjustments in FAQs and getting started
documentation.
	- Clarified platform compatibility details in the README.

- **Chores**
- Added a new constant for the dismiss architecture warning
configuration key.
- Introduced a new field for managing architecture warning settings in
the application configuration.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-12-18 19:44:50 -08:00
Mike Sawka
e6ee15ba90
readme updates (#1533) 2024-12-16 13:57:37 -08:00
Sylvie Crowe
9e7293d98a
Docs Updates (#1469)
A couple additions to the release notes and small details added to the
connections.mdx file. Additionally, a new preview photo has been added.
2024-12-10 14:41:35 -08:00
Evan Simkowitz
1f756193c0
Add href to wave logo in readme (#1447)
Also remove unnecessary logo in docs readme
2024-12-09 18:07:34 -08:00
Evan Simkowitz
79f516d473
Add getting started link to readme (#1313) 2024-11-16 15:33:16 -08:00
Evan Simkowitz
e3dad36e5e
Remove badges from top (#1311) 2024-11-16 14:18:29 -08:00
Evan Simkowitz
9aa5ec4f2c
Add new package manager instructions and badges (#1310) 2024-11-16 14:15:35 -08:00
Evan Simkowitz
f4439ebc6c
Update Readme to reflect that electron no longer supports macOS 10.15 (#1284) 2024-11-13 20:58:30 -08:00
Evan Simkowitz
edb3290349
Move docsite to main repo (#1204)
## Summary

We are moving our docsite to this repo for better coordination.

## What's changed?

- The docsite codebase is now in docs/
- The docsite will replace storybook as the published GitHub Pages site
for this repo
- Storybook will now be hosted at https://docs.waveterm.dev/storybook
- A new CI workflow will validate any changes to Storybook or the
docsite
- A combined CD workflow will build and deploy Storybook and the docsite
as a single artifact
- The Build Helper workflow will now build an embedded version of the
docsite before building the app, ensuring the docsite version it has is
always the latest
2024-11-06 10:45:21 -08:00
Evan Simkowitz
cafd60fb1e
Add Snap instructions to readme (#1112) 2024-10-23 22:28:34 -07:00
Evan Simkowitz
fe7d849bfe
Add winget to the readme (#1109) 2024-10-23 14:45:42 -07:00
Evan Simkowitz
bd5e6223f3
Add contributor activity graphic (#1004) 2024-10-10 12:08:32 -07:00
Evan Simkowitz
ef27237acb
Add storybook link to readme (#886) 2024-09-26 19:49:32 -07:00
Evan Simkowitz
168b5aca39
Add Legacy docs link, update primary docs link (#848) 2024-09-25 10:43:29 -07:00
Evan Simkowitz
9204855a10
Update minimum requirements (#844) 2024-09-24 23:52:04 -07:00
Evan Simkowitz
10214064bc
Update README.md (#842) 2024-09-24 22:51:38 -07:00
Evan Simkowitz
941864b503
fix taskfile syntax (#839) 2024-09-24 22:31:29 -07:00
Evan Simkowitz
9ede998eab
fix capitalization in readme (#822) 2024-09-24 18:04:41 -07:00
Evan Simkowitz
bfd3c44db0
Update links in readme (#821) 2024-09-24 17:56:25 -07:00
Evan Simkowitz
6a44f190fa
Updated build instructions (#819) 2024-09-24 17:40:57 -07:00
Evan Simkowitz
76a9ccebe8
add sh hint 2024-09-19 13:14:26 -07:00
Evan Simkowitz
61ec9fbefe
use width instead 2024-09-19 11:47:19 -07:00
Evan Simkowitz
44eafc4f5c
use backgroundless logos 2024-09-19 11:45:31 -07:00
sawka
3901aa7163 first pass at new README 2024-09-18 12:45:36 -07:00
Evan Simkowitz
b2b1f9b9df
Switch to using electron-vite instead of WebPack (#45)
This sets us back up to use Vite via the electron-vite package. This
will let us continue to build our testing suite on Vitest and take
advantage of Vite features like Hot Module Reloading, etc.

---------

Co-authored-by: sawka <mike.sawka@gmail.com>
2024-06-13 16:49:25 -07:00
sawka
dab48497c1 updated README with new build/run instructions 2024-06-12 10:46:22 -07:00
sawka
3f45945cb4 delete block and close tab working 2024-05-27 16:33:31 -07:00
sawka
6ae6aa8ea5 new readme 2024-05-09 20:38:54 -07:00