Skip to content

Releases: rer145/ta3

0.8.5

07 Oct 20:02
Compare
Choose a tag to compare

Added the ability to check for asset updates within the application allowing for easier file updates.

New version of R data file included.

To install, unzip the contents of the file into the same directory that the portable version of TA3 was placed and overwrite the files.

Also fixed #57 (once "Check for Asset Updates" is run). Database updated to version 1.0.4, TA3 Case Scores updated to 1.0.1

0.8.4

31 Jan 05:49
fd1fd27
Compare
Choose a tag to compare

This release contains a portable version as well as an installable version. To use the portable version, extra the contents of the zip file and run the "Transition Analysis 3.exe" executable.

This will most likely be the last beta version before releasing version 1.0.0.

0.8.2 portable

30 Sep 03:39
Compare
Choose a tag to compare

Windows portable version for running off a USB drive (take 2). This release removes the option to run multi-threaded.

0.8.1 portable

11 Aug 19:01
Compare
Choose a tag to compare

Portable version of TA3, forcing all required files into one directory, allowing standalone execution from a USB drive.

  • Currently only available for 64-bit Windows machines (as of August 11, 2020)

0.8.3 portable

16 Oct 20:02
Compare
Choose a tag to compare

Addition of command line arguments for auto loading of a case file and auto start of the analysis.

Basic usage:

Automatic loading of a case file:

"Transition Analysis 3.exe" -- --case="d:\\test.ta3"

Automatic loading of a case file and auto start of the analysis:

"Transition Analysis 3.exe" -- --case="d:\\test.ta3" --analyze

The full path to the ta3 file must be included in the argument, and properly escaped.

0.8.1

23 Jun 19:57
Compare
Choose a tag to compare

Small bug fixes in this update:

  • #53 - data collection preferences weren't being saved after initial selection
  • #51 - saving of a plot image is enabled (with a caveat)
  • #46 - extra version information available in About screen
  • #40 - portable version of application (Windows only)

0.8.0

19 May 15:56
Compare
Choose a tag to compare

New asset downloader is in place. This adds the ability to update key asset files without having to package and download the entire application each time a small change is made.

Issues Fixed:

  • #39 - New user guide added to menu
  • #29 - New method of downloading R scripts/data
  • #35 - Updated about screen
  • #34 - Updated website link
  • #33 - Reordered sections
  • #30 - Analytics tracking and data policy
  • #45 - Added back TA3OUM.Rda file
  • #44 - Fixed double event handlers after asset update
  • #43 - Fixed bug with multiple selections set on click
  • #42 - New asset files
  • #41 - Save As functionality

0.7.0

14 Apr 19:58
Compare
Choose a tag to compare

BETA RELEASE

This release has a new application setup process which should verify the existence of R-Portable and install any required packages on first run of the application.

Several issues have been fixed, including:

  • #20 - Bundling of R packages into application
  • #19 - Bundling of R-Portable into application
  • #18 - Verify all images exist
  • #14 - Command line arguments for debugging
  • #23 - Save Image As option for plot image
  • #16 - Can't select TA3 files to open on Mac
  • #31 - Mac testing and new setup process

0.6.1

14 Jan 21:50
Compare
Choose a tag to compare
  • Added download and install prompts for auto updates #10
  • New Mac icon for build

0.6.0

23 Dec 00:47
Compare
Choose a tag to compare

New scorable traits added (#3)
New loading screen to pre-check for R installation and configuration
Cleaned up the results screen after analysis is run (#8)