From cbdea65e7c2cac24a4b8a4f69a9dc9d72cf06146 Mon Sep 17 00:00:00 2001 From: JovannMC Date: Fri, 3 May 2024 19:46:14 +0300 Subject: [PATCH] v1.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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! --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a5942ec4..dc73bae1 100644 --- a/package.json +++ b/package.json @@ -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": {