Thea Schöbl f319714489 fix: duplicate chords crash
fix: duplicate confirm dialog does not show affected chord
fixes #137
fixes #163
2025-02-14 15:17:22 +01:00
2023-10-27 19:39:26 +02:00
2025-02-14 15:17:22 +01:00
2025-01-15 11:31:47 +01:00
2024-09-13 21:35:52 +02:00
2023-12-29 13:23:41 +01:00
2023-09-16 14:17:59 +02:00
2023-09-16 14:17:59 +02:00
2024-07-10 00:22:40 +02:00
2025-01-16 17:12:56 +01:00
2025-02-14 14:52:07 +01:00
2023-07-07 15:14:16 +02:00
2025-01-16 17:15:25 +01:00
2024-11-23 19:02:35 +01:00
2024-08-21 18:20:04 +02:00
2025-02-13 16:17:46 +01:00

CharaChorder Device Manager

The official device manager and configuration tool for CharaChorder devices.

GitHub Workflow Status (with event) GitHub GitHub deployments

Get the latest desktop release here.

Deployment

SSH Setup

To generate a valid ssh key that can be used by the deployment workflow, use the following command:

ssh-keygen -m PEM -b 4096 -t rsa -f dotio

Omitting -m PEM -b 4096 will result in a key that rsync cannot read!

To double-check, make sure your private key starts with

-----BEGIN RSA PRIVATE KEY-----

After that, add the SSH_SERVER, SSH_PORT, SSH_PRIVATE_KEY and SSH_USER environment secrets to your environment in GitHub.

Releases

Change the version in

Description
The device manager and configuration tool for CharaChorder devices.
Readme AGPL-3.0 128 MiB
Languages
Svelte 56.1%
TypeScript 36%
JavaScript 3.1%
SCSS 3.1%
Rust 0.8%
Other 0.9%