Skip to content

Releases: FlashpointProject/FlashpointComponentTools

v1.0 (Beta 7)

06 Mar 05:11
Compare
Choose a tag to compare
v1.0 (Beta 7) Pre-release
Pre-release

Changes

Flashpoint Manager

  • Added support for multiple automatic downloads via the /download argument
  • Dependency check now takes into account dependencies of dependencies
  • Added more information to dependency prompt, as well as ability to back out of installation
  • Dependencies are no longer marked for installation immediately after clicking the apply button
  • Apply button is now disabled until changes are made
  • Fixed duplicate items in update tab
  • Fixed crash when removing components that consist of a single file

v1.0 (Beta 6)

04 Mar 17:35
Compare
Choose a tag to compare
v1.0 (Beta 6) Pre-release
Pre-release

Changes:

  • Added support for empty components that rely entirely on dependencies
  • Fixed dependencies not being output to component data files
  • Improved formatting of formatted bytes

v1.0 (Beta 5)

01 Mar 05:14
Compare
Choose a tag to compare
v1.0 (Beta 5) Pre-release
Pre-release

Changes

Flashpoint Installer

  • Added minimize button to main window
  • Improved reliability of cleanup process during cancellation
  • Improved detection of core components

Flashpoint Manager

  • Reworked how components are downloaded
  • Added cancel button to component operations
  • Added /notemp argument that prevents manager from relaunching in temp directory
  • Added dependency checks when updating, auto-downloading components
  • Added minimize button to main window
  • Improved detection of core components
  • Improved detection of command-line arguments
  • Shrunk window size a little

v1.0 (Beta 4)

26 Feb 00:08
Compare
Choose a tag to compare
v1.0 (Beta 4) Pre-release
Pre-release

Changes

Flashpoint Installer

  • Cleaned up code

Flashpoint Manager

  • Added /download argument for automatically downloading components by ID
  • Increased scope and frequency of manager synchnorizing
  • Fixed progress bar not updating when removing component files
  • Fixed uninstallation process not deleting the root Flashpoint folder
  • Cleaned up code

v1.0 (Beta 3)

25 Feb 03:01
Compare
Choose a tag to compare
v1.0 (Beta 3) Pre-release
Pre-release

Starting with this release, the former Flashpoint Manager has been separated into two distinct applications under the Flashpoint Component Tools umbrella:

  • Flashpoint Installer contains the former manager's installation capabilities, and is intended to be hosted on Flashpoint's download page
  • Flashpoint Manager (the new one) contains all other functionality, and is intended to directly integrate into Flashpoint as its own component

Changes

Flashpoint Installer

  • Added check for existing Flashpoint copy when verifying destination path
  • Fixed category description displaying size of only checked components

Flashpoint Manager

  • The executable now copies itself to the user's Temp folder on startup and relaunches from that copy; this allows the main executable to be deleted when its component is updated or Flashpoint is uninstalled
  • Moved the update window to its own tab
  • Removed the /manage argument as it's no longer needed

v1.0 (Beta 2)

23 Feb 00:24
Compare
Choose a tag to compare
v1.0 (Beta 2) Pre-release
Pre-release

Changes:

  • Added the following command-line arguments:
    • /manage - opens the manager to the Manage Flashpoint tab
    • /update - opens the manager to the update window
  • Added Last Updated column to update window
  • Improved appearance of component/category description
  • Changed locations of size displays to prevent confusion / save screen space
  • Decreased window height by 20 pixels due to the above changes
  • Fixed issue where negative sizes were only displayed in kilobytes
  • Fixed crash caused by pressing Alt+F4 during an uncancellable file operation
  • Fixed crash when deleting a file or folder that's open in another program

v1.0 (Beta)

21 Feb 00:04
Compare
Choose a tag to compare
v1.0 (Beta) Pre-release
Pre-release

Changes:

  • Changed component repository to a live instance (you can browse it here)
  • Added automatic installation of Visual C++ 2015 x86 redistributable if needed
  • Added download size to component description
  • Added progress display to taskbar icon
  • Added proper version number display
  • Simplified uninstallation process
  • Fixed crash when downloading Flashpoint to a blank path

v1.3 (Test)

14 Jan 07:33
Compare
Choose a tag to compare
v1.3 (Test) Pre-release
Pre-release

This build attempts to retrieve component info from http://localhost/components.xml.

Changes:

  • Updated behind-the-scenes operations to reflect changes to components.xml and the overall component format
  • Added proper application name and version number to executable

v1.2 (Test)

13 Jan 02:51
Compare
Choose a tag to compare
v1.2 (Test) Pre-release
Pre-release

This build attempts to retrieve component info from http://localhost/components.xml.

Changes:

  • Smarter handling of auto-generated shortcuts
  • Improved error detection

v1.1 (Test)

14 Dec 02:55
Compare
Choose a tag to compare
v1.1 (Test) Pre-release
Pre-release

This build attempts to retrieve component info from http://localhost/components.xml.

Changes:

  • New icon
  • Updated dependencies
  • Bug fixes