Skip to content

Releases: schiltz3/ComInfo

v0.1.5

12 Dec 06:36
Compare
Choose a tag to compare

Running Comi checks the user's documents folder for a settings.json file and copies the template settings.json to documents/Comi/settings.json if it does not already exist.

Closes #16

v0.1.4

27 Nov 06:59
Compare
Choose a tag to compare

Fix a bug where the settings.json path was not being resolved

v0.1.3

28 Oct 02:35
Compare
Choose a tag to compare
  • Add ComiRun.exe which will open a terminal with comi in continuous mode.
  • Update Installer to install both comi and ComiRun
  • Move the default location of the settings file to documents/comi/settings.json
    • This eliminated the need to elevate your code editor to admin to edit the settings file.

v0.1.2

27 Sep 02:53
Compare
Choose a tag to compare

Changelog

  • Search for settings.json in exe directory

v0.1.1

29 Jan 16:11
Compare
Choose a tag to compare

Changelog

Bugfixes

  • Partial matches were counting as a full match and applying the alias
  • Extra dividers between device prints

v0.1.0

29 Jan 04:27
eaf97e9
Compare
Choose a tag to compare

Changelog

  • Added continuous mode.
  • Made single print mode the default.
  • Added ability to give devices aliases through a .json file.
  • Added example settings.json to README.md

v0.0.1-alpha

24 Jan 19:24
Compare
Choose a tag to compare
v0.0.1-alpha Pre-release
Pre-release

Initial support for printing serial ports to the console with their Name, product, manufacturer, pid, and serial number.
If any of these fields are blank, they will not be printed.

A busy loop is used for hot plug detection.

This is a proof of concept, and is prone to breaking changes.