Commit graph

3050 commits

Author SHA1 Message Date
Pat Hartl
efc035d16c Include GH token in action 2024-03-12 19:09:16 -05:00
Pat Hartl
7daa87d0a2 Update release action to draft release 2024-03-12 18:56:07 -05:00
Pat Hartl
26554b4600 Update default logs storage path 2024-03-12 17:42:33 -05:00
Pat Hartl
214bef65a7 Remove icon directory mapping 2024-03-12 17:37:36 -05:00
Pat Hartl
e647185429
Merge pull request #55 from miketweaver/main
Add Docker Build
2024-03-12 16:33:01 -05:00
Pat Hartl
3def9745d7 Remove completed items from queue if uninstalled or updated 2024-03-12 01:33:58 -05:00
Pat Hartl
62b4a6f03d Remove arbitrary limit of 20 tags fetched from IGDB metadata lookup 2024-03-12 01:19:52 -05:00
Pat Hartl
82e5b17d68 Add collections to game editor 2024-03-12 01:17:01 -05:00
Pat Hartl
b73ea7969c Fix tag input not changing underlying values through binding 2024-03-12 01:16:30 -05:00
Pat Hartl
1397e383d9 Don't allow upload modal to be closed while uploading 2024-03-12 00:55:11 -05:00
Pat Hartl
691dc0ef78 Get new results when not using "Show More" button 2024-03-12 00:50:19 -05:00
Pat Hartl
63e85fdaa0 Make enter key trigger search in metadata lookup 2024-03-12 00:46:44 -05:00
Pat Hartl
c7146a5bdd Open export links in new tab 2024-03-12 00:36:05 -05:00
Pat Hartl
ac8924e2f8 Make archive deletion messages non-blocking 2024-03-12 00:33:46 -05:00
Pat Hartl
c88bb958c0 Allow version number to be changed on archives 2024-03-12 00:33:20 -05:00
Pat Hartl
b7a0af5df0 Filter out game saves that belong to deleted game 2024-03-12 00:32:54 -05:00
Pat Hartl
39df34fcd6 Fix manifest issue for online multiplayer counts 2024-03-11 18:46:42 -05:00
Pat Hartl
d90b3837bf Downgrade AntDesign package
Fixes issue with metadata lookup not populating correctly
2024-03-11 18:42:37 -05:00
Pat Hartl
e13df73d2c Fix tag inputs not populated on metadata lookup
Fixed issue where tags may not be visually populated correctly on metadata lookup until after the game had been saved and the page had been refreshed.
2024-03-11 18:42:03 -05:00
Pat Hartl
3b36460c5a Fix script editor not able to save on form error
This fixes an issue where trying to save a script without a title causes the script editor dialog to fully lock up. It also prevents any unexpected closing of the dialog if there is an issue saving the script.
2024-03-11 17:38:29 -05:00
Pat Hartl
3df800caf5 Safely handle actions if server is unavailable or action is misconfigured 2024-03-10 19:51:42 -05:00
Pat Hartl
b319429d5f Updated packages 2024-03-10 19:41:16 -05:00
Pat Hartl
2d5e0052ef Set default theme to dark 2024-03-09 17:26:13 -06:00
Pat Hartl
5add5cde4f Default action editor to use {InstallDir} as working directory when picking a file from archives 2024-03-09 17:24:00 -06:00
Pat Hartl
bb03809004 Import game refreshing metadata after installation 2024-03-09 16:56:28 -06:00
Pat Hartl
3464b12ee2 Fix working directory on non-primary actions 2024-03-09 16:56:04 -06:00
Pat Hartl
720ad4f35f Sort completed items in download queue by datetime descending 2024-03-09 12:30:02 -06:00
Pat Hartl
37af5df5e1 Add keybind for delete key on save manager 2024-03-09 12:17:04 -06:00
Pat Hartl
0b35004eca Fix media uploader not abiding by setting for max media size 2024-03-09 12:07:17 -06:00
Pat Hartl
beaf55e516 Fix background color of split pane on light theme 2024-03-09 12:01:20 -06:00
Mike Weaver
562baa3d9e
Update to 0.6.2 2024-02-24 16:08:10 -07:00
Pat Hartl
0bf141c586 Specified display names for save path types
Some checks failed
LANCommander Release / build (push) Has been cancelled
LANCommander / build (push) Has been cancelled
2024-02-23 17:37:47 -06:00
Pat Hartl
909da9a68e Fixed import by deleting import file after its handler has been closed 2024-02-23 17:26:08 -06:00
Pat Hartl
8630ff7079 Fixed game deletions 2024-02-23 17:25:40 -06:00
Pat Hartl
ab25a75c0c Specify minimum width for game selector in profile saves page 2024-02-23 17:09:35 -06:00
Pat Hartl
b152e070b0 Calculate media checksum on import 2024-02-23 17:06:50 -06:00
Pat Hartl
eb54d8ddd7 Hide storage chart on dashboard
Calculating storage drastically affects the first-load performance of the dashboard and doesn't provide beneficial information.
2024-02-23 17:06:35 -06:00
Pat Hartl
928f6b9d95 Relax some requirements on strings that can be nullable 2024-02-23 17:05:34 -06:00
Pat Hartl
db5d67f23a
Update installermanifest.yaml 2024-02-22 18:51:48 -06:00
Pat Hartl
8cddf243d9 Moved tools index page to tools directory
Some checks failed
LANCommander Release / build (push) Has been cancelled
LANCommander / build (push) Has been cancelled
2024-02-22 17:21:01 -06:00
Pat Hartl
96e2b52aac Delete import file after import is complete 2024-02-22 17:20:34 -06:00
Pat Hartl
50cf87c20a Calculate archive size on import 2024-02-22 17:20:19 -06:00
Pat Hartl
3d37da29fe Fix issue where updating to v0.6.0 would duplicate library items and break some games
Playnite doesn't allow the editing of IDs. This fix removes the original game entry and adds the migrated one as a new game. Install status and directory are maintained.
2024-02-22 17:19:45 -06:00
Pat Hartl
da3bdb4f1f Remove register link from first time setup page 2024-02-22 17:18:01 -06:00
Pat Hartl
b03e866038 Added validation errors to first time setup and registration pages 2024-02-22 17:17:42 -06:00
Pat Hartl
81ff136e5f Change default logs location 2024-02-22 16:56:51 -06:00
Pat Hartl
e84d2b4f6d Don't fail entire install process if files already exist or another process is locking the existing destination file 2024-02-22 02:12:18 -06:00
Pat Hartl
512b81622a Fix issue where media checksum isn't calculated when downloaded from source URL 2024-02-21 23:42:16 -06:00
Pat Hartl
2dd6742cd6 Check for potentially existing game install when importing games 2024-02-21 23:32:47 -06:00
Mike Weaver
c719a9a9a9
Update Dockerfile 2024-02-21 18:37:50 -07:00