Skip to content

Releases: leka/LekaAlphaUploader-old

2017/11/06 - Software Release - 2.1.0

06 Nov 11:41
Compare
Choose a tag to compare
  • fix timeout count never going back to 0
  • make the port listing and selection in the output clearer and more understandable

2017/10/21 - Software Release - 2.0.0

21 Oct 13:36
Compare
Choose a tag to compare

This is the first big update of the LekaAlphaUploader, which brings tons of super cool stuff!

Platform support:

  • macOS: ✅ 🎉
  • Windows: ✅ 🎉
  • Linux: 🚫

New features:

  • you can now copy the output of the process in case you need to debug something
  • the output has been prettified with little emojis 🐳 🎉 ❌
  • you can now list the ports, refresh the list if needed and select the right port before uploading
  • the internal of the app has been refactored to allow for quicker iterations
  • packaging and distribution are now using electron-builder for improved app distribution

Known issues:

  • on Windows, the progress bar are not working... but you still get the textual output and status.

2017/10/09 - First Release - 1.5.0

09 Oct 19:45
Compare
Choose a tag to compare

This first release only works on OS X for the moment. Windows and Linux are going to be added in the next release.

Platform support:

  • macOS: ✅ 🎉
  • Linux: 🚫
  • Windows: 🔮 😕

Features:

  • spawn process to capture output
  • nice feedback to the user to inform them about the process
  • error catch in case of mismatch and/or timeout --> the script is ran again from scratch
  • ability to cancel the execution manually