diff --git a/CHANGELOG.md b/CHANGELOG.md index e3d1321..224a9f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog -## [1.2.0](https://github.com/appercept/Delphi-WebMocks/tree/1.2.0) (2020-07-24) +## [1.2.1](https://github.com/appercept/Delphi-WebMocks/tree/1.2.1) (2020-07-24) + +[Full Changelog](https://github.com/appercept/Delphi-WebMocks/compare/1.2.0...1.2.1) + +**Fixed bugs:** + +- Cannot browse to source when installed via Delphinus [\#28](https://github.com/appercept/Delphi-WebMocks/issues/28) + +## [1.2.0](https://github.com/appercept/Delphi-WebMocks/tree/1.2.0) (2020-07-23) [Full Changelog](https://github.com/appercept/Delphi-WebMocks/compare/1.1.0...1.2.0) diff --git a/Delphinus.Install.json b/Delphinus.Install.json index a8addca..5c48387 100644 --- a/Delphinus.Install.json +++ b/Delphinus.Install.json @@ -1,4 +1,7 @@ { + "browsing_pathes": [ + { "pathes": ".", "platforms": "Win32;Win64" } + ], "search_pathes": [ { "pathes": ".", "platforms": "Win32;Win64" } ], diff --git a/README.md b/README.md index 04c72c3..df109eb 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ WebMocks should now be listed in WebMocks is a source only library. You do not need to compile any packages. Steps: 1. Download and extract the latest version - [1.2.0](https://github.com/appercept/Delphi-WebMocks/archive/1.2.0.zip). + [1.2.1](https://github.com/appercept/Delphi-WebMocks/archive/1.2.1.zip). 2. Add the extracted folder to Delphi's "Library path" under "Tools > Options... > Language > Delphi > Library".