Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
After many months of work, the SlimeTora rewrite is complete. SlimeTora v1.0.0 is now out!

+ Entire frontend and backend rewrite (with [Bulma](https://bulma.io/) and [haritorax-interpreter](https://github.com/JovannMC/haritorax-interpreter))
  + The program now has a new UI, the code is cleaner and more maintainable, and should hopefully improve stability/performance.
+ Package app files with `asar`
  + No need to extract thousands of files anymore 😅
+ `Bluetooth` and `GX(6/2)` support (with all at the same time supported)
  + Welcome elbow tracker users!
+ Set tracker settings per-tracker
  + Currently in beta and needs more testing
+ Localization support
  + You can help translate the program! Clone the repo and make a new file under `/src/static/languages/` with a two-letter language identifier (ending with .json, e.g. `jp.json`)!
+ Linux support
  + This was done as SlimeVR is supported on Linux, and the first time HaritoraX trackers work on Linux!
  + ..however this is not tested at all. Please let me know if there are issues.
+ Tracker visualization
+ Magnetometer statuses
+ Censor tracker serial numbers
+ Many new ways to debug the program
+ New SlimeTora logo
+ ..and many more improvements coming soon!
  • Loading branch information
JovannMC committed May 3, 2024
1 parent 3b49442 commit cbdea65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slimetora",
"productName": "slimetora",
"version": "1.0.0-alpha9",
"version": "1.0.0",
"description": "A program that connects the HaritoraX Wireless trackers to the SlimeVR server",
"private": true,
"author": {
Expand Down

0 comments on commit cbdea65

Please sign in to comment.