Skip to content

Releases: wjz1095/CAD-Timeline

V1.9.2 Cosmetic Changes

11 Jun 19:24
Compare
Choose a tag to compare

-Cosmetic changes
-Default startup size for main form is smaller
-Enabled resizing to smaller sizes
-Set entry bar to be all caps all the time

V1.9.1

21 May 02:28
Compare
Choose a tag to compare

Realized I use the "-" character very often. I've removed that from the illegal characters list

V1.8.4

08 Jan 08:21
Compare
Choose a tag to compare

-Made initial prompt box larger and easier to find on screen
-Added icon to initial prompt box

V1.9 Input Sanitizing

20 May 22:06
Compare
Choose a tag to compare

In the previous release, I realized that if characters are entered into the initial Incident Name text box, it would throw an unhandled exception. To fix this, I sanitized the input so it is now not possible to enter illegal characters and have the program crash

Notable changes:

  • Set max length of initial incident name to be 250 characters due to Windows file length restrictions
  • Added error checking for illegal characters on initial incident name due to Windows filename restrictions. This includes a new error popup as well as clears the text box when an illegal character is detected
  • Set the initial incident name box to be uppercase at all times

V1.8.3

09 Oct 10:32
Compare
Choose a tag to compare
  1. Added NJ hospital status under Links
  2. Reorganized code to make it more readable
  3. If the "Incident Name" popup is left blank on program start, the filename will be set as "NOT SET BY USER"
  4. Removed the Reset Timer option, this allows the elapsed time to be exported properly

V1.8.2 More Customization, Timer Controls

30 Jun 01:58
Compare
Choose a tag to compare
  • Change closing text from "Are you sure you want to close the timestamper?" to "Are you sure you want to close the program?"
  • Added timer controls on main form to control timer start/stop/reset
  • Added ability to change color of clock and timer font under Customization

V1.71 Time Elapsed Added

21 Jun 13:19
Compare
Choose a tag to compare

Added a Time Elapsed timer in the top left corner of the screen to show how long it has been since the file was opened

V1.8.1 Fixed Program Termination

21 Jun 15:54
Compare
Choose a tag to compare

Fixed an issue where the program would not close properly

V1.8 Fixes and Revamp

21 Jun 15:41
Compare
Choose a tag to compare

Time & File Handling

  • Added automatic timezone detection
  • Sets timezone for all entries, file start and file end
  • Removed "EST" hardcoding for entries
  • Revamped time and date conventions to show year first
  • Format is now YEAR-MONTH-DATE
  • Added timezone info when file was created including UTC offset and timezone so I don't need to get and display it for each entry
  • Add elapsed time to end of file writing

Cosmetic

  • Changed entry display from | to >
  • Set elapsed time font to change with font slider
  • Update Application settings to modify Shutdown mode from "When startup form closes" to "When last form closes"
  • Update Application settings to fix old assembly information
  • Added link to online stopwatches
  • Added link to get to current executable directory containing the filepath

Bugfixes

  • Fixed issue where text color would not change unless background color was also changed
  • V1.5

    13 Aug 07:42
    Compare
    Choose a tag to compare

    Added night mode near the input text box that changes the color of the main display box