Skip to content

Releases: paulbreuler/SolutionAssistant

Significant updates to error handling and UX improvements

27 Feb 04:12
96f8dfa
Compare
Choose a tag to compare

New feature

  • Notifications can now be hidden and shown by clicking the notification button in the upper right. The button includes a count of active notifications. (#43)

Fixes and Minor Changes

  • Fixed issues with text fields for solution name containing duplicated full path when toggling action type (#36)
  • Updated "View in Explorer" button behavior to navigate correctly based on action (Pack/Extract) (#37)
  • Fixed bug in pack process that allowed packing to an undefined directory (#40)
  • "View in Explorer" button is now hidden when options change in a way that renders the button unusable (#42)
  • Various error handling improvements

Minor update

27 Jan 01:09
Compare
Choose a tag to compare
Minor update Pre-release
Pre-release

Only supporting portable build for the foreseeable future.

Changes

  • Fixed issue with path being appended to output folder when packing solution (#36 )
  • Fixed "View in Explorer" opening in extracted repo only issue (#37)
  • Migrated Electron code to Typescript and updating dependencies

Solution Assistant - Solution Packager UI Release

30 Oct 04:12
Compare
Choose a tag to compare

This build contains a fully functional Solution Packager interface to make working with Solution Packager more user-friendly and provide a way to save your favorite option presets.

Features

  • Quickly select the solution you are working with and define the settings needed to pack or unpack your solution
  • Save current packager settings as a preset allowing you to select from a variety of user-defined presets

Preview

The version control section will display a tree view of your unpacked solutions. If the solution is in a repository it will run a diff against the last commit and highlight changed entities in red.

Please note that the version control section is in preview and will not allow you to commit changes.

Changes

  • Improvements made to error handling
  • Updated stale packages and related code
  • Improvements made to version control code (WIP)

*For most use cases the portable build is recommended as it does not require an install on the local machine.