Ember
ec6967e2a1
Revert silent IPC error drop, restore expect per review
2026-02-12 09:23:13 -08:00
Ember
912f7dfeaa
Disable autocorrect/autocapitalize on CLI args input
2026-02-12 09:23:13 -08:00
Ember
87c79bddf7
Input validation fix, along with changing expect so it won't crash
2026-02-12 09:23:13 -08:00
Cooper Quintin
e27da68b5d
bump version to 0.10.1
2026-02-05 12:27:09 -08:00
Cooper Quintin
ffc42f6ffd
bump version to 0.10.0
2026-02-04 13:42:38 -08:00
Markus Unterwaditzer
a3d0d8f4f9
Better support for firmware-devel profile
...
Currently you have to override a bunch of paths to use firmware-devel
when building the installer. This changes that, and adds a new
FIRMWARE_PROFILE envvar that can be used to fix both rootshell and
rayhunter-daemon paths at the same time.
There is now also a new cargo command for building rootshell, similar to
how building the daemon firmware works.
I'm not sure what to do with make.sh. I have personally never used it.
2026-01-30 21:09:12 +01:00
Will Greenberg
9e08e662ff
installer-gui: add an npm prepare step
...
seems this is required due to
https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md#minor-changes-34
2026-01-27 11:54:36 -08:00
dependabot[bot]
08920e02b8
Bump @sveltejs/kit from 2.48.3 to 2.50.1 in /installer-gui
...
Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit ) from 2.48.3 to 2.50.1.
- [Release notes](https://github.com/sveltejs/kit/releases )
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md )
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.50.1/packages/kit )
---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
dependency-version: 2.50.1
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-27 11:54:36 -08:00
dependabot[bot]
bc3f0bf515
Bump devalue from 5.4.2 to 5.6.2 in /installer-gui
...
Bumps [devalue](https://github.com/sveltejs/devalue ) from 5.4.2 to 5.6.2.
- [Release notes](https://github.com/sveltejs/devalue/releases )
- [Changelog](https://github.com/sveltejs/devalue/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sveltejs/devalue/compare/v5.4.2...v5.6.2 )
---
updated-dependencies:
- dependency-name: devalue
dependency-version: 5.6.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-15 23:55:13 +01:00
Cooper Quintin
7977a01a88
version bump
2026-01-06 09:45:58 -08:00
Cooper Quintin
78dd2f74a4
version bump
2026-01-06 09:28:40 -08:00
Brad Warren
676cd3c862
update installer-gui version to 0.8.0
2025-11-24 11:56:26 -08:00
Markus Unterwaditzer
c18579583c
remove shell:default permission
2025-11-18 21:05:22 +01:00
Markus Unterwaditzer
3e9af006e1
remove tauri-shell entirely
2025-11-18 21:05:22 +01:00
Markus Unterwaditzer
73a5d324c4
clean up run_with_callback api
2025-11-18 21:05:22 +01:00
Markus Unterwaditzer
3b44234ae1
implement installer as library and use it in gui
2025-11-18 21:05:22 +01:00
dependabot[bot]
d48d5755c6
Bump js-yaml from 4.1.0 to 4.1.1 in /installer-gui ( #702 )
...
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 4.1.0 to 4.1.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1 )
---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 4.1.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-16 15:31:24 +01:00
Brad Warren
3f3b6168b3
remove license
2025-11-05 10:53:41 -08:00
Brad Warren
992a28af57
add README
2025-11-05 10:53:41 -08:00
Brad Warren
ef006d83a6
write plumbing to & from CLI installer
2025-11-05 10:53:41 -08:00
Brad Warren
bc9022530a
cargo add anyhow --package installer-gui
2025-11-05 10:53:41 -08:00
Brad Warren
af2445cc38
remove frontend boilerplate
2025-11-05 10:53:41 -08:00
Brad Warren
e33f143830
add rayhunter banner
2025-11-05 10:53:41 -08:00
Brad Warren
f5360b042c
set up tailwindcss
2025-11-05 10:53:41 -08:00
Brad Warren
a16fb9b678
set up eslint
2025-11-05 10:53:41 -08:00
Brad Warren
3349895a3e
set up prettier
2025-11-05 10:53:41 -08:00
Brad Warren
30b517069a
bundle cli-installer
2025-11-05 10:53:41 -08:00
Brad Warren
4efc2d5db3
npm run tauri add shell
2025-11-05 10:53:41 -08:00
Brad Warren
5e066682b3
run npm run tauri icon & exclude mobile icons
2025-11-05 10:53:41 -08:00
Brad Warren
e8e9f9366c
clean up tauri boilerplate
2025-11-05 10:53:41 -08:00
Brad Warren
fa346989e6
run npm install
...
we need to track package-lock.json to keep the tauri JS packages in sync
with tauri's rust packages in cargo.lock
2025-11-05 10:53:41 -08:00
Brad Warren
d942545ac3
run create-tauri-app
...
command was: sh <(curl https://create.tauri.app/sh )
the chosen options were:
Project name · installer-gui
Identifier · com.rayhunter-installer.app
Choose which language to use for your frontend · TypeScript / JavaScript - (pnpm, yarn, npm, deno, bun)
Choose your package manager · npm
Choose your UI template · Svelte - (https://svelte.dev/ )
Choose your UI flavor · TypeScript
2025-11-05 10:53:41 -08:00