Skip to content

Releases: Samlant/QuickDraw

v3.4.0-beta

23 Jan 03:58
Compare
Choose a tag to compare
v3.4.0-beta Pre-release
Pre-release

Full Changelog: v2.5.0-alpha...v3.4.0-beta

3.4.0__beta

  • Added an auto-updater by leveraging TUF, a secure updating protocol.

3.3.0__beta

  • Added an automatic Surplus Lines calculator and stamper;

3.2.0__beta

  • Improved the timing of API calls to MS Graph API;
  • Added ability to easily customize a custom dir structure for all clients;
  • Removed dependency on web browsers installed on client's sys;
  • Abstracted code responsible for styling the GUI to reduce redundancy;
  • Improved formatting for JSON data used for API calls;
  • Added validation checks for custom dir names;
  • Improved capabilities to choose which excel worksheet to work with;
  • Laid groundwork for allowing user to customize the HTML styling of the email msgs;

3.1.0__beta

  • Replaced local Outlook installation dependency with an API connecting with Microsoft's Graph API;
  • Allow each user to have their own customized dir structure for all clients---not user-friendly to change;
  • Added foundational, thorough documentation as ReadMe;
  • Added sys tray icon with shortcuts to settings and readme;

3.0.0__beta

  • Graduated from alpha to beta stage!
  • Combined my client Intake Tool program with my quick submission-entry QuickDraw program;
  • Added click n' drag capabilities to add files;
  • Made paths of files that were added to program visible;
  • Added ability to customize signature img inside email msgs;

Quickdraw v2.5.0-alpha

11 Jun 18:36
Compare
Choose a tag to compare
Pre-release

V.2.5.0 (from v2.0.0)

  • Improved class and module structure.
  • Debugged thoroughly.
  • Improved classification of objects and accessing them.
  • Better clarity and separation of concerns.
  • Implemented all intended functionality---more to come soon.
  • Implemented compiling techniques to package into .exe.

(from v1.0.0 to v2.0.0):

  • Created classes for easier maintenance and separation of concerns.
  • Debugged known bugs.
  • Improved structure after experimentation.
  • Added few functionalities along the way.