Skip to content

Commit

Permalink
feat: release 0.0.7, less dependencies, documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
goerlibe committed Jan 27, 2024
1 parent c3562ef commit df4aad1
Show file tree
Hide file tree
Showing 4 changed files with 732 additions and 5,120 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Change Log

## coming up
## 0.0.7

- improved support for the optimizer
- support for DiscoPoP 4.0
- 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

Expand Down
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,21 @@ This extension requires a working installation of [DiscoPoP](https://github.com/

## How to use

First go to the extension settings (File->Preferences->Settings->Extensions->DiscoPoP) and tell us where to find your DiscoPoP and HotspotDetection installations.
Open the DiscoPoP view. It is located in the same area as the file explorer and the search view.

Then you can open the DiscoPoP view. It is located in the same area as the file explorer and the search view.
To analyze a Project, we need to know where to find it and how to interact with it. This is done in the configurations view. Click on the plus sign to create a configuration and input the required information.

To analyze a Project, we need to know where to find it and how to interact with it. This is done in the projects view. Create a configuration and follow the setup process.
Now you can run or load DiscoPoP and HotspotDetection from the configurations view.

Now you can run or load DiscoPoP and HotspotDetection from the projects view.

More information can be found in the [DiscoPoP Wiki](https://discopop-project.github.io/discopop/)
A more detailed guide can be found in the [DiscoPoP Wiki](https://discopop-project.github.io/discopop/) along with more information about DiscoPoP.

## Supported Versions

The following table lists which discopop version is expected by a given version of this extension. Other versions may still work, however compatibility cannot be guaranteed.

| Extension Version | DiscoPoP Version |
| ----------------- | ---------------- |
| 0.0.7 | 3.2.0 |
| 0.0.6 | 3.2.0 |
| 0.0.5 | 3.0.0 |
| pre 0.0.5 | not specified |
Expand Down
Loading

0 comments on commit df4aad1

Please sign in to comment.