Skip to content

Releases: iamtrex/TutorFinanceTracker

BETA 5.3 Nightly Release - October 28th, 2018

29 Oct 05:35
Compare
Choose a tag to compare

Added another feature to backup the app, this prevents overwriting in the case that the user is insanely troll. So every time the app closes, it'll write a copy of the program so even if the original gets overwritten by accident, it will have a secondary copy ready :)

BETA 5.2 Nightly Release - October 2nd, 2018

03 Oct 05:36
Compare
Choose a tag to compare

Added a hack to force app to be in single instance. Prevents self overwriting of data due to the program overwriting save state...

In future, will look for safer ways to merge state in case the user somehow still manages to get 2 instances of the program running...

Beta 5.1 Nightly Release - September 24, 2018

25 Sep 05:18
Compare
Choose a tag to compare

Minor fixes to calendar.

Some general bug fixes.

Beta 5.0 Nightly Release - September 18, 2018

19 Sep 06:02
Compare
Choose a tag to compare

Fixes two critical bugs with calculating the student's payment rates.

Old data should still work fine.

Beta 4.0 Nightly Release - Sept 17, 2018

18 Sep 05:59
Compare
Choose a tag to compare

Fixed Various Bugs:

  • Fixed window sizes on lower res displays.
  • Added scrollpane to students list, preventing "Add Student" button from disappearing
  • Fixed cancel/return button errors from Student Pane. Still have issues with Class/Payment that will be looked at.

Features:

  • Students List is now sorted in alphabetical order

Currently known bugs -

  • [Critical] - Class takes payment rate on date of class, not on date added, so the payment value is invalid... :( Will be fixed soon.

Beta 3.0 Nightly Release - August 31st, 2018

01 Sep 06:12
Compare
Choose a tag to compare

BETA Version now "fully" functional.

Can now add, edit students/classes/payments easily.

View them through a calendar or students specifically as well as print out student summaries.

Multiple bug fixes and improvements regarding logging

Implementation of some tests.

Upcoming improvements will be to:
Performance. -

  • First testing/properly logging things to make sure program functions as expected.
  • Then looking to add a few more features before publishing as version 1.0.

Look and Feel

  • Gonna fix multiple UI issues so the program is more usable and just looks overall more presentable.

Beta 2.0 Nightly Release - August 28, 2018

28 Aug 21:20
Compare
Choose a tag to compare

What's new?

  • PRINTING NOW SUPPORTED!
  • Preemptive support for tags and groups in the near future. JSON Save files should remain quite consistent from now on.
  • Multiple UI Bug fixes.
  • General bug fixes

Beta 1.5 Nightly Release - August 27, 2018

28 Aug 07:47
Compare
Choose a tag to compare

Added Features

  • Added Edit Student Capabilities
  • Redesigned View Student and Calendar, provides more information.
  • Changed font sizes to be more legible -> Will work on further customizing this to provide a better experience for next release.
  • Added ability to add comments to students and events.
  • Multiple bug fixes.

Jar files are currently untested, please use at your own risk ;)

Beta v1.0

25 Aug 20:24
Compare
Choose a tag to compare
Beta v1.0 Pre-release
Pre-release

BETA functionality supported.

Supported Features:
Add (not edit) student profiles
Add and Edit Payments
Add and Edit Classes, including ability to add multiple classes with same students at once
Day Viewer -> View all events by all students on particular day.
Student Profile viewer -> View all-time events or during particular month
Read and saving files to localdisk.
Autobackup of saved files (once per day currently -> Will modify in future but keeping it for now due to high instability of program)

Still working on / known bugs ->
Weird transitions.
Clearing of class/payments while editing.
Some UI bugs with how events are displayed
Editing student profiles
Adding method of payment
Adding classtypes.