From a82b0fa86c7a63a895ee1a045359fc2b46b51331 Mon Sep 17 00:00:00 2001 From: Richard Hatherall Date: Fri, 24 Jul 2020 00:27:14 +0100 Subject: [PATCH 1/3] Configure Browsing Path with Delphinus Fixes #28. --- Delphinus.Install.json | 3 +++ 1 file changed, 3 insertions(+) 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" } ], From 85efde8ddd63aefcb93dea8f7f76530717419235 Mon Sep 17 00:00:00 2001 From: Richard Hatherall Date: Fri, 24 Jul 2020 00:31:28 +0100 Subject: [PATCH 2/3] Update CHANGELOG --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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) From 674fffaa0cb27761a20e31d1e814208c3491cb9d Mon Sep 17 00:00:00 2001 From: Richard Hatherall Date: Fri, 24 Jul 2020 00:31:59 +0100 Subject: [PATCH 3/3] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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".