File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ 1.2.0] ( https://github.com/appercept/Delphi-WebMocks/tree/1.2.0 ) (2020-07-24)
3
+ ## [ 1.2.1] ( https://github.com/appercept/Delphi-WebMocks/tree/1.2.1 ) (2020-07-24)
4
+
5
+ [ Full Changelog] ( https://github.com/appercept/Delphi-WebMocks/compare/1.2.0...1.2.1 )
6
+
7
+ ** Fixed bugs:**
8
+
9
+ - Cannot browse to source when installed via Delphinus [ \# 28] ( https://github.com/appercept/Delphi-WebMocks/issues/28 )
10
+
11
+ ## [ 1.2.0] ( https://github.com/appercept/Delphi-WebMocks/tree/1.2.0 ) (2020-07-23)
4
12
5
13
[ Full Changelog] ( https://github.com/appercept/Delphi-WebMocks/compare/1.1.0...1.2.0 )
6
14
Original file line number Diff line number Diff line change 1
1
{
2
+ "browsing_pathes" : [
3
+ { "pathes" : " ." , "platforms" : " Win32;Win64" }
4
+ ],
2
5
"search_pathes" : [
3
6
{ "pathes" : " ." , "platforms" : " Win32;Win64" }
4
7
],
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ WebMocks should now be listed in
26
26
WebMocks is a source only library. You do not need to compile any packages.
27
27
Steps:
28
28
1 . Download and extract the latest version
29
- [ 1.2.0 ] ( https://github.com/appercept/Delphi-WebMocks/archive/1.2.0 .zip ) .
29
+ [ 1.2.1 ] ( https://github.com/appercept/Delphi-WebMocks/archive/1.2.1 .zip ) .
30
30
2 . Add the extracted folder to Delphi's "Library path" under "Tools >
31
31
Options... > Language > Delphi > Library".
32
32
You can’t perform that action at this time.
0 commit comments