Skip to content

Releases: OneNoted/Prism-TUI

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 13 Apr 17:59

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@OneNoted OneNoted released this 19 Feb 20:09

What's New

  • Separate instances_dir config option — Override the instances path independently of data_dir, useful when instances live on a separate drive or non-standard location

Example config

data_dir = "~/Games/PrismLauncher"
instances_dir = "/mnt/ssd/mc-instances"

When instances_dir is unset, it defaults to <data_dir>/instances as before.

Fixes

  • Moved instances_dir path validation to run alongside data_dir validation for consistent error reporting

What's Changed

  • feat: add separate instances_dir config option by @OneNoted in #3

Full Changelog: v0.1.1...v0.2.0

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 19 Feb 19:51

What's Changed

  • Add data_dir config option for custom PrismLauncher directory by @OneNoted in #2

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Feb 21:24