-
v0.3.0 Stable
released this
2023-12-03 20:30:53 +00:00 | 8 commits to main since this release- Save Paths now support regex (experimental)
- IGDB metadata lookup will now process the "single player" flag correctly
- Errors are now correctly thrown if an error occurs when removing a game
- Fixed save paths and user saves from blocking game deletions (save files are not deleted and still accessible from a user's profile)
- Fixed redistributable archives not appearing after upload
- Errors are now correctly thrown if you try to browse an archive that doesn't exist
- Fixed the script editor sometimes missing the text editor if opened/closed between page loads
- Fixed redistributable archive downloading
- Fixed redistributable scripts not running as admin if marked so
- Refactored archive editor to be a bit faster
- Fixed included PowerShell snippets to support new runtime introduced in v0.2.2
- Updated to .NET 8.0
- Fixed pathing for downloaded saves to include .zip file extension
- Reworked user saves to store the entry's destination path in the game manifest
- Added URL paging to game list (back/forward navigation buttons work correctly!)
- Fix Playnite extension builds to use Playnite's YamlDotNet assembly
- Fix game developer/publisher/genre/tag inputs from sometimes clearing out
- Display total number of games on game list
- Removed Windows-only dashboards
- Added chart for overall playtime by game
- Prefix file picker on actions editor with
{InstallDir}\
- Added migration to automatically fix old scripts that may have used
$Display.Height
or$Display.Width
to$Display.Bounds.Width
and$Display.Bounds.Height
- Documented PowerShell cmdlets: https://lancommander.app/index.php/Tutorials:PowerShell_Cmdlets
- Documented PowerShell variables: https://lancommander.app/index.php/Tutorials:PowerShell_Variables
Full Changelog: https://github.com/LANCommander/LANCommander/compare/v0.2.2...v0.3.0
Downloads