diff --git a/README.md b/README.md index 3a5ae6ab..e43cb49f 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,39 @@ gifsicle --resize-height 18 trans.gif > loader.gif ### Changelog +#### 0.9.0 +released 2016-10-14 + +* Extended Visual Studio Plugin to export clang Compilation Databases +* Implemented new installer for Windows +* Run System Header Include Paths and Java Path detection when starting application +* Added Log Window with Errors tab showing a table of all errors +* Added filters to bottom of error table to define which errors are displayed +* Removed ring logging and use one log file again instead +* Smaller indexing progress dialog with bar in the middle instead of golden ratio +* Code: Set default code snippet expand range to 3 lines for more context +* Graph: Fixed undoing of aggregation edge activation caused crash +* Graph: Move aggregation and inheritance edges to front when hovered or active +* Graph: Push parent nodes of active nodes to back to make all incoming and outgoing edges visible +* Properly quit application when window is closed while confirm box is open +* Properly quit application when window is closed while indexing (issue #121) +* Graph: Count only top level nodes in bundle nodes of graph +* Search: Improved scoring of autocompletion matches to use best score for match +* App will go into trial mode without valid license +* Java: Auto detect java root source directories +* Fixed refresh crash (issue #220) +* Java: improved indexer reliability a lot +* Java: Changed name of generic type to use name of declaration +* Fixed project refresh does not recognize removed source paths +* Java: Define maximum allocated jvm memory in preferences +* Follow symbolic directory links within source paths (issue #205) +* Use white size grip in blue dialogs +* Graph: Use type node colors for undefined nodes +* Java: Show import not found as error +* Code: Select and copy source code in code view with SHIFT + mouse drag (issue #7) +* Code: Added markers next to line numbers in code view showing active locations and scopes +* Merged app and trial to one build + #### 0.8.21 released 2016-09-16 diff --git a/web/documentation/index.html b/web/documentation/index.html index 26bf8455..f0583e73 100644 --- a/web/documentation/index.html +++ b/web/documentation/index.html @@ -90,14 +90,14 @@
Documentation for version 0.8
+Documentation for version 0.9
-
+
Create Compilation Database (Beta)
You can create a compilation database (CDB) from your VS solution. Coati projects can be created from CDBs. This feature will replace solution parsing as implemented in current Coati versions. The workflow from VS to Coati will be automated in the future. As of now CDBs have to be loaded manually in Coati.
The CDB wizard is located in the Coati section in the VS menu bar. Note that the option is only useable if a solution containing at least one C/C++ project is loaded.
- +
In the CDB wizard you can select projects you want to include in the CDB as well as the desired build target platform and configuration and a number of other options.
- +
| Option | Description |
|---|
Once the CDB was successfully created it can be found in the specified target directory. From this CDB you can create a Coati project as described above.
- +