Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.75 KB

CHANGELOG.md

File metadata and controls

57 lines (37 loc) · 1.75 KB

Change Log

0.1.2

  • added notification to replace runtime error in case no argument set is defined for the Hotspot Detection, but an execution is requested.

0.1.1

  • added a log webview, which can be opened via command to provide more detailed information

0.1.0

  • internal refactoring
  • improved support for pattern merging
  • improved suggestion tree filters

0.0.11

  • experimental support for pattern merging (BETA)

0.0.10

  • you can now add scripts to viewOnly configurations and run them at will
  • more documentation for extension developers
  • changes to suggestion application confirmations:
    • feat: the dialog before apply a suggestion is now more aggressive to prevent accidental source code modifications.
    • fix: the dialog can be disabled in the settings

0.0.9

  • previewing of suggestions improved:
    • separated preview from application
    • settings to control previewing and application
  • do NOT show patterns that have applicable_pattern=false in patterns.json
  • option to override arguments for explorer, optimizer, hotspot_analysis

0.0.8

  • fix loading of results when hotspot detection was not executed
  • preview suggestion patches before applying the suggestion

0.0.7

  • automatically find installed DiscoPoP and HotspotDetection tools
  • remove settings to specify path to DiscoPoP and path to HotspotDetection
  • check that installed version of DiscoPoP is compatible with the extension; warn if installed DiscoPoP version may be incompatible

0.0.6

  • running the discopop optimizer (beta)
  • prioritize patterns.json created by the optimizer over the patterns.json created by the explorer
  • support for DiscoPoP 3.2

0.0.5

  • initial release
  • compatibility with DiscoPoP