Ionite
65e5e6c427
Add MockLaunchPageViewModel for design
1 year ago
Ionite
61dd1187c7
Add ExtraLaunchCommands to BasePackage and refactors
1 year ago
JT
9eae1fd089
Always setup checkpoint folders just to be safe
1 year ago
JT
0d46913ee2
Checkpoints page fixes & more:
...
- Create shared models directory if it doesnt exist
- Always show checkpoint folder options even if they're empty
- Added Vlad ControlNet shared folder link
1 year ago
JT
4d0db0abaa
Fix crash (issue #50 ) when no model versions found
1 year ago
JT
830e785df5
Fix model browser downloading files without extensions
1 year ago
Ionite
d34dc39670
Fix test title on image preview
1 year ago
Ionite
2c57e9c76e
Shutdown confirmation and faster exit handling
1 year ago
Ionite
90aa0efa91
Use index for env vars remove
1 year ago
Ionite
c453b52417
Deduplicate env vars dict before setting
1 year ago
Ionite
c40a1ed131
Fix observable stuff
1 year ago
Ionite
aec6ea23b6
Add save load for env vars
1 year ago
Ionite
7c4d55ab8d
Add Env var settings
1 year ago
Ionite
0721337f4d
Add folder deletion context menu
1 year ago
Ionite
4eb0a5e423
Fix updater to show correct current app version
1 year ago
JT
92e0e35da5
Use name instead of displayName for install location in one-click
1 year ago
Ionite
d9789fb3f3
actually save theme setting
1 year ago
Ionite
19568f1824
add start menu success notifications and progress
1 year ago
Ionite
f9e1c7c520
Combine Elevated MoveFiles, handling improvements
1 year ago
Ionite
9f35566b67
Fix unable to redirect output stream
1 year ago
Ionite
da4eab23d6
Add Settings card for adding app to start menu
1 year ago
Ionite
739d105e09
Add cancel button for checkpoint folder create
1 year ago
JT
ccc032df0a
Use Path.GetFileNameWithoutExtension instead
1 year ago
JT
5b48b64053
fix design data for SelectModelVersionDialog, refactored model hash checking, and fixed word wrapping on SelectModelVersionDialog
1 year ago
Ionite
2664a73f24
Add debug build to be displayed in settings info
1 year ago
Ionite
7bb0073c6a
Change update task priority to Send
...
Potentially avoid a race condition where render crashes due to using an already deleted line
1 year ago
Ionite
25841b403b
Fix progress bar remaining after connected import
1 year ago
Ionite
a20d39a48d
Use BetterAdvancedImage to fix load stream errors
...
Also:
- fixes design time preview
- deletes cm-info file on file deletion
1 year ago
Ionite
12ce5fda0f
Set executable permissions for linux updater
1 year ago
Ionite
e23f1774d2
Fix shutdown errors when package running
1 year ago
JT
fb2eac905d
Don't Launch if package already running
1 year ago
Ionite
4745f25b86
Add sitecustomize unpack in launch flow
1 year ago
Ionite
ee5ad04bf6
Prioritize master branch over main branch
1 year ago
Ionite
13af97104c
Improved error handling for package install
1 year ago
Ionite
d6a087cb0d
Add ProcessRunner.OpenFolderBrowser for cross-platform support
1 year ago
Ionite
27c15b0414
Fix SetPortableMode to use Compatible app current dir
1 year ago
Ionite
c7928ba0a5
Add license dialog in settings page
1 year ago
Ionite
6cde6ef470
Add Debug mode toggle for version button
1 year ago
Ionite
199dc41bf1
Remove unused OpenLicenseLink method
1 year ago
JT
4534cd9e96
Add Launch tooltip for first install & hook up RemoveSymlinksOnShutdown checkbox
1 year ago
Ionite
875460ae9b
Updater now uses SemVersion for prerelease version support
1 year ago
Ionite
c8768f34e2
Add First launch setup window
1 year ago
Ionite
b0c01ee0f7
Fix rename dialog navigating to launch page
1 year ago
Ionite
ef4ccfd304
Fix checkpoint file deletion not updating display view
1 year ago
Ionite
d595ea307a
Fix ExceptionDialog not showing when a parent window is not available
1 year ago
JT
f88953ed13
Re-add regular ol StartProcess & some one-click fixes
1 year ago
Ionite
d3bad6d130
Ignore missing library dir on save of launch page load transaction
...
- Fixes crash due to missing LibraryDir
1 year ago
JT
97ff39dc7e
Add search filter to Checkpoints page
1 year ago
JT
8e644e4c1b
keepFolderLinksOnShutdown -> RemoveFolderLinksOnShutdown & also fix app version
1 year ago
Ionite
174910709d
Update async methods and refactor file handling
...
Refactored file handling to use asynchronous methods which improves performance. UpdateLinksForPackage method in SharedFolders class has been updated to return a Task. The code for moving all files and subdirectories within a source directory to destination directory has been added. In case destination contains a file with the same name, an exception is being thrown if the hashes of the files do not match.
1 year ago