Skip to content

Releases: giladreich/IHK-ResultsNotifier

IHK-ResultsNotifier-v2.0.3

06 Sep 06:11
Compare
Choose a tag to compare

Change log 06.09.2018:

  • Fixed when the server destroys the login-session randomly. Sending a POST-Request to click the "Aktualisieren" button before retrieving results so the server won't destroy the session when the actual date is greater than the Ausbildung period date.
  • Fixed result table rows count should parse also the last row now.

IHK-ResultsNotifier-v2.0.2

03 Jul 06:10
Compare
Choose a tag to compare

Change log 03.07.2018:

  • Updated GUI to display the name of the user that is currently logged-in.
  • Improved GUI behavior when new results are available to make the borders also green.
  • Fixed issue with HTML parsing when empty spaces in a node to filter them out.
  • Fixed issue with threads synchronization when new results are available that it deadlocks when trying to listen for results again.
  • Fixed issue when user attempts to listen for results more than 1 hour to try and authenticate the user again if session lost.
  • Added sample HTML page to make local testing more convenient. This basically allows developers who doesn't have account to test the application by adding LOCAL_TEST preprocessor directive.

IHK-ResultsNotifier-v2.0.1

27 Jun 21:07
Compare
Choose a tag to compare

Change log 27.06.2018:

  • It can now speak! When new results are available, it will say "You got new results" with German accent ^_^
  • Logger will now show from top to bottom and will always scroll to bottom when appending new logs.
  • Multi-threading calls when sending requests to the server in order to make the UI more interactive.
  • New thread-safe Loader control. Display loader now as control instead of form.
  • Better exceptions handling and user messages.
  • Performance improvements.
  • Mostly code improvements and safely disposing working threads.

IHK-ResultsNotifier-v1.0.2

20 Jun 07:22
Compare
Choose a tag to compare

Change log 20.06.2018:

  • Improved the behavior of the threads.
  • HTML parsing moved from GUI into a HtmlParser class.
  • Improved the way the GUI notifies the user when the new results are available. It'll beep 10 times every 3 seconds until it will continue to search for new results.
  • Cleaned up some code.

IHK-ResultsNotifier-v1.0.1

19 Jun 05:56
Compare
Choose a tag to compare

Change log 18.06.2018:

  • Colorized logs.
  • Remember Me option in login screen for the lazy of us ;)
  • Fixed some typos.
  • Encryption - credentials will be stored in registry and encrypted.

IHK-ResultsNotifier-v1.0.0

16 Jun 11:23
Compare
Choose a tag to compare

First release.
It seems to be stable and working :)