Skip to content

Releases: andrewdsmith/edxlc

Version 1.13

19 Oct 20:58
v1.13
aa27708
Compare
Choose a tag to compare
  • Add option to configuration file to specify location of bindings file

Version 1.12

10 Oct 20:43
v1.12
081862f
Compare
Choose a tag to compare
  • Automatically detect location of driver files

Version 1.11

03 Oct 20:09
v1.11
f595cf2
Compare
Choose a tag to compare
  • Do not show FSD as active when in supercruise

Version 1.10

15 Sep 21:06
v1.10
26df706
Compare
Choose a tag to compare
  • Supports active state for night vision control
  • Supports alternative (optional) configuration when night vision on
  • Supports all combinations of two colours for flashing light modes in configuration
  • Change default active light mode to amber-flash to make this state more noticeable
  • Supports specifying the configuration file as a command line argument
  • Make alternative hardpoints deployed configuration optional in the configuration file; falls back to default configuration from the file if missing

Version 1.9

24 Aug 19:21
v1.9
f57e5f5
Compare
Choose a tag to compare
  • Supports controls bound to the POV2 hat and throttle
  • Shows alert on throttle control when speeding
  • Sets all lights to the inactive state even if the are not mapped to recognised controls; this is noticeable for example when hardpoints are deployed using the default configuration
  • Keep boolean lights on when inactive by default as this gives a better experience with both the Fire button and the throttle
  • Prevent hardpoints deployed being the global state when in supercruise; this could be triggered previously by using the FSS

Version 1.8

14 Aug 08:01
v1.8
7dad5e5
Compare
Choose a tag to compare
  • Supports alternative configuration when hardpoints are deployed
  • Important: Old configuration files are now invalid; see README for details on the new format; you can delete or rename your old file and let the app create a new, valid file
  • Shows blocked state for FSD and boost when landing gear deployed
  • Correctly shows alert state for FSD when the FSD is charging and the ship is both in supercruise and overheating (already worked properly in normal flight)

Version 1.7

25 Jun 19:14
v1.7
89d6977
Compare
Choose a tag to compare
  • Supports off mode for red/amber/green lights in configuration
  • Supports the Fire button and its boolean light
  • Supports both boolean and red/amber/green light modes in configuration - Important: Old configuration files are now invalid; see README for details on the new format; you can delete or rename your old file and let the app create a new, valid file
  • Shows active state for hardpoints when deployed and inactive state when not deployed
  • Shows active state for FSD when in supercruise
  • Shows blocked state for FSD when hardpoints are deployed (unless in supercruise)

Version 1.6

20 May 20:05
v1.6
f77de35
Compare
Choose a tag to compare
  • Reads control bindings from Odyssey Custom.4.0.binds file
  • Reads configuration from edxlc.toml file in the current working directory
  • Writes default edxlc.toml configuration file if missing
  • Shows alert state for landing gear if not deployed while docking

Version 1.5

04 May 07:27
v1.5
2ec46bc
Compare
Choose a tag to compare
  • Shows active state (yellow) on silent running buttons
  • Shows alert state (red/yellow flashing) on FSD and silent running buttons if that control is active but ship is also overheating
  • Shows correct states immediately, i.e. do not wait for first significant state change before updating
  • Shows correct states consitently on buttons where one LED represents multiple bound controls, e.g. on T1 and T2

Version1.4

29 Apr 07:34
v1.4
b7e2a52
Compare
Choose a tag to compare
  • App icon!
  • Shows alert state (red/yellow flashing) on heat sink button when overheating
  • Silences most output but this can be re-enabled by setting the RUST_LOG
    environment variable to edxlc=debug prior to execution