Skip to content

Releases: AlfredoSystems/AlfredoConnect-Desktop

0.2.0

01 May 20:24
Compare
Choose a tag to compare

This is the initial open beta release for AlfredoConnect for Windows.

AlfredoConnect is a simple and responsive driver station built to send keyboard and gamepad state to any device connected to your computer over serial, including over USB or Bluetooth. Feedback sent back over serial is displayed live in the application. Users are prompted to auto-update to the latest release version on opening the application.

To receive input from AlfredoConnect on an ESP32 or Uno, check out the AlfredoConnect-Receive library.

To install AlfredoConnect on Windows, download the attached AlfredoConnect-setup-0.2.0.exe.

Note: Your browser and Windows may warn you about downloading an untrusted application. This is because AlfredoConnect isn't yet code signed. For now, on Google Chrome, you can say you want to Keep an untrusted download. For Windows SmartScreen, click More info and then Run anyway.

0.1.2-beta

01 May 17:55
Compare
Choose a tag to compare
0.1.2-beta Pre-release
Pre-release

No changes in this version. This is a second test update to check auto-update functionality. If you download v0.1.0-beta or v0.1.1-beta and open it, it should prompt you to update to the latest version.

To install on Windows, download the attached AlfredoConnect-setup-0.1.2-beta.exe.

0.1.1-beta

01 May 17:47
Compare
Choose a tag to compare
0.1.1-beta Pre-release
Pre-release

No changes in this version. This is a test update to check auto-update functionality. If you download v0.1.0-beta and open it, it should prompt you to update to the latest version.

To install on Windows, download the attached AlfredoConnect-setup-0.1.1-beta.exe.

0.1.0-beta

01 May 17:34
Compare
Choose a tag to compare
0.1.0-beta Pre-release
Pre-release

Changelog:

  • Added auto-updating. When opening AlfredoConnect, if a more recent GitHub release is available, the user will be prompted to download and install the update.
  • Changed default baud rate from 9600 to 115200. No option to configure this directly yet.
  • Polished the GUI.

To install on Windows, download the attached AlfredoConnect-setup-0.1.0-beta.exe.

0.0.2-beta

01 May 01:26
Compare
Choose a tag to compare
0.0.2-beta Pre-release
Pre-release

Hotfix for bug where some gamepads can have axes that exceed a magnitude of 1, breaking packet assembly.

To install on Windows, download the attached AlfredoConnect-setup-0.0.2-beta.exe.

0.0.1-beta

25 Apr 07:49
Compare
Choose a tag to compare
0.0.1-beta Pre-release
Pre-release

Initial beta release for AlfredoConnect for Windows. Features:

  • Open a connection to any serial port on your system
  • Send packets holding the state of the keyboard and connected gamepads, optimized for minimum size
  • View live feedback sent back over the serial port

To parse these packets into a simple interface on an Arduino or ESP32, use the AlfredoConnect-Receive library.