Commit graph

99 commits

Author SHA1 Message Date
b0b07c7e6f Updated Readme licence notice to not redistribute HarmonyLinkServer 2023-06-26 19:36:29 +01:00
bf7132846b Added FAQ section to the Readme 2023-06-26 19:34:07 +01:00
6aa9db5977 Added new video to the showcasing section 2023-06-26 19:33:37 +01:00
ee152a2959 Added better text to the HarmonyLink: View section 2023-06-26 19:33:11 +01:00
391e0365a6 Added Prerequisites section to the Getting Started.
Moved the existing content of the Getting Started to the compiling section.
2023-06-26 19:31:57 +01:00
74a8999547 Fixed compile error on Linux 2023-06-26 18:32:43 +01:00
ba6bde2c66 Renamed index in endpoints_v1 to heartbeat
Added heartbeat to configure
2023-06-25 12:38:11 +01:00
bb5fb386a7 Added a new api: "/api/supported_versions" to query the server of supported API versions 2023-06-25 12:36:27 +01:00
89b2a2ae51 Added supported version variable in version struct (currently only "v1") 2023-06-25 12:33:26 +01:00
1e5bda520a Moved battery, os docking into a new "v1" module
Added all_info to a module in v1
2023-06-25 11:53:22 +01:00
8169dfd022 Renamed endpoints.rs to endpoints_v1.rs
APIs will now use /v1/...
2023-06-24 02:19:55 +01:00
560b90be55 Added #[allow(unused_imports)] on hashset - gives warning while compiling on windows
Added Debug, PartialEq to Platform enum
2023-06-23 01:39:27 +01:00
560095e0a7 Added stop_actix_web function to stop the server
Removed async from start_actix_web function
2023-06-23 01:38:01 +01:00
584ee679d0 Updated readme.md 2023-06-22 01:56:22 +01:00
593f884ad2 Update Readme.md 2023-06-22 01:54:20 +01:00
f7f1419342 Removed Closed-source text from Readme
(cherry picked from commit 3c984158c9)
2023-06-22 01:50:51 +01:00
47583a7ef8 Merge branch 'stable' into dev 2023-06-22 01:41:59 +01:00
0d5497be1c Removed DLL
Added All functions from DLL into HarmonyLinkServer
2023-06-22 01:40:59 +01:00
0029eb7c8d Added Logo
Added video link
2023-06-19 18:33:15 +01:00
53773040d6 Merge tag 'release_1.0.0' into dev 2023-06-11 00:41:59 +01:00
ac84b61b2e Merge branch 'release/release_1.0.0' into stable 2023-06-11 00:41:59 +01:00
7928f3d1d3 update release workflow 2023-06-11 00:41:11 +01:00
5289252246 Merge tag 'release_1.0.0' into dev 2023-06-11 00:33:07 +01:00
5be55bc4a2 Merge branch 'release/release_1.0.0' into stable 2023-06-11 00:33:06 +01:00
c19f31919b update release workflow 2023-06-11 00:31:36 +01:00
70079789c1 Revert "Update release.yml"
This reverts commit b4b1ab8626.
2023-06-11 00:30:51 +01:00
Jordon Brooks
b4b1ab8626
Update release.yml 2023-06-11 00:25:03 +01:00
e361703155 Merge tag 'release_1.0.0' into dev 2023-06-11 00:01:22 +01:00
4ab3ea4592 Merge branch 'release/release_1.0.0' into stable 2023-06-11 00:01:22 +01:00
45cb9ec2c0 Updated workflow files 2023-06-11 00:00:22 +01:00
2d14733732 Fix release.yml workflow 2023-06-10 23:48:43 +01:00
d9c9d7f955 Merge tag 'V1.0.0' into dev 2023-06-10 23:39:38 +01:00
81cebe640e Merge branch 'release/V1.0.0' into stable 2023-06-10 23:39:38 +01:00
0bf70cbe07 Added release workflow 2023-06-10 23:38:19 +01:00
d45e8fdbf9 Version Bump 2023-06-10 23:21:21 +01:00
Jordon Brooks
5581ff7b80
Update README.md 2023-06-10 14:22:48 +01:00
bc08c60903 Merge branch 'stable' into dev 2023-06-07 20:25:40 +01:00
de024999c7 Updated DLL files 2023-06-07 20:25:05 +01:00
Jordon Brooks
83587f1299
Update Cargo.toml 2023-06-07 19:43:35 +01:00
Jordon Brooks
f9cf24e6de
Update README.md
Changed name from HarmonyLinkClient to HarmonyLinkServer
2023-06-07 19:43:10 +01:00
494fb4096c Added section about HarmonyLink: View into the Readme 2023-06-04 23:58:24 +01:00
452571382c Updated Readme 2023-06-04 23:53:22 +01:00
5da0c7f397 Updated DLL
Fixed DLL loading issues with Linux
2023-06-04 00:41:26 +01:00
5d17c3eeed Merge branch 'stable' into dev 2023-06-03 15:30:05 +01:00
4333346536 Changed name from harmony_link_test to harmony_link_client 2023-06-03 15:29:46 +01:00
Jordon Brooks
82f0579b96
Create rust-build.yml 2023-06-03 11:23:54 +01:00
81a4e86498 Added build script to move files out of the Resources folder into the target 2023-06-03 01:40:42 +01:00
54edd950eb Initial Commit 2023-06-02 22:58:55 +01:00
Jordon Brooks
afddf6b3e8
Initial commit 2023-06-02 22:08:19 +01:00