Skip to content

v0.2.0 - Collections

Choose a tag to compare

@PhantomShift PhantomShift released this 24 Jul 06:57
· 100 commits to main since this release

The major change that version 0.2.0 brings is support for downloading workshop collections, which makes downloading a huge list of mods much simpler. This also includes creating a profile based on a collection, allowing you to use them as templates.

New Features

  • Support for browsing workshop collections, downloading all items in collection and adding all items in a collection to a profile
  • Opening links in item descriptions
    • Workshop items open within LXCOMM
    • External links are opened in browser (with warning)
  • (Linux) Option to show persistent notification detailing item download progress

Changes

  • First load INI files only when opened in the editor instead of eagerly when mod is selected in profile (fixes slowness with particularly large mods such as LWOTC)
  • Credentials are not overwritten if they are set to empty (fixes the value being overridden in case of failures when trying to load credentials)
    • Note - saving credentials is an opt-in setting; if you do not want your credentials saved, keep the relevant Save [field] setting off.
  • Replace "Download Missing" (only downloads direct dependencies) with "Download All Dependencies", which will recurse the items' dependencies as listed by their workshop pages
  • Improve browse page styling by using grid widget

Fixed Issues

  • (Windows) Game log not updating
  • False negatives on checking whether a mod is fully downloaded or not
  • Duplicate DLCNames (mods providing the same name) not being detected in profiles
  • Log not updating on subsequent launches through LXCOMM
  • Various rendering fixes for quotes in item descriptions
  • Subdirectories in configs not being symlinked

Full Changelog: v0.1.0...v0.2.0