Skip to content

Releases: Californ1a/distplay

v1.1.0

01 Dec 10:06
Compare
Choose a tag to compare

Changelog

  • Fix many security vulnerabilities
  • Disable hardware acceleration so OBS can capture it
  • New build process allowing for Mac version
  • Fix settings panel taking a while to open sometimes

v1.0.0

03 Mar 16:40
Compare
Choose a tag to compare

Changelog

  • Implement settings interface
    • Retains previous settings, displays current settings when opened
    • Drop-downs for each binding in the Distance layout
    • Color picker for the background color
    • Restore Defaults button
    • Submit to close window
    • Attempting to close main Distplay window with settings still open will close both
  • Bump to v1.0.0

v0.4.0

01 Mar 05:30
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Changelog

  • Settings can now be reset to the defaults
  • Changed settings are now automatically applied to your current layout when the settings window is closed

v0.3.0

28 Feb 14:15
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

All credit to TntMatthew for the initial codebase: https://github.com/TntMatthew/distplay

Changelog

  • Revamped settings implementation
    • File->Settings and click Click here to have the config.json file opened in your default editor
    • For now, you will need to either swap layout or close and reopen Distplay for settings changes to take effect. This will be fixed later.
  • The previous layout you were using is now saved and reloaded when restarting Distplay instead of always using the default layout.

Note that the only acceptable values for Bindings defined in config.json are as follows:

  • a
  • b
  • x
  • y
  • lb (left bumper/shoulder)
  • rb (right bumper/shoulder)
  • lt (left trigger)
  • rt (right trigger
  • select
  • start
  • ls (left stick click)
  • rs (right stick click)
  • dup (d-pad up)
  • ddown (d-pad down)
  • dleft (d-pad left)
  • dright (d-pad right)

v0.2.0

24 Feb 06:41
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

All credit to TntMatthew for the initial codebase: https://github.com/TntMatthew/distplay

Changelog

  • Fixed Distance layout
  • Added config.ini (located in resources/app/)
    • Ability to change bindings for the Distance layout, and the ability to edit the background color

Note: Settings isn't implemented yet; use the config.ini and restart the input display to make settings changes for now.

v0.1.0

24 Feb 01:07
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

All credit to TntMatthew for the initial codebase: https://github.com/TntMatthew/distplay

Changelog:

  • Added menubar
    • Ability to swap between the two layouts without restarting the program
    • Help links to Github pages
  • Fixed window resizing so it no longer has a different content size if you have differently sized title bars
  • Rewrite of distplay.js
    • More concise, easier to find and change control buttons and mappings

Note: Settings isn't implemented yet, and the second layout seems to be broken currently. Working out the second layout and will add settings (change background color, rebind buttons for second layout) later.