DecDuck
b3bb3133d7
Fix options modal and launcher on Windows ( #189 )
...
* fix: proton paths fetch on windows
* fix: fetch_proton_paths on windows
* fix: native launcher
2026-02-26 12:59:29 +11:00
DecDuck
84fa70f436
Fix emulator path calculation ( #188 )
...
Fixes a typo that makes the emulator executable append to the **game** install dir, not the **emulator** install dir.
2026-02-26 01:54:26 +11:00
DecDuck
82b9912bd0
Game updates ( #187 )
...
* refactor: split umu launcher
* feat: latest version picker + fixes
* feat: frontend latest changes
* feat: game update detection w/ setting
* feat: fixes and refactor for game update
* fix: windows ui
* fix: deps
* feat: update modifications
* feat: missing ui and lock update
* fix: create install dir on init
* fix: clippy
* fix: clippy x2
* feat: add configuration option to toggle updates
* feat: uninstall dropdown on partiallyinstalled
2026-02-25 23:27:30 +11:00
DecDucK
d7ec7fc25c
Fix Windows build
2026-02-07 13:14:19 +11:00
DecDuck
16ef83228b
Async downloader, better Proton support ( #183 )
...
* feat: async downloader + other fixes
* feat: windows command parsing + use library path for install path
* feat: better proton support
* feat: style fixes and store button now uses in-app
* feat: emulator rename + umu emulator fix
* feat: bring process creation inline with docs
* fix: clippy
2026-02-06 23:24:14 +11:00
DecDuck
1f74d35bdc
In-app store, delta version support ( #179 )
...
* fix: windows launch
* feat: add necessary client fixes for store
* fix: keyring fix
* feat: delta version support
* feat: dl/disk progress
* feat: move to jwt auth
* fix: lint
2026-02-06 00:30:27 +11:00
DecDuck
fc69ae30ab
Depot API & executor launch ( #173 )
...
* feat: depot api downloads
* feat: frontend fixes and experimental webview store
* feat: sync downloader
* feat: cleanup and fixes
* feat: encrypted database and fixed resuming
* feat: launch option selector
* fix: autostart when no options
* fix: clippy
* fix: clippy x2
* feat: executor launch
* feat: executor launch
* feat: not installed error handling
* feat: better offline handling
* feat: dependency popup
* fix: cancelation and resuming issues
* feat: dedup by platform
* feat: new ui for additional components and fix dl manager clog
* feat: auto-queue dependencies
* feat: depot scanning and ranking
* feat: new library fetching stack
* In-app store page (Windows + macOS) (#176 )
* feat: async store loading
* feat: fix overscroll behaviour
* fix: query params in server protocol
* fix: clippy
2026-01-20 11:40:48 +11:00
DecDuck
55fdaf51e1
Fix incompatiblities with server/develop
2026-01-11 13:03:35 +11:00
DecDuck
b5e5fc0c77
Fix server error messages
2025-11-30 23:13:01 +11:00
DecDuck
60748903e6
Move to pnpm to fix builds
2025-11-19 23:02:20 +11:00
DecDuck
7dbc483712
Fix Apple signing
2025-11-19 22:14:57 +11:00
DecDuck
6754d0b5d4
Bump version
2025-11-15 09:09:58 +11:00
DecDuck
aab9b2c414
Fix macOS build
2025-10-16 15:32:28 +11:00
DecDuck
b73091c90b
Update README.md
2025-09-11 08:16:33 +10:00
DecDuck
bbdbfedca3
Collections & download stability, UI ( #130 )
...
* feat: different local path in dev #73
* feat: better error output for downloads
* feat: collections in library view
* feat: improve download manager reliability
* feat: new download UI, more stable downloads
* fix: clippy
* fix: only show admin link if user is admin
* feat: check for libs before building
2025-09-07 15:57:06 +10:00
DecDuck
bab3c94adc
Bump version to v0.3.3
2025-08-28 18:23:12 +10:00
DecDuck
a9730772a7
Add placeholders to unfinished pages ( #126 )
...
* feat: add placeholders for community & news pages
* feat: add placeholder to interface in settings menu
2025-08-28 18:22:33 +10:00
DecDuck
b28b7e1cc3
Fix for multi-version downloads ( #125 )
...
* fix: multi version downloads
* fix: remove debug utils
* fix: clippy
2025-08-28 18:05:05 +10:00
DecDuck
71ee106c04
Fix Tauri builds ( #119 )
...
* fix: attempt to use local user keychain
* chore: tmp disable non-macos builds
* fix: windows process fix patch
* fix: re-enable windows
* fix: remove sudo
* fix: tmp disable windows again
* fix: windows build again
* chore: re-disable windows
* fix: pin to macos 14
* fix: re-enable other builds
2025-08-15 23:55:34 +10:00
DecDuck
70f7015ef8
Fix #117 ( #118 )
...
* fix: version data not being attached to process manager push
* fix: clippy
2025-08-15 23:02:01 +10:00
DecDuck
e502440ed6
UI & error fixes & QoL ( #116 )
...
* fix: use Arc<Error> instead of just ErrorKind
* fix: game status updates for UI
* fix: missing game version on push_game_update calls
* feat: wait if library load takes <300ms
* fix: clippy
2025-08-15 22:56:49 +10:00
DecDuck
5dbc6dabab
Fix platform builds
2025-08-12 15:08:50 +10:00
DecDuck
52676a6d3c
fix : #92 ( #115 )
2025-08-11 14:37:46 +10:00
DecDuck
b91b2efaef
v2 download API and fixes ( #112 )
...
* fix: potential download fixes
* fix: show installed games not on remote
* fix: more download_logic error handling
* partial: move to async
* feat: interactivity improvements
* feat: v2 download API
* fix: download seek offsets
* fix: clippy
* fix: apply clippy suggestion
* fix: performance improvements starting up download
* fix: finished bucket file
* fix: ui tweaks and fixes
* fix: revert version to 0.3.2
* fix: clippy
2025-08-09 15:50:21 +10:00
DecDuck
1a9c7fa791
Move frontend to main folder ( #109 )
...
* feat: small refactor
* fix: appimage build script
* fix: add NO_STRIP to AppImage build
* fix: build and dev mode from refactor
* fix: submodule step 1
* fix: submodules step 2
2025-08-05 16:09:47 +10:00
DecDuck
0bf51c0466
QoL Download Manager ( #108 )
...
* feat: retry specific download errors
* fix: potential fix for cmd window on Windows
* feat: add disk space check for download
* fix: update game fix formatting
* fix: clippy
2025-08-04 16:30:45 +10:00
DecDuck
6cd25eaf69
Fix errors with caching when cache is deleted ( #101 )
2025-08-04 15:02:32 +10:00
DecDuck
f26b4e18dd
Fixes reqwest client setup, #87 ( #107 )
2025-08-04 15:01:44 +10:00
DecDuck
94c49bc5c2
Process manager templating & game importing ( #96 )
...
* feat: add new template options, asahi support, and refactoring
* feat: install dir scanning, validation fixes, progress fixes, download manager refactor
This kind of ballooned out of scope, but I implemented some much
needed fixes for the download manager.
First off, I cleanup the Downloadable trait, there was some
duplication of function.
Second, I refactored the "validate" into the GameDownloadAgent,
which calls a 'validate_chunk_logic' yada, same structure as
downloading.
Third, I fixed the progress and validation issues.
Fourth, I added game scanning
* feat: out of box support for Asahi Linux
* fix: clippy
* fix: don't break database
2025-08-02 20:17:27 +10:00
DecDuck
5c69669428
macOS app signing ( #95 )
...
* feat: add macos signing args
* fix: update all versions to -mac specific
* fix: fetch signing identity
* feat: add signing pre-steps like the docs say
* fix: remove apple requirement from signing
* fix: add drop cert to keychain when signing
* fix: add drop.pem to add-trusted-cert
* fix: re-order and specify import operation
* fix: let's try the user store
* fix: password required to update trust
* fix: try another non-interactive fix
* fix: try sudo
* fix: revert attempt fix
* fix: add cert id debug
* fix: attempt to use id rather than name
* fix: revert code id to name
2025-08-02 15:01:53 +10:00
DecDuck and quexeky
6b98c2b2dd
Reqwest optionally load certificates from disk ( #94 )
...
* feat: Add get_client function
Signed-off-by: quexeky <git@quexeky.dev >
* chore: Converted all instances of reqwest::blocking::Client::new() and reqwest::Client::new() to DROP_CLIENT_SYNC and DROP_CLIENT_ASYNC respectively
Signed-off-by: quexeky <git@quexeky.dev >
* fix: use_remote_logic not using certificates
Signed-off-by: quexeky <git@quexeky.dev >
* fix: add log statement to certificates
* chore: add more logging
* fix: clippy
* refactor: into single fetch_certificates func
---------
Signed-off-by: quexeky <git@quexeky.dev >
Co-authored-by: quexeky <git@quexeky.dev >
2025-08-02 11:59:50 +10:00
DecDuck
9565a7557f
Bump version to v0.3.1 ( #85 )
2025-08-01 14:13:13 +10:00
DecDuck
5947682940
Version bump: v0.3.0
2025-08-01 14:09:16 +10:00
DecDuck and quexeky
bc3417711c
Device code authorization ( #83 )
...
* feat: device code authorization
* Fix for setup executable unable to be launched (#81 )
* Fix for redownload invalid chunks (#84 )
* feat: Redownloading invalid chunks
Signed-off-by: quexeky <git@quexeky.dev >
* fix: clippy
* fix: clippy x2
---------
Signed-off-by: quexeky <git@quexeky.dev >
Co-authored-by: quexeky <git@quexeky.dev >
* chore: Run clippy fix pedantic
Signed-off-by: quexeky <git@quexeky.dev >
* feat: add better error handling
* fix: clippy
---------
Signed-off-by: quexeky <git@quexeky.dev >
Co-authored-by: quexeky <git@quexeky.dev >
2025-08-01 13:12:05 +10:00
DecDuck and quexeky
c557bb71f2
Fix for redownload invalid chunks ( #84 )
...
* feat: Redownloading invalid chunks
Signed-off-by: quexeky <git@quexeky.dev >
* fix: clippy
* fix: clippy x2
---------
Signed-off-by: quexeky <git@quexeky.dev >
Co-authored-by: quexeky <git@quexeky.dev >
2025-07-31 18:25:38 +10:00
DecDuck
23adebafd6
Fix for setup executable unable to be launched ( #81 )
2025-07-30 09:57:07 +10:00
DecDuck
da3642cba2
Cache-first object fetching ( #76 )
...
* fix: submillisecond cache hits
* fix: async object loading to hand control back to renderer
* fix: clippy
2025-07-27 12:04:50 +10:00
DecDuck
d0d663cdd3
Bump version to v0.3.0-rc-8 ( #74 )
2025-07-25 22:21:59 +10:00
DecDuck and quexeky
f0112ec027
Process manager fixes ( #71 )
...
* fix: launching on linux
* feat: #70
* feat: add dummy store page
* feat: add store redir and refresh button to library
* feat: cache first object fetching
* feat: Remove let_chains feature and update to Rust 2024
Signed-off-by: quexeky <git@quexeky.dev >
* feat: Check for if process was manually stopped
Signed-off-by: quexeky <git@quexeky.dev >
* fix: use bitcode instead of serde
* chore: remove logs
* fix: clippy
* fix: clippy 2
* fix: swap to stop icon
---------
Signed-off-by: quexeky <git@quexeky.dev >
Co-authored-by: quexeky <git@quexeky.dev >
2025-07-25 10:44:40 +10:00
DecDuck
7aee57038d
Fix client running behind reverse proxy ( #69 )
...
* fix: reverse proxy 400 due to duplicate header
* fix: clippy
* bump version and update ci
2025-07-18 20:08:12 +10:00
DecDuck
3d75ace23f
Release v0.3.0-rc-6 ( #68 )
2025-07-18 17:38:36 +10:00
DecDuck
d74e7a26eb
Clippy CI/CD ( #67 )
...
* feat: add clippy ci
* fix: clippy errors
* fix: ci/cd
* fix: update ci packages
* fix: add gtk3 to ci deps
* fix: add webkit to ci deps
* fix: ci deps and perms
* fix: add clippy settings to lib.rs
2025-07-18 17:36:04 +10:00
DecDuck
1f83845522
Panic hook to generate crash dumps #65 ( #66 )
2025-07-18 16:35:02 +10:00
DecDuck
d6fd505f41
Fix windows build by removing linux extension import ( #64 )
2025-07-14 16:43:11 +10:00
DecDuck and quexeky
88f8742143
Download fixes ( #63 )
...
* refactor: Rename StoredManifest to DropData
Signed-off-by: quexeky <git@quexeky.dev >
* fix: Downloads when resuming would truncate files which had not been finished
Signed-off-by: quexeky <git@quexeky.dev >
* chore: Didn't import debug macro
Signed-off-by: quexeky <git@quexeky.dev >
* fix: Download chunks with wrong indexes
Migrated to using checksums as indexes instead
Signed-off-by: quexeky <git@quexeky.dev >
* feat: Resume download button
Also added DBWrite and DBRead structs to make database management easier
Signed-off-by: quexeky <git@quexeky.dev >
* feat: Download resuming
Signed-off-by: quexeky <git@quexeky.dev >
* feat: Resume button and PartiallyInstalled status
Signed-off-by: quexeky <git@quexeky.dev >
* feat: Download validation
Signed-off-by: quexeky <git@quexeky.dev >
* chore: Ran cargo fix & cargo fmt
Signed-off-by: quexeky <git@quexeky.dev >
* fix: download validation, installs, etc
* chore: version bump
---------
Signed-off-by: quexeky <git@quexeky.dev >
Co-authored-by: quexeky <git@quexeky.dev >
2025-07-14 16:31:06 +10:00
DecDuck
af983fdcff
chore: bump version to 0.3.0-rc-4
2025-06-25 09:05:08 +10:00
DecDuck
c13ee0b17f
Release: v0.3.0-rc-3 ( #51 )
2025-06-06 09:25:44 +10:00
DecDuck
1a81e458ed
fix: database corrupted on every startup ( #40 )
2025-06-01 19:53:24 +10:00
DecDuck
4ba3f71895
fix: add new dependencies to linux build
2025-05-28 20:51:32 +10:00
DecDuck
721c5c5408
fix: regenerate lockfile
2025-05-28 20:37:26 +10:00
DecDuck
5a0c454050
fix: remove memd-exec dependency
2025-05-28 20:22:18 +10:00
DecDuck
01b14f5995
build: 0.3.0-rc-2
2025-05-28 20:09:58 +10:00
DecDuck
e9a4fe2105
inprogress: compat
2025-05-28 09:07:09 +10:00
DecDuck
edec443555
feat: add arm linux builds
2025-05-25 11:46:24 +10:00
DecDuck
1528395d41
fix: remove reqwest default-features to compile without openssl
2025-05-15 21:03:31 +10:00
DecDuck
2c10345fad
fix: move to reqwest rustls
2025-05-15 20:58:48 +10:00
DecDuck
4fc5023402
fix: update cargo lock
2025-05-15 20:53:04 +10:00
DecDuck
57179dcd15
feat: inline capability registration
2025-05-15 16:05:34 +10:00
DecDuck
179754a170
feat: move to native_model to allow for database upgrades
2025-05-15 10:13:24 +10:00
DecDuck
cd90b7a5c0
chore: libtailscale rust build
2025-05-14 10:01:26 +10:00
DecDuck
be915c9de9
fix: windows builds
2025-05-10 16:41:37 +10:00
DecDuck
21bcb94527
fix: windows launching
2025-05-10 15:38:20 +10:00
DecDuck
e83d81f734
fix: update object id paths for new server
2025-05-10 15:25:40 +10:00
DecDuck
4027ec4da2
fix: re-add minimise button
2025-05-10 14:22:21 +10:00
DecDuck
d83434a2ba
fix: install dir flow
2025-05-10 09:02:59 +10:00
DecDuck
ea0fe6f98f
fix: github ci and dialogtitle issue
2025-05-08 08:25:10 +10:00
DecDuck
57f8a5a2e5
fix: bump tauri.config.json to 0.3.0-rc-1
2025-05-07 14:36:54 +10:00
DecDuck
4c964a12e8
fix: remove nightly trigger
...
it creates releases
2025-05-07 14:29:27 +10:00
DecDuck
570a01a335
feat: bump app versions to 0.3.0-rc-1
2025-05-07 14:28:11 +10:00
DecDuck
069853a7c5
fix: switch to rust nightly
2025-05-07 13:51:27 +10:00
DecDuck
8b46d08f3b
feat: add github build
2025-05-07 12:21:03 +10:00
DecDuck
286c4e4644
feat: cleanup settings menu and fix styles
2025-05-01 13:36:52 +10:00
DecDuck
78ffc9e020
fix: error with game options for remote games
2025-05-01 12:26:41 +10:00
DecDuck
cff788f369
fix: some of GitHub's dependabot alerts
2025-04-27 21:15:32 +10:00
DecDuck
7ee5778953
feat: launch options
2025-04-27 21:07:39 +10:00
DecDuck
26cd580c45
feat: better error message if cannot connect to provided url
2025-04-26 01:06:03 +10:00
DecDuck
5f23718202
feat: add iframe store page
2025-04-08 16:17:03 +10:00
DecDuck
a013282ac5
feat: add backend for template launching
2025-04-07 13:52:52 +10:00
DecDuck
11b602a81e
feat: improve errors and include installed games in library
2025-04-05 15:36:53 +11:00
DecDuck
f7141a7ce4
fix: offline game status, user widget and use binary-encoding
2025-04-04 11:07:10 +11:00
DecDuck
bbe571363f
feat: better client name w/ hostname
2025-04-04 10:14:23 +11:00
DecDuck
0f4ce9b6f3
feat: switch to shell-based command launching
...
note: needs error handling
2025-04-02 20:04:14 +11:00
DecDuck
91024e64e7
feat: add offline widget & remove openssl in favour of droplet-rs
2025-04-02 11:00:39 +11:00
DecDuck
cac815224d
fix: macos and ui
2025-03-15 15:05:35 +11:00
DecDuck
84065f34ca
fix: refactoring and error handling
2025-02-20 21:19:54 +11:00
DecDuck
f4bd013925
fix(download agent): fixed completed indexes
2025-01-20 17:29:33 +11:00
DecDuck
13d9ba78d1
fix: assorted fixes
2025-01-20 16:46:57 +11:00
DecDuck
2e2592afd8
fix(ui): modal stack doesn't cover whole app
2025-01-19 22:23:40 +11:00
DecDuck
f0dc9320d0
fix(logs): add file & line to console logs
2025-01-19 22:23:09 +11:00
DecDuck
4ce06a16bc
feat(downloads): re-enable checksums
2025-01-19 22:22:55 +11:00
DecDuck
8ca5b48e48
fix(download manager): don't crash download manager if multiple errors
...
come in
2025-01-19 22:22:04 +11:00
DecDuck
faf87da3c7
fix: fix other metadata endpoints
2025-01-19 16:15:43 +11:00
DecDuck
3776e1e9d4
fix(install ui): stop loading on error
2025-01-19 15:44:00 +11:00
DecDuck
9038c5a955
fix(handle invalid database): use set_file_name instead of pushing to
...
strings
2025-01-09 12:27:32 +11:00
DecDuck
231eb935fa
fix(metadata): update routes for new server
2025-01-09 12:11:39 +11:00
DecDuck
3ca5be6658
feat(library ui): add installed ui in the library menu
2025-01-05 18:32:22 +11:00
DecDuck
ca3f9ca463
fix(download manager): fix incorrect error assumptions & update types
2024-12-31 00:08:05 +11:00
DecDuck
4273b0ef90
squash(autostart): added adenmgb's autostart feature
...
Squashed commit of the following:
commit 085cd9481dee748ee84c1a8f9dcd8ef0b01105ab
Author: Aden Lindsay <140392385+AdenMGB@users.noreply.github.com >
Date: Mon Dec 30 16:29:41 2024 +1030
Update lib.rs for the DB sync of autostart
commit 86f2fb19bde3933ec6b5cd82701de0d306121659
Author: Aden Lindsay <140392385+AdenMGB@users.noreply.github.com >
Date: Mon Dec 30 16:29:13 2024 +1030
Update db.rs to accomidate the settings sync
commit ece11e7581c9aef55588b2e829379b1224021a45
Author: Aden Lindsay <140392385+AdenMGB@users.noreply.github.com >
Date: Mon Dec 30 16:27:48 2024 +1030
Update autostart.rs to include DB
commit 7ea8a24fdc2ff98379694ce8e347a40fcfd5fea3
Author: Aden Lindsay <140392385+AdenMGB@users.noreply.github.com >
Date: Mon Dec 30 15:17:38 2024 +1030
Add files via upload
commit af2f232d94fa449d9e20df737ce81ebded87fd50
Author: Aden Lindsay <140392385+AdenMGB@users.noreply.github.com >
Date: Mon Dec 30 15:17:09 2024 +1030
Delete src-tauri/Cargo.toml
commit 5d27b65612457de6eb30835d5423b9d96fd5a596
Author: Aden Lindsay <140392385+AdenMGB@users.noreply.github.com >
Date: Mon Dec 30 15:15:42 2024 +1030
Add files via upload
commit 2eea7b97a876e23cc0d6daec37f1b75af9bf3ae2
Author: Aden Lindsay <140392385+AdenMGB@users.noreply.github.com >
Date: Mon Dec 30 15:15:31 2024 +1030
Delete src-tauri/src/lib.rs
commit 9a635a10d1340f86c74812113284b115b34b9bbe
Author: Aden Lindsay <140392385+AdenMGB@users.noreply.github.com >
Date: Mon Dec 30 15:14:49 2024 +1030
Add files via upload
commit 2fb049531a082fbdd217aba694819b7a3f954a55
Author: Aden Lindsay <140392385+AdenMGB@users.noreply.github.com >
Date: Mon Dec 30 15:13:37 2024 +1030
Add files via upload
commit ea1be4d7505a9ab16bda338491c0ec313d0bc586
Author: Aden Lindsay <140392385+AdenMGB@users.noreply.github.com >
Date: Mon Dec 30 15:13:20 2024 +1030
Delete pages/settings/index.vue
2024-12-30 17:31:03 +11:00
DecDuck
65a7150bd3
feat(process): shared child with stop command
2024-12-30 15:37:29 +11:00
DecDuck
98b28d60b7
fix(scrollbars): fix ugly scrollbars on edge webview
2024-12-29 20:45:45 +11:00