Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Releases: DecaturMakers/Fobber

Version 0.1.0

31 Jul 20:39
Compare
Choose a tag to compare

Changelog:

Additions:

  • Finished a functional user login window featuring:
    • Username and Password fields.
    • Pop-up boxes when information is wrong or connection fails.
    • A login button for logging in.
      image
  • Added a proper window for data retrieval and change with the following features:
    • A logout button that does not save changes and disconnects the user.
    • A table that receives information and can be edited.
    • A save button that save any changes made to the table and uploads them to the MySQL server
    • A refresh button that clears and rebuilds the table.
      image

###Bugfixes:

  • Fixed a bug in which closing a notification box would quit the application.

Version 0.1.0 release candidate 2

31 Jul 12:54
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Added a new 'data window' to pop up upon logging in successfully.
  • Added in login/log-out buttons and functionality.
  • Added data 'get and set' that occurs on a successful login and populates table with data in 'data window'.
  • Added 'Save Changes' button that currently does nothing.

Version 0.1.0 release candidate 1

30 Jul 18:41
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Added client interface for connecting to MySQL
  • Instant feedback on whether connection failed or not